COLOR #3C2317

HEX: #3C2317 RGB: (60,35,23)

Color info

#3C2317 contains red, green and blue colors in about the same proportion. Web safe color of #3C2317 is #333300 (or #330).

RGB color model

#3C2317 color RGB value is (60,35,23).

RGB: (60,35,23) (24%, 14%, 9%)

RGB channels and saturation

R 60 of 255 = 24%
G 35 of 255 = 14%
B 23 of 255 = 9%

60
35
23

R + G + B ~ 16%. #3C2317 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 35 + 23 = 118 (100%)
R 60 of 118 ~ 50.85%
G 35 of 118 ~ 29.66%
B 23 of 118 ~ 19.49'%

%50.85
%29.66
%19.49

CMYK color model

#3C2317 color CMYK value is (0,42,62,76).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 61.67%
  • key color value is 76.47%

CMYK: (0,42,62,76)
C0M42Y62K76 (0%, 42%, 62%, 76%)
(0.00 / 0.42 / 0.62 / 0.76)

CMYK percentages

%0
%41.67
%61.67
%76.47

Codes

Color #3C2317 in popluar color models

3C 23 17
RGB 60 35 23
HSL 19° 44.58% 16.27%
HSB/HSV 19° 61.67% 23.53%
CMYK 0.00% 41.67% 61.67%
76.47%

Color #3C2317 in popluar number systems.

HEX 3C 23 17
Decimal 60 35 23
Binary 111100 100011 10111
Octal 74 43 27

Shades and tints

Shades of #3C2317

#3C2317
(60,35,23)
#372015
(55,32,21)
#321D13
(50,29,19)
#2D1A11
(45,26,17)
#28170F
(40,23,15)
#23140D
(35,20,13)
#1E110B
(30,17,11)
#190E09
(25,14,9)
#140B07
(20,11,7)
#0F0805
(15,8,5)
#0A0503
(10,5,3)
#000000
(0,0,0)

Tints of #3C2317

#3C2317
(60,35,23)
#4D372C
(77,55,44)
#5E4B41
(94,75,65)
#6F5F56
(111,95,86)
#80736B
(128,115,107)
#918780
(145,135,128)
#A29B95
(162,155,149)
#B3AFAA
(179,175,170)
#C4C3BF
(196,195,191)
#D5D7D4
(213,215,212)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C2317 color. Also use rgb(60,35,23) instead hex code.

Text Font Color

.myTextColor { color: #3C2317; }

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

This text font color is #3C2317.

Background Color

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

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

This div background color is #3C2317.

Border color

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

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

This div border color is #3C2317.

Opacity

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

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

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

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

This text has shadow with #3C2317 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2317.

Preview

Color preview on black background

This text has color #3C2317 on black background.


Color preview on white background

This text has color #3C2317 on white background.


Black color preview on #3C2317 background

This text has black color on #3C2317 background.


White color preview on #3C2317 background

This text has white color on #3C2317 background.


Related colors

Complementary color

Complementary color for #hex is #C3DCE8.


I love getcolorcode.com

Triadic colors

1 #173C23 and #23173C with #3C2317 are triadic colors.

2 #17233C and #233C17 with #3C2317 are triadic colors.