COLOR #3A7C78

HEX: #3A7C78
RGB: (58,124,120)

Color info

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

RGB color model

#3A7C78 color RGB value is (58,124,120).

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

RGB channels and saturation

R 58 of 255 = 23%
G 124 of 255 = 49%
B 120 of 255 = 47%

58
124
120

R + G + B ~ 40%. #3A7C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 124 + 120 = 302 (100%)
R 58 of 302 ~ 19.21%
G 124 of 302 ~ 41.06%
B 120 of 302 ~ 39.74%

%19.21
%41.06
%39.74

CMYK color model

#3A7C78 color CMYK value is (53,0,3,51).

  • cyan value is 53.23%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 51.37%
CMYK:
(53,0,3,51)
C53M0Y3K51 
(53%,0%,3%,51%)
(0.53/0.00/0.03/0.51)	

CMYK percentages

%53.23
%0
%3.23
%51.37

Codes

Color #3A7C78 in popluar color models

3A7C78
RGB58124120
HSL176°36.26%35.69%
HSB/HSV176°53.23%48.63%
CMYK53.23%0.00%3.23%
51.37%

Color #3A7C78 in popluar number systems.

HEX3A7C78
Decimal58124120
Binary11101011111001111000
Octal72174170

Shades and tints

Shades of #3A7C78

#3A7C78
(58,124,120)
#35716E
(53,113,110)
#306664
(48,102,100)
#2B5B5A
(43,91,90)
#265050
(38,80,80)
#214546
(33,69,70)
#1C3A3C
(28,58,60)
#172F32
(23,47,50)
#122428
(18,36,40)
#0D191E
(13,25,30)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #3A7C78

#3A7C78
(58,124,120)
#4B8784
(75,135,132)
#5C9290
(92,146,144)
#6D9D9C
(109,157,156)
#7EA8A8
(126,168,168)
#8FB3B4
(143,179,180)
#A0BEC0
(160,190,192)
#B1C9CC
(177,201,204)
#C2D4D8
(194,212,216)
#D3DFE4
(211,223,228)
#E4EAF0
(228,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7C78; }

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

This text font color is #3A7C78.


Background Color

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

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

This div background color is #3A7C78.


Border color

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

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

This div border color is #3A7C78.


Opacity

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

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

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

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

This text has shadow with #3A7C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7C78 on black background.


Color preview on white background

This text has color #3A7C78 on white background.



Black color preview on #3A7C78 background

This text has black color on #3A7C78 background.


White color preview on #3A7C78 background

This text has white color on #3A7C78 background.