COLOR #3B3718

HEX: #3B3718 RGB: (59,55,24)

Color info

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

RGB color model

#3B3718 color RGB value is (59,55,24).

RGB: (59,55,24) (23%, 22%, 9%)

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 24 of 255 = 9%

59
55
24

R + G + B ~ 18%. #3B3718 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 55 + 24 = 138 (100%)
R 59 of 138 ~ 42.75%
G 55 of 138 ~ 39.86%
B 24 of 138 ~ 17.39'%

%42.75
%39.86
%17.39

CMYK color model

#3B3718 color CMYK value is (0,7,59,77).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 59.32%
  • key color value is 76.86%

CMYK: (0,7,59,77)
C0M7Y59K77 (0%, 7%, 59%, 77%)
(0.00 / 0.07 / 0.59 / 0.77)

CMYK percentages

%0
%6.78
%59.32
%76.86

Codes

Color #3B3718 in popluar color models

3B 37 18
RGB 59 55 24
HSL 53° 42.17% 16.27%
HSB/HSV 53° 59.32% 23.14%
CMYK 0.00% 6.78% 59.32%
76.86%

Color #3B3718 in popluar number systems.

HEX 3B 37 18
Decimal 59 55 24
Binary 111011 110111 11000
Octal 73 67 30

Shades and tints

Shades of #3B3718

#3B3718
(59,55,24)
#363216
(54,50,22)
#312D14
(49,45,20)
#2C2812
(44,40,18)
#272310
(39,35,16)
#221E0E
(34,30,14)
#1D190C
(29,25,12)
#18140A
(24,20,10)
#130F08
(19,15,8)
#0E0A06
(14,10,6)
#090504
(9,5,4)
#000000
(0,0,0)

Tints of #3B3718

#3B3718
(59,55,24)
#4C492D
(76,73,45)
#5D5B42
(93,91,66)
#6E6D57
(110,109,87)
#7F7F6C
(127,127,108)
#909181
(144,145,129)
#A1A396
(161,163,150)
#B2B5AB
(178,181,171)
#C3C7C0
(195,199,192)
#D4D9D5
(212,217,213)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3718 color. Also use rgb(59,55,24) instead hex code.

Text Font Color

.myTextColor { color: #3B3718; }

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

This text font color is #3B3718.

Background Color

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

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

This div background color is #3B3718.

Border color

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

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

This div border color is #3B3718.

Opacity

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

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

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

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

This text has shadow with #3B3718 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B3718.

Preview

Color preview on black background

This text has color #3B3718 on black background.


Color preview on white background

This text has color #3B3718 on white background.


Black color preview on #3B3718 background

This text has black color on #3B3718 background.


White color preview on #3B3718 background

This text has white color on #3B3718 background.


Related colors

Complementary color

Complementary color for #hex is #C4C8E7.


I love getcolorcode.com

Triadic colors

1 #183B37 and #37183B with #3B3718 are triadic colors.

2 #18373B and #373B18 with #3B3718 are triadic colors.