COLOR #3C725C

HEX: #3C725C RGB: (60,114,92)

Color info

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

RGB color model

#3C725C color RGB value is (60,114,92).

RGB: (60,114,92) (24%, 45%, 36%)

RGB channels and saturation

R 60 of 255 = 24%
G 114 of 255 = 45%
B 92 of 255 = 36%

60
114
92

R + G + B ~ 35%. #3C725C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 114 + 92 = 266 (100%)
R 60 of 266 ~ 22.56%
G 114 of 266 ~ 42.86%
B 92 of 266 ~ 34.59'%

%22.56
%42.86
%34.59

CMYK color model

#3C725C color CMYK value is (47,0,19,55).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 55.29%
CMYK: (47,0,19,55) C47M0Y19K55 (47%,0%,19%,55%) (0.47/0.00/0.19/0.55) 

CMYK percentages

%47.37
%0
%19.3
%55.29

Codes

Color #3C725C in popluar color models

3C 72 5C
RGB 60 114 92
HSL 156° 31.03% 34.12%
HSB/HSV 156° 47.37% 44.71%
CMYK 47.37% 0.00% 19.30%
55.29%

Color #3C725C in popluar number systems.

HEX 3C 72 5C
Decimal 60 114 92
Binary 111100 1110010 1011100
Octal 74 162 134

Shades and tints

Shades of #3C725C

#3C725C
(60,114,92)
#376854
(55,104,84)
#325E4C
(50,94,76)
#2D5444
(45,84,68)
#284A3C
(40,74,60)
#234034
(35,64,52)
#1E362C
(30,54,44)
#192C24
(25,44,36)
#14221C
(20,34,28)
#0F1814
(15,24,20)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #3C725C

#3C725C
(60,114,92)
#4D7E6A
(77,126,106)
#5E8A78
(94,138,120)
#6F9686
(111,150,134)
#80A294
(128,162,148)
#91AEA2
(145,174,162)
#A2BAB0
(162,186,176)
#B3C6BE
(179,198,190)
#C4D2CC
(196,210,204)
#D5DEDA
(213,222,218)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C725C color. Also use rgb(60,114,92) instead hex code.

Text Font Color

.myTextColor { color: #3C725C; }

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

This text font color is #3C725C.

Background Color

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

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

This div background color is #3C725C.

Border color

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

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

This div border color is #3C725C.

Opacity

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

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

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

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

This text has shadow with #3C725C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C725C.

Preview

Color preview on black background

This text has color #3C725C on black background.


Color preview on white background

This text has color #3C725C on white background.


Black color preview on #3C725C background

This text has black color on #3C725C background.


White color preview on #3C725C background

This text has white color on #3C725C background.


Related colors

Complementary color

Complementary color for #hex is #C38DA3.


I love getcolorcode.com

Triadic colors

1 #5C3C72 and #725C3C with #3C725C are triadic colors.

2 #5C723C and #723C5C with #3C725C are triadic colors.