COLOR #3B370D

HEX: #3B370D
RGB: (59,55,13)

Color info

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

RGB color model

#3B370D color RGB value is (59,55,13).

  • red value is 59;
  • green value is 55;
  • blue value is 13.
RGB:
(59,55,13)
(23%,22%,5%)

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 13 of 255 = 5%

59
55
13

R + G + B ~ 17%. #3B370D is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 13 = 127 (100%)
R 59 of 127 ~ 46.46%
G 55 of 127 ~ 43.31%
B 13 of 127 ~ 10.24%

%46.46
%43.31
%10.24

CMYK color model

#3B370D color CMYK value is (0,7,78,77).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK:
(0,7,78,77)
C0M7Y78K77 
(0%,7%,78%,77%)
(0.00/0.07/0.78/0.77)	

CMYK percentages

%0
%6.78
%77.97
%76.86

Codes

Color #3B370D in popluar color models

3B370D
RGB595513
HSL55°63.89%14.12%
HSB/HSV55°77.97%23.14%
CMYK0.00%6.78%77.97%
76.86%

Color #3B370D in popluar number systems.

HEX3B370D
Decimal595513
Binary1110111101111101
Octal736715

Shades and tints

Shades of #3B370D

#3B370D
(59,55,13)
#36320C
(54,50,12)
#312D0B
(49,45,11)
#2C280A
(44,40,10)
#272309
(39,35,9)
#221E08
(34,30,8)
#1D1907
(29,25,7)
#181406
(24,20,6)
#130F05
(19,15,5)
#0E0A04
(14,10,4)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #3B370D

#3B370D
(59,55,13)
#4C4923
(76,73,35)
#5D5B39
(93,91,57)
#6E6D4F
(110,109,79)
#7F7F65
(127,127,101)
#90917B
(144,145,123)
#A1A391
(161,163,145)
#B2B5A7
(178,181,167)
#C3C7BD
(195,199,189)
#D4D9D3
(212,217,211)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B370D; }

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

This text font color is #3B370D.


Background Color

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

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

This div background color is #3B370D.


Border color

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

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

This div border color is #3B370D.


Opacity

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

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

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

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

This text has shadow with #3B370D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B370D on black background.


Color preview on white background

This text has color #3B370D on white background.



Black color preview on #3B370D background

This text has black color on #3B370D background.


White color preview on #3B370D background

This text has white color on #3B370D background.