COLOR #3B420E

HEX: #3B420E
RGB: (59,66,14)

Color info

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

RGB color model

#3B420E color RGB value is (59,66,14).

  • red value is 59;
  • green value is 66;
  • blue value is 14.
RGB:
(59,66,14)
(23%,26%,5%)

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 14 of 255 = 5%

59
66
14

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

Portions of RGB colors in percentages

R + G + B =
59 + 66 + 14 = 139 (100%)
R 59 of 139 ~ 42.45%
G 66 of 139 ~ 47.48%
B 14 of 139 ~ 10.07%

%42.45
%47.48
%10.07

CMYK color model

#3B420E color CMYK value is (11,0,79,74).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 78.79%
  • key color value is 74.12%
CMYK:
(11,0,79,74)
C11M0Y79K74 
(11%,0%,79%,74%)
(0.11/0.00/0.79/0.74)	

CMYK percentages

%10.61
%0
%78.79
%74.12

Codes

Color #3B420E in popluar color models

3B420E
RGB596614
HSL68°65.00%15.69%
HSB/HSV68°78.79%25.88%
CMYK10.61%0.00%78.79%
74.12%

Color #3B420E in popluar number systems.

HEX3B420E
Decimal596614
Binary11101110000101110
Octal7310216

Shades and tints

Shades of #3B420E

#3B420E
(59,66,14)
#363C0D
(54,60,13)
#31360C
(49,54,12)
#2C300B
(44,48,11)
#272A0A
(39,42,10)
#222409
(34,36,9)
#1D1E08
(29,30,8)
#181807
(24,24,7)
#131206
(19,18,6)
#0E0C05
(14,12,5)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #3B420E

#3B420E
(59,66,14)
#4C5323
(76,83,35)
#5D6438
(93,100,56)
#6E754D
(110,117,77)
#7F8662
(127,134,98)
#909777
(144,151,119)
#A1A88C
(161,168,140)
#B2B9A1
(178,185,161)
#C3CAB6
(195,202,182)
#D4DBCB
(212,219,203)
#E5ECE0
(229,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B420E color. Also use rgb(59,66,14) instead hex code.

Text Font Color

.myTextColor { color: #3B420E; }

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

This text font color is #3B420E.


Background Color

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

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

This div background color is #3B420E.


Border color

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

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

This div border color is #3B420E.


Opacity

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

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

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

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

This text has shadow with #3B420E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B420E on black background.


Color preview on white background

This text has color #3B420E on white background.



Black color preview on #3B420E background

This text has black color on #3B420E background.


White color preview on #3B420E background

This text has white color on #3B420E background.