COLOR #3C533F

HEX: #3C533F
RGB: (60,83,63)

Color info

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

RGB color model

#3C533F color RGB value is (60,83,63).

  • red value is 60;
  • green value is 83;
  • blue value is 63.
RGB:
(60,83,63)
(24%,33%,25%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 63 of 255 = 25%

60
83
63

R + G + B ~ 27%. #3C533F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 83 + 63 = 206 (100%)
R 60 of 206 ~ 29.13%
G 83 of 206 ~ 40.29%
B 63 of 206 ~ 30.58%

%29.13
%40.29
%30.58

CMYK color model

#3C533F color CMYK value is (28,0,24,67).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(28,0,24,67)
C28M0Y24K67 
(28%,0%,24%,67%)
(0.28/0.00/0.24/0.67)	

CMYK percentages

%27.71
%0
%24.1
%67.45

Codes

Color #3C533F in popluar color models

3C533F
RGB608363
HSL128°16.08%28.04%
HSB/HSV128°27.71%32.55%
CMYK27.71%0.00%24.10%
67.45%

Color #3C533F in popluar number systems.

HEX3C533F
Decimal608363
Binary1111001010011111111
Octal7412377

Shades and tints

Shades of #3C533F

#3C533F
(60,83,63)
#374C3A
(55,76,58)
#324535
(50,69,53)
#2D3E30
(45,62,48)
#28372B
(40,55,43)
#233026
(35,48,38)
#1E2921
(30,41,33)
#19221C
(25,34,28)
#141B17
(20,27,23)
#0F1412
(15,20,18)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #3C533F

#3C533F
(60,83,63)
#4D6250
(77,98,80)
#5E7161
(94,113,97)
#6F8072
(111,128,114)
#808F83
(128,143,131)
#919E94
(145,158,148)
#A2ADA5
(162,173,165)
#B3BCB6
(179,188,182)
#C4CBC7
(196,203,199)
#D5DAD8
(213,218,216)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C533F color. Also use rgb(60,83,63) instead hex code.

Text Font Color

.myTextColor { color: #3C533F; }

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

This text font color is #3C533F.


Background Color

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

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

This div background color is #3C533F.


Border color

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

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

This div border color is #3C533F.


Opacity

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

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

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

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

This text has shadow with #3C533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C533F on black background.


Color preview on white background

This text has color #3C533F on white background.



Black color preview on #3C533F background

This text has black color on #3C533F background.


White color preview on #3C533F background

This text has white color on #3C533F background.