COLOR #3A6D76

HEX: #3A6D76
RGB: (58,109,118)

Color info

#3A6D76 contains mainly green and blue colors. Web safe color of #3A6D76 is #336666 (or #366).

RGB color model

#3A6D76 color RGB value is (58,109,118).

  • red value is 58;
  • green value is 109;
  • blue value is 118.
RGB:
(58,109,118)
(23%,43%,46%)

RGB channels and saturation

R 58 of 255 = 23%
G 109 of 255 = 43%
B 118 of 255 = 46%

58
109
118

R + G + B ~ 37%. #3A6D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 109 + 118 = 285 (100%)
R 58 of 285 ~ 20.35%
G 109 of 285 ~ 38.25%
B 118 of 285 ~ 41.4%

%20.35
%38.25
%41.4

CMYK color model

#3A6D76 color CMYK value is (51,8,0,54).

  • cyan value is 50.85%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(51,8,0,54)
C51M8Y0K54 
(51%,8%,0%,54%)
(0.51/0.08/0.00/0.54)	

CMYK percentages

%50.85
%7.63
%0
%53.73

Codes

Color #3A6D76 in popluar color models

3A6D76
RGB58109118
HSL189°34.09%34.51%
HSB/HSV189°50.85%46.27%
CMYK50.85%7.63%0.00%
53.73%

Color #3A6D76 in popluar number systems.

HEX3A6D76
Decimal58109118
Binary11101011011011110110
Octal72155166

Shades and tints

Shades of #3A6D76

#3A6D76
(58,109,118)
#35646C
(53,100,108)
#305B62
(48,91,98)
#2B5258
(43,82,88)
#26494E
(38,73,78)
#214044
(33,64,68)
#1C373A
(28,55,58)
#172E30
(23,46,48)
#122526
(18,37,38)
#0D1C1C
(13,28,28)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #3A6D76

#3A6D76
(58,109,118)
#4B7A82
(75,122,130)
#5C878E
(92,135,142)
#6D949A
(109,148,154)
#7EA1A6
(126,161,166)
#8FAEB2
(143,174,178)
#A0BBBE
(160,187,190)
#B1C8CA
(177,200,202)
#C2D5D6
(194,213,214)
#D3E2E2
(211,226,226)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6D76 color. Also use rgb(58,109,118) instead hex code.

Text Font Color

.myTextColor { color: #3A6D76; }

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

This text font color is #3A6D76.


Background Color

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

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

This div background color is #3A6D76.


Border color

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

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

This div border color is #3A6D76.


Opacity

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

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

Text with #3A6D76 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 #3A6D76;}

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

This text has shadow with #3A6D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6D76 on black background.


Color preview on white background

This text has color #3A6D76 on white background.



Black color preview on #3A6D76 background

This text has black color on #3A6D76 background.


White color preview on #3A6D76 background

This text has white color on #3A6D76 background.