COLOR #3B2F0D

HEX: #3B2F0D
RGB: (59,47,13)

Color info

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

RGB color model

#3B2F0D color RGB value is (59,47,13).

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

RGB channels and saturation

R 59 of 255 = 23%
G 47 of 255 = 18%
B 13 of 255 = 5%

59
47
13

R + G + B ~ 15%. #3B2F0D is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 47 + 13 = 119 (100%)
R 59 of 119 ~ 49.58%
G 47 of 119 ~ 39.5%
B 13 of 119 ~ 10.92%

%49.58
%39.5
%10.92

CMYK color model

#3B2F0D color CMYK value is (0,20,78,77).

  • cyan value is 0.00%
  • magenta value is 20.34%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK:
(0,20,78,77)
C0M20Y78K77 
(0%,20%,78%,77%)
(0.00/0.20/0.78/0.77)	

CMYK percentages

%0
%20.34
%77.97
%76.86

Codes

Color #3B2F0D in popluar color models

3B2F0D
RGB594713
HSL44°63.89%14.12%
HSB/HSV44°77.97%23.14%
CMYK0.00%20.34%77.97%
76.86%

Color #3B2F0D in popluar number systems.

HEX3B2F0D
Decimal594713
Binary1110111011111101
Octal735715

Shades and tints

Shades of #3B2F0D

#3B2F0D
(59,47,13)
#362B0C
(54,43,12)
#31270B
(49,39,11)
#2C230A
(44,35,10)
#271F09
(39,31,9)
#221B08
(34,27,8)
#1D1707
(29,23,7)
#181306
(24,19,6)
#130F05
(19,15,5)
#0E0B04
(14,11,4)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #3B2F0D

#3B2F0D
(59,47,13)
#4C4123
(76,65,35)
#5D5339
(93,83,57)
#6E654F
(110,101,79)
#7F7765
(127,119,101)
#90897B
(144,137,123)
#A19B91
(161,155,145)
#B2ADA7
(178,173,167)
#C3BFBD
(195,191,189)
#D4D1D3
(212,209,211)
#E5E3E9
(229,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B2F0D; }

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

This text font color is #3B2F0D.


Background Color

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

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

This div background color is #3B2F0D.


Border color

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

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

This div border color is #3B2F0D.


Opacity

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

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

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

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

This text has shadow with #3B2F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B2F0D on black background.


Color preview on white background

This text has color #3B2F0D on white background.



Black color preview on #3B2F0D background

This text has black color on #3B2F0D background.


White color preview on #3B2F0D background

This text has white color on #3B2F0D background.