COLOR #3C4530

HEX: #3C4530
RGB: (60,69,48)

Color info

#3C4530 contains red, green and blue colors in about the same proportion. Web safe color of #3C4530 is #333333 (or #333).

RGB color model

#3C4530 color RGB value is (60,69,48).

  • red value is 60;
  • green value is 69;
  • blue value is 48.
RGB:
(60,69,48)
(24%,27%,19%)

RGB channels and saturation

R 60 of 255 = 24%
G 69 of 255 = 27%
B 48 of 255 = 19%

60
69
48

R + G + B ~ 23%. #3C4530 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 69 + 48 = 177 (100%)
R 60 of 177 ~ 33.9%
G 69 of 177 ~ 38.98%
B 48 of 177 ~ 27.12%

%33.9
%38.98
%27.12

CMYK color model

#3C4530 color CMYK value is (13,0,30,73).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 72.94%
CMYK:
(13,0,30,73)
C13M0Y30K73 
(13%,0%,30%,73%)
(0.13/0.00/0.30/0.73)	

CMYK percentages

%13.04
%0
%30.43
%72.94

Codes

Color #3C4530 in popluar color models

3C4530
RGB606948
HSL86°17.95%22.94%
HSB/HSV86°30.43%27.06%
CMYK13.04%0.00%30.43%
72.94%

Color #3C4530 in popluar number systems.

HEX3C4530
Decimal606948
Binary1111001000101110000
Octal7410560

Shades and tints

Shades of #3C4530

#3C4530
(60,69,48)
#373F2C
(55,63,44)
#323928
(50,57,40)
#2D3324
(45,51,36)
#282D20
(40,45,32)
#23271C
(35,39,28)
#1E2118
(30,33,24)
#191B14
(25,27,20)
#141510
(20,21,16)
#0F0F0C
(15,15,12)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #3C4530

#3C4530
(60,69,48)
#4D5542
(77,85,66)
#5E6554
(94,101,84)
#6F7566
(111,117,102)
#808578
(128,133,120)
#91958A
(145,149,138)
#A2A59C
(162,165,156)
#B3B5AE
(179,181,174)
#C4C5C0
(196,197,192)
#D5D5D2
(213,213,210)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4530 color. Also use rgb(60,69,48) instead hex code.

Text Font Color

.myTextColor { color: #3C4530; }

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

This text font color is #3C4530.


Background Color

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

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

This div background color is #3C4530.


Border color

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

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

This div border color is #3C4530.


Opacity

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

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

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

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

This text has shadow with #3C4530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4530 on black background.


Color preview on white background

This text has color #3C4530 on white background.



Black color preview on #3C4530 background

This text has black color on #3C4530 background.


White color preview on #3C4530 background

This text has white color on #3C4530 background.