COLOR #3C433B

HEX: #3C433B
RGB: (60,67,59)

Color info

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

RGB color model

#3C433B color RGB value is (60,67,59).

  • red value is 60;
  • green value is 67;
  • blue value is 59.
RGB:
(60,67,59)
(24%,26%,23%)

RGB channels and saturation

R 60 of 255 = 24%
G 67 of 255 = 26%
B 59 of 255 = 23%

60
67
59

R + G + B ~ 24%. #3C433B is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 67 + 59 = 186 (100%)
R 60 of 186 ~ 32.26%
G 67 of 186 ~ 36.02%
B 59 of 186 ~ 31.72%

%32.26
%36.02
%31.72

CMYK color model

#3C433B color CMYK value is (10,0,12,74).

  • cyan value is 10.45%
  • magenta value is 0.00%
  • yellow value is 11.94%
  • key color value is 73.73%
CMYK:
(10,0,12,74)
C10M0Y12K74 
(10%,0%,12%,74%)
(0.10/0.00/0.12/0.74)	

CMYK percentages

%10.45
%0
%11.94
%73.73

Codes

Color #3C433B in popluar color models

3C433B
RGB606759
HSL113°6.35%24.71%
HSB/HSV113°11.94%26.27%
CMYK10.45%0.00%11.94%
73.73%

Color #3C433B in popluar number systems.

HEX3C433B
Decimal606759
Binary1111001000011111011
Octal7410373

Shades and tints

Shades of #3C433B

#3C433B
(60,67,59)
#373D36
(55,61,54)
#323731
(50,55,49)
#2D312C
(45,49,44)
#282B27
(40,43,39)
#232522
(35,37,34)
#1E1F1D
(30,31,29)
#191918
(25,25,24)
#141313
(20,19,19)
#0F0D0E
(15,13,14)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #3C433B

#3C433B
(60,67,59)
#4D544C
(77,84,76)
#5E655D
(94,101,93)
#6F766E
(111,118,110)
#80877F
(128,135,127)
#919890
(145,152,144)
#A2A9A1
(162,169,161)
#B3BAB2
(179,186,178)
#C4CBC3
(196,203,195)
#D5DCD4
(213,220,212)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C433B color. Also use rgb(60,67,59) instead hex code.

Text Font Color

.myTextColor { color: #3C433B; }

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

This text font color is #3C433B.


Background Color

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

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

This div background color is #3C433B.


Border color

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

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

This div border color is #3C433B.


Opacity

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

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

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

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

This text has shadow with #3C433B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C433B on black background.


Color preview on white background

This text has color #3C433B on white background.



Black color preview on #3C433B background

This text has black color on #3C433B background.


White color preview on #3C433B background

This text has white color on #3C433B background.