COLOR #3C7D81

HEX: #3C7D81
RGB: (60,125,129)

Color info

#3C7D81 contains mainly green and blue colors. Web safe color of #3C7D81 is #336699 (or #369).

RGB color model

#3C7D81 color RGB value is (60,125,129).

  • red value is 60;
  • green value is 125;
  • blue value is 129.
RGB:
(60,125,129)
(24%,49%,51%)

RGB channels and saturation

R 60 of 255 = 24%
G 125 of 255 = 49%
B 129 of 255 = 51%

60
125
129

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

Portions of RGB colors in percentages

R + G + B =
60 + 125 + 129 = 314 (100%)
R 60 of 314 ~ 19.11%
G 125 of 314 ~ 39.81%
B 129 of 314 ~ 41.08%

%19.11
%39.81
%41.08

CMYK color model

#3C7D81 color CMYK value is (53,3,0,49).

  • cyan value is 53.49%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(53,3,0,49)
C53M3Y0K49 
(53%,3%,0%,49%)
(0.53/0.03/0.00/0.49)	

CMYK percentages

%53.49
%3.1
%0
%49.41

Codes

Color #3C7D81 in popluar color models

3C7D81
RGB60125129
HSL183°36.51%37.06%
HSB/HSV183°53.49%50.59%
CMYK53.49%3.10%0.00%
49.41%

Color #3C7D81 in popluar number systems.

HEX3C7D81
Decimal60125129
Binary111100111110110000001
Octal74175201

Shades and tints

Shades of #3C7D81

#3C7D81
(60,125,129)
#377276
(55,114,118)
#32676B
(50,103,107)
#2D5C60
(45,92,96)
#285155
(40,81,85)
#23464A
(35,70,74)
#1E3B3F
(30,59,63)
#193034
(25,48,52)
#142529
(20,37,41)
#0F1A1E
(15,26,30)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #3C7D81

#3C7D81
(60,125,129)
#4D888C
(77,136,140)
#5E9397
(94,147,151)
#6F9EA2
(111,158,162)
#80A9AD
(128,169,173)
#91B4B8
(145,180,184)
#A2BFC3
(162,191,195)
#B3CACE
(179,202,206)
#C4D5D9
(196,213,217)
#D5E0E4
(213,224,228)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7D81 color. Also use rgb(60,125,129) instead hex code.

Text Font Color

.myTextColor { color: #3C7D81; }

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

This text font color is #3C7D81.


Background Color

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

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

This div background color is #3C7D81.


Border color

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

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

This div border color is #3C7D81.


Opacity

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

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

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

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

This text has shadow with #3C7D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7D81 on black background.


Color preview on white background

This text has color #3C7D81 on white background.



Black color preview on #3C7D81 background

This text has black color on #3C7D81 background.


White color preview on #3C7D81 background

This text has white color on #3C7D81 background.