COLOR #3C7264

HEX: #3C7264
RGB: (60,114,100)

Color info

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

RGB color model

#3C7264 color RGB value is (60,114,100).

  • red value is 60;
  • green value is 114;
  • blue value is 100.
RGB:
(60,114,100)
(24%,45%,39%)

RGB channels and saturation

R 60 of 255 = 24%
G 114 of 255 = 45%
B 100 of 255 = 39%

60
114
100

R + G + B ~ 36%. #3C7264 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 114 + 100 = 274 (100%)
R 60 of 274 ~ 21.9%
G 114 of 274 ~ 41.61%
B 100 of 274 ~ 36.5%

%21.9
%41.61
%36.5

CMYK color model

#3C7264 color CMYK value is (47,0,12,55).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(47,0,12,55)
C47M0Y12K55 
(47%,0%,12%,55%)
(0.47/0.00/0.12/0.55)	

CMYK percentages

%47.37
%0
%12.28
%55.29

Codes

Color #3C7264 in popluar color models

3C7264
RGB60114100
HSL164°31.03%34.12%
HSB/HSV164°47.37%44.71%
CMYK47.37%0.00%12.28%
55.29%

Color #3C7264 in popluar number systems.

HEX3C7264
Decimal60114100
Binary11110011100101100100
Octal74162144

Shades and tints

Shades of #3C7264

#3C7264
(60,114,100)
#37685B
(55,104,91)
#325E52
(50,94,82)
#2D5449
(45,84,73)
#284A40
(40,74,64)
#234037
(35,64,55)
#1E362E
(30,54,46)
#192C25
(25,44,37)
#14221C
(20,34,28)
#0F1813
(15,24,19)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #3C7264

#3C7264
(60,114,100)
#4D7E72
(77,126,114)
#5E8A80
(94,138,128)
#6F968E
(111,150,142)
#80A29C
(128,162,156)
#91AEAA
(145,174,170)
#A2BAB8
(162,186,184)
#B3C6C6
(179,198,198)
#C4D2D4
(196,210,212)
#D5DEE2
(213,222,226)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7264; }

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

This text font color is #3C7264.


Background Color

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

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

This div background color is #3C7264.


Border color

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

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

This div border color is #3C7264.


Opacity

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

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

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

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

This text has shadow with #3C7264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7264 on black background.


Color preview on white background

This text has color #3C7264 on white background.



Black color preview on #3C7264 background

This text has black color on #3C7264 background.


White color preview on #3C7264 background

This text has white color on #3C7264 background.