COLOR #3B370F

HEX: #3B370F
RGB: (59,55,15)

Color info

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

RGB color model

#3B370F color RGB value is (59,55,15).

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

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 15 of 255 = 6%

59
55
15

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

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 15 = 129 (100%)
R 59 of 129 ~ 45.74%
G 55 of 129 ~ 42.64%
B 15 of 129 ~ 11.63%

%45.74
%42.64
%11.63

CMYK color model

#3B370F color CMYK value is (0,7,75,77).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 74.58%
  • key color value is 76.86%
CMYK:
(0,7,75,77)
C0M7Y75K77 
(0%,7%,75%,77%)
(0.00/0.07/0.75/0.77)	

CMYK percentages

%0
%6.78
%74.58
%76.86

Codes

Color #3B370F in popluar color models

3B370F
RGB595515
HSL55°59.46%14.51%
HSB/HSV55°74.58%23.14%
CMYK0.00%6.78%74.58%
76.86%

Color #3B370F in popluar number systems.

HEX3B370F
Decimal595515
Binary1110111101111111
Octal736717

Shades and tints

Shades of #3B370F

#3B370F
(59,55,15)
#36320E
(54,50,14)
#312D0D
(49,45,13)
#2C280C
(44,40,12)
#27230B
(39,35,11)
#221E0A
(34,30,10)
#1D1909
(29,25,9)
#181408
(24,20,8)
#130F07
(19,15,7)
#0E0A06
(14,10,6)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #3B370F

#3B370F
(59,55,15)
#4C4924
(76,73,36)
#5D5B39
(93,91,57)
#6E6D4E
(110,109,78)
#7F7F63
(127,127,99)
#909178
(144,145,120)
#A1A38D
(161,163,141)
#B2B5A2
(178,181,162)
#C3C7B7
(195,199,183)
#D4D9CC
(212,217,204)
#E5EBE1
(229,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B370F; }

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

This text font color is #3B370F.


Background Color

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

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

This div background color is #3B370F.


Border color

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

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

This div border color is #3B370F.


Opacity

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

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

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

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

This text has shadow with #3B370F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B370F on black background.


Color preview on white background

This text has color #3B370F on white background.



Black color preview on #3B370F background

This text has black color on #3B370F background.


White color preview on #3B370F background

This text has white color on #3B370F background.