COLOR #3C6048

HEX: #3C6048
RGB: (60,96,72)

Color info

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

RGB color model

#3C6048 color RGB value is (60,96,72).

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

RGB channels and saturation

R 60 of 255 = 24%
G 96 of 255 = 38%
B 72 of 255 = 28%

60
96
72

R + G + B ~ 30%. #3C6048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 96 + 72 = 228 (100%)
R 60 of 228 ~ 26.32%
G 96 of 228 ~ 42.11%
B 72 of 228 ~ 31.58%

%26.32
%42.11
%31.58

CMYK color model

#3C6048 color CMYK value is (38,0,25,62).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(38,0,25,62)
C38M0Y25K62 
(38%,0%,25%,62%)
(0.38/0.00/0.25/0.62)	

CMYK percentages

%37.5
%0
%25
%62.35

Codes

Color #3C6048 in popluar color models

3C6048
RGB609672
HSL140°23.08%30.59%
HSB/HSV140°37.50%37.65%
CMYK37.50%0.00%25.00%
62.35%

Color #3C6048 in popluar number systems.

HEX3C6048
Decimal609672
Binary11110011000001001000
Octal74140110

Shades and tints

Shades of #3C6048

#3C6048
(60,96,72)
#375842
(55,88,66)
#32503C
(50,80,60)
#2D4836
(45,72,54)
#284030
(40,64,48)
#23382A
(35,56,42)
#1E3024
(30,48,36)
#19281E
(25,40,30)
#142018
(20,32,24)
#0F1812
(15,24,18)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #3C6048

#3C6048
(60,96,72)
#4D6E58
(77,110,88)
#5E7C68
(94,124,104)
#6F8A78
(111,138,120)
#809888
(128,152,136)
#91A698
(145,166,152)
#A2B4A8
(162,180,168)
#B3C2B8
(179,194,184)
#C4D0C8
(196,208,200)
#D5DED8
(213,222,216)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C6048; }

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

This text font color is #3C6048.


Background Color

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

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

This div background color is #3C6048.


Border color

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

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

This div border color is #3C6048.


Opacity

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

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

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

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

This text has shadow with #3C6048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6048 on black background.


Color preview on white background

This text has color #3C6048 on white background.



Black color preview on #3C6048 background

This text has black color on #3C6048 background.


White color preview on #3C6048 background

This text has white color on #3C6048 background.