COLOR #3C7248

HEX: #3C7248
RGB: (60,114,72)

Color info

#3C7248 contains red, green and blue colors in about the same proportion. Web safe color of #3C7248 is #336633 (or #363).

RGB color model

#3C7248 color RGB value is (60,114,72).

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

RGB channels and saturation

R 60 of 255 = 24%
G 114 of 255 = 45%
B 72 of 255 = 28%

60
114
72

R + G + B ~ 32%. #3C7248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 114 + 72 = 246 (100%)
R 60 of 246 ~ 24.39%
G 114 of 246 ~ 46.34%
B 72 of 246 ~ 29.27%

%24.39
%46.34
%29.27

CMYK color model

#3C7248 color CMYK value is (47,0,37,55).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 55.29%
CMYK:
(47,0,37,55)
C47M0Y37K55 
(47%,0%,37%,55%)
(0.47/0.00/0.37/0.55)	

CMYK percentages

%47.37
%0
%36.84
%55.29

Codes

Color #3C7248 in popluar color models

3C7248
RGB6011472
HSL133°31.03%34.12%
HSB/HSV133°47.37%44.71%
CMYK47.37%0.00%36.84%
55.29%

Color #3C7248 in popluar number systems.

HEX3C7248
Decimal6011472
Binary11110011100101001000
Octal74162110

Shades and tints

Shades of #3C7248

#3C7248
(60,114,72)
#376842
(55,104,66)
#325E3C
(50,94,60)
#2D5436
(45,84,54)
#284A30
(40,74,48)
#23402A
(35,64,42)
#1E3624
(30,54,36)
#192C1E
(25,44,30)
#142218
(20,34,24)
#0F1812
(15,24,18)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #3C7248

#3C7248
(60,114,72)
#4D7E58
(77,126,88)
#5E8A68
(94,138,104)
#6F9678
(111,150,120)
#80A288
(128,162,136)
#91AE98
(145,174,152)
#A2BAA8
(162,186,168)
#B3C6B8
(179,198,184)
#C4D2C8
(196,210,200)
#D5DED8
(213,222,216)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7248; }

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

This text font color is #3C7248.


Background Color

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

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

This div background color is #3C7248.


Border color

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

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

This div border color is #3C7248.


Opacity

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

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

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

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

This text has shadow with #3C7248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7248 on black background.


Color preview on white background

This text has color #3C7248 on white background.



Black color preview on #3C7248 background

This text has black color on #3C7248 background.


White color preview on #3C7248 background

This text has white color on #3C7248 background.