COLOR #3B400D

HEX: #3B400D
RGB: (59,64,13)

Color info

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

RGB color model

#3B400D color RGB value is (59,64,13).

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

RGB channels and saturation

R 59 of 255 = 23%
G 64 of 255 = 25%
B 13 of 255 = 5%

59
64
13

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

Portions of RGB colors in percentages

R + G + B =
59 + 64 + 13 = 136 (100%)
R 59 of 136 ~ 43.38%
G 64 of 136 ~ 47.06%
B 13 of 136 ~ 9.56%

%43.38
%47.06
%9.56

CMYK color model

#3B400D color CMYK value is (8,0,80,75).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 79.69%
  • key color value is 74.90%
CMYK:
(8,0,80,75)
C8M0Y80K75 
(8%,0%,80%,75%)
(0.08/0.00/0.80/0.75)	

CMYK percentages

%7.81
%0
%79.69
%74.9

Codes

Color #3B400D in popluar color models

3B400D
RGB596413
HSL66°66.23%15.10%
HSB/HSV66°79.69%25.10%
CMYK7.81%0.00%79.69%
74.90%

Color #3B400D in popluar number systems.

HEX3B400D
Decimal596413
Binary11101110000001101
Octal7310015

Shades and tints

Shades of #3B400D

#3B400D
(59,64,13)
#363B0C
(54,59,12)
#31360B
(49,54,11)
#2C310A
(44,49,10)
#272C09
(39,44,9)
#222708
(34,39,8)
#1D2207
(29,34,7)
#181D06
(24,29,6)
#131805
(19,24,5)
#0E1304
(14,19,4)
#090E03
(9,14,3)
#000000
(0,0,0)

Tints of #3B400D

#3B400D
(59,64,13)
#4C5123
(76,81,35)
#5D6239
(93,98,57)
#6E734F
(110,115,79)
#7F8465
(127,132,101)
#90957B
(144,149,123)
#A1A691
(161,166,145)
#B2B7A7
(178,183,167)
#C3C8BD
(195,200,189)
#D4D9D3
(212,217,211)
#E5EAE9
(229,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B400D; }

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

This text font color is #3B400D.


Background Color

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

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

This div background color is #3B400D.


Border color

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

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

This div border color is #3B400D.


Opacity

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

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

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

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

This text has shadow with #3B400D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B400D on black background.


Color preview on white background

This text has color #3B400D on white background.



Black color preview on #3B400D background

This text has black color on #3B400D background.


White color preview on #3B400D background

This text has white color on #3B400D background.