COLOR #3A6858

HEX: #3A6858
RGB: (58,104,88)

Color info

#3A6858 contains red, green and blue colors in about the same proportion. Web safe color of #3A6858 is #336666 (or #366).

RGB color model

#3A6858 color RGB value is (58,104,88).

  • red value is 58;
  • green value is 104;
  • blue value is 88.
RGB:
(58,104,88)
(23%,41%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 104 of 255 = 41%
B 88 of 255 = 35%

58
104
88

R + G + B ~ 33%. #3A6858 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 104 + 88 = 250 (100%)
R 58 of 250 ~ 23.2%
G 104 of 250 ~ 41.6%
B 88 of 250 ~ 35.2%

%23.2
%41.6
%35.2

CMYK color model

#3A6858 color CMYK value is (44,0,15,59).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 59.22%
CMYK:
(44,0,15,59)
C44M0Y15K59 
(44%,0%,15%,59%)
(0.44/0.00/0.15/0.59)	

CMYK percentages

%44.23
%0
%15.38
%59.22

Codes

Color #3A6858 in popluar color models

3A6858
RGB5810488
HSL159°28.40%31.76%
HSB/HSV159°44.23%40.78%
CMYK44.23%0.00%15.38%
59.22%

Color #3A6858 in popluar number systems.

HEX3A6858
Decimal5810488
Binary11101011010001011000
Octal72150130

Shades and tints

Shades of #3A6858

#3A6858
(58,104,88)
#355F50
(53,95,80)
#305648
(48,86,72)
#2B4D40
(43,77,64)
#264438
(38,68,56)
#213B30
(33,59,48)
#1C3228
(28,50,40)
#172920
(23,41,32)
#122018
(18,32,24)
#0D1710
(13,23,16)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #3A6858

#3A6858
(58,104,88)
#4B7567
(75,117,103)
#5C8276
(92,130,118)
#6D8F85
(109,143,133)
#7E9C94
(126,156,148)
#8FA9A3
(143,169,163)
#A0B6B2
(160,182,178)
#B1C3C1
(177,195,193)
#C2D0D0
(194,208,208)
#D3DDDF
(211,221,223)
#E4EAEE
(228,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6858 color. Also use rgb(58,104,88) instead hex code.

Text Font Color

.myTextColor { color: #3A6858; }

<p style="color:#3A6858">This sample text font color is #3A6858.</p>

This text font color is #3A6858.


Background Color

.myBgColor { background-color: #3A6858; }

<div style="background-color:#3A6858">Inner text</div>

This div background color is #3A6858.


Border color

.myBorderColor { border: 1px solid #3A6858; }

<div style="border:3px solid #3A6858">Div</div>

This div border color is #3A6858.


Opacity

.myOpacity80 { color: #3A6858; opacity: 0.8; }

<p style="color:#3A6858;opacity:0.8;">80%</p>

Text with #3A6858 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3A6858;}

<p style="text-shadow: 3px 3px 1px #3A6858">Text here.</p>

This text has shadow with #3A6858 color.

.textShadow {text-shadow: 3px 3px 1px #3A6858, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3A6858, 5px 5px 20px red">Text here.</p>

This text has shadow with #3A6858 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3A6858, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3A6858, Direction=45, Strength=4)">Text</p>

This text has shadow with #3A6858 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3A6858;
  -webkit-box-shadow:	1px 1px 3px 2px #3A6858;
  box-shadow:		1px 1px 3px 2px #3A6858;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3A6858;
-webkit-box-shadow: 1px 1px 3px 2px #3A6858;
box-shadow:1px 1px 3px 2px #3A6858;">
Div content here</div>
This div box has shadow with color #3A6858.

Preview

Color preview on black background

This text has color #3A6858 on black background.


Color preview on white background

This text has color #3A6858 on white background.



Black color preview on #3A6858 background

This text has black color on #3A6858 background.


White color preview on #3A6858 background

This text has white color on #3A6858 background.