COLOR #3A6D78

HEX: #3A6D78
RGB: (58,109,120)

Color info

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

RGB color model

#3A6D78 color RGB value is (58,109,120).

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

RGB channels and saturation

R 58 of 255 = 23%
G 109 of 255 = 43%
B 120 of 255 = 47%

58
109
120

R + G + B ~ 38%. #3A6D78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 109 + 120 = 287 (100%)
R 58 of 287 ~ 20.21%
G 109 of 287 ~ 37.98%
B 120 of 287 ~ 41.81%

%20.21
%37.98
%41.81

CMYK color model

#3A6D78 color CMYK value is (52,9,0,53).

  • cyan value is 51.67%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(52,9,0,53)
C52M9Y0K53 
(52%,9%,0%,53%)
(0.52/0.09/0.00/0.53)	

CMYK percentages

%51.67
%9.17
%0
%52.94

Codes

Color #3A6D78 in popluar color models

3A6D78
RGB58109120
HSL191°34.83%34.90%
HSB/HSV191°51.67%47.06%
CMYK51.67%9.17%0.00%
52.94%

Color #3A6D78 in popluar number systems.

HEX3A6D78
Decimal58109120
Binary11101011011011111000
Octal72155170

Shades and tints

Shades of #3A6D78

#3A6D78
(58,109,120)
#35646E
(53,100,110)
#305B64
(48,91,100)
#2B525A
(43,82,90)
#264950
(38,73,80)
#214046
(33,64,70)
#1C373C
(28,55,60)
#172E32
(23,46,50)
#122528
(18,37,40)
#0D1C1E
(13,28,30)
#081314
(8,19,20)
#000000
(0,0,0)

Tints of #3A6D78

#3A6D78
(58,109,120)
#4B7A84
(75,122,132)
#5C8790
(92,135,144)
#6D949C
(109,148,156)
#7EA1A8
(126,161,168)
#8FAEB4
(143,174,180)
#A0BBC0
(160,187,192)
#B1C8CC
(177,200,204)
#C2D5D8
(194,213,216)
#D3E2E4
(211,226,228)
#E4EFF0
(228,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6D78; }

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

This text font color is #3A6D78.


Background Color

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

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

This div background color is #3A6D78.


Border color

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

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

This div border color is #3A6D78.


Opacity

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

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

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

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

This text has shadow with #3A6D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6D78 on black background.


Color preview on white background

This text has color #3A6D78 on white background.



Black color preview on #3A6D78 background

This text has black color on #3A6D78 background.


White color preview on #3A6D78 background

This text has white color on #3A6D78 background.