COLOR #3C3633

HEX: #3C3633 RGB: (60,54,51)

Color info

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

RGB color model

#3C3633 color RGB value is (60,54,51).

RGB: (60,54,51) (24%, 21%, 20%)

RGB channels and saturation

R 60 of 255 = 24%
G 54 of 255 = 21%
B 51 of 255 = 20%

60
54
51

R + G + B ~ 22%. #3C3633 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 54 + 51 = 165 (100%)
R 60 of 165 ~ 36.36%
G 54 of 165 ~ 32.73%
B 51 of 165 ~ 30.91'%

%36.36
%32.73
%30.91

CMYK color model

#3C3633 color CMYK value is (0,10,15,76).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 15.00%
  • key color value is 76.47%

CMYK: (0,10,15,76)
C0M10Y15K76 (0%, 10%, 15%, 76%)
(0.00 / 0.10 / 0.15 / 0.76)

CMYK percentages

%0
%10
%15
%76.47

Codes

Color #3C3633 in popluar color models

3C 36 33
RGB 60 54 51
HSL 20° 8.11% 21.76%
HSB/HSV 20° 15.00% 23.53%
CMYK 0.00% 10.00% 15.00%
76.47%

Color #3C3633 in popluar number systems.

HEX 3C 36 33
Decimal 60 54 51
Binary 111100 110110 110011
Octal 74 66 63

Shades and tints

Shades of #3C3633

#3C3633
(60,54,51)
#37322F
(55,50,47)
#322E2B
(50,46,43)
#2D2A27
(45,42,39)
#282623
(40,38,35)
#23221F
(35,34,31)
#1E1E1B
(30,30,27)
#191A17
(25,26,23)
#141613
(20,22,19)
#0F120F
(15,18,15)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #3C3633

#3C3633
(60,54,51)
#4D4845
(77,72,69)
#5E5A57
(94,90,87)
#6F6C69
(111,108,105)
#807E7B
(128,126,123)
#91908D
(145,144,141)
#A2A29F
(162,162,159)
#B3B4B1
(179,180,177)
#C4C6C3
(196,198,195)
#D5D8D5
(213,216,213)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3633 color. Also use rgb(60,54,51) instead hex code.

Text Font Color

.myTextColor { color: #3C3633; }

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

This text font color is #3C3633.

Background Color

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

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

This div background color is #3C3633.

Border color

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

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

This div border color is #3C3633.

Opacity

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

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

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

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

This text has shadow with #3C3633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3633.

Preview

Color preview on black background

This text has color #3C3633 on black background.


Color preview on white background

This text has color #3C3633 on white background.


Black color preview on #3C3633 background

This text has black color on #3C3633 background.


White color preview on #3C3633 background

This text has white color on #3C3633 background.


Related colors

Complementary color

Complementary color for #hex is #C3C9CC.


I love getcolorcode.com

Triadic colors

1 #333C36 and #36333C with #3C3633 are triadic colors.

2 #33363C and #363C33 with #3C3633 are triadic colors.