COLOR #3B471E

HEX: #3B471E
RGB: (59,71,30)

Color info

#3B471E contains red, green and blue colors in about the same proportion. Web safe color of #3B471E is #333333 (or #333).

RGB color model

#3B471E color RGB value is (59,71,30).

  • red value is 59;
  • green value is 71;
  • blue value is 30.
RGB:
(59,71,30)
(23%,28%,12%)

RGB channels and saturation

R 59 of 255 = 23%
G 71 of 255 = 28%
B 30 of 255 = 12%

59
71
30

R + G + B ~ 21%. #3B471E is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 71 + 30 = 160 (100%)
R 59 of 160 ~ 36.88%
G 71 of 160 ~ 44.38%
B 30 of 160 ~ 18.75%

%36.88
%44.38
%18.75

CMYK color model

#3B471E color CMYK value is (17,0,58,72).

  • cyan value is 16.90%
  • magenta value is 0.00%
  • yellow value is 57.75%
  • key color value is 72.16%
CMYK:
(17,0,58,72)
C17M0Y58K72 
(17%,0%,58%,72%)
(0.17/0.00/0.58/0.72)	

CMYK percentages

%16.9
%0
%57.75
%72.16

Codes

Color #3B471E in popluar color models

3B471E
RGB597130
HSL78°40.59%19.80%
HSB/HSV78°57.75%27.84%
CMYK16.90%0.00%57.75%
72.16%

Color #3B471E in popluar number systems.

HEX3B471E
Decimal597130
Binary111011100011111110
Octal7310736

Shades and tints

Shades of #3B471E

#3B471E
(59,71,30)
#36411C
(54,65,28)
#313B1A
(49,59,26)
#2C3518
(44,53,24)
#272F16
(39,47,22)
#222914
(34,41,20)
#1D2312
(29,35,18)
#181D10
(24,29,16)
#13170E
(19,23,14)
#0E110C
(14,17,12)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #3B471E

#3B471E
(59,71,30)
#4C5732
(76,87,50)
#5D6746
(93,103,70)
#6E775A
(110,119,90)
#7F876E
(127,135,110)
#909782
(144,151,130)
#A1A796
(161,167,150)
#B2B7AA
(178,183,170)
#C3C7BE
(195,199,190)
#D4D7D2
(212,215,210)
#E5E7E6
(229,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B471E color. Also use rgb(59,71,30) instead hex code.

Text Font Color

.myTextColor { color: #3B471E; }

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

This text font color is #3B471E.


Background Color

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

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

This div background color is #3B471E.


Border color

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

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

This div border color is #3B471E.


Opacity

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

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

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

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

This text has shadow with #3B471E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B471E on black background.


Color preview on white background

This text has color #3B471E on white background.



Black color preview on #3B471E background

This text has black color on #3B471E background.


White color preview on #3B471E background

This text has white color on #3B471E background.