COLOR #3B311B

HEX: #3B311B
RGB: (59,49,27)

Color info

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

RGB color model

#3B311B color RGB value is (59,49,27).

  • red value is 59;
  • green value is 49;
  • blue value is 27.
RGB:
(59,49,27)
(23%,19%,11%)

RGB channels and saturation

R 59 of 255 = 23%
G 49 of 255 = 19%
B 27 of 255 = 11%

59
49
27

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

Portions of RGB colors in percentages

R + G + B =
59 + 49 + 27 = 135 (100%)
R 59 of 135 ~ 43.7%
G 49 of 135 ~ 36.3%
B 27 of 135 ~ 20%

%43.7
%36.3
%20

CMYK color model

#3B311B color CMYK value is (0,17,54,77).

  • cyan value is 0.00%
  • magenta value is 16.95%
  • yellow value is 54.24%
  • key color value is 76.86%
CMYK:
(0,17,54,77)
C0M17Y54K77 
(0%,17%,54%,77%)
(0.00/0.17/0.54/0.77)	

CMYK percentages

%0
%16.95
%54.24
%76.86

Codes

Color #3B311B in popluar color models

3B311B
RGB594927
HSL41°37.21%16.86%
HSB/HSV41°54.24%23.14%
CMYK0.00%16.95%54.24%
76.86%

Color #3B311B in popluar number systems.

HEX3B311B
Decimal594927
Binary11101111000111011
Octal736133

Shades and tints

Shades of #3B311B

#3B311B
(59,49,27)
#362D19
(54,45,25)
#312917
(49,41,23)
#2C2515
(44,37,21)
#272113
(39,33,19)
#221D11
(34,29,17)
#1D190F
(29,25,15)
#18150D
(24,21,13)
#13110B
(19,17,11)
#0E0D09
(14,13,9)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #3B311B

#3B311B
(59,49,27)
#4C432F
(76,67,47)
#5D5543
(93,85,67)
#6E6757
(110,103,87)
#7F796B
(127,121,107)
#908B7F
(144,139,127)
#A19D93
(161,157,147)
#B2AFA7
(178,175,167)
#C3C1BB
(195,193,187)
#D4D3CF
(212,211,207)
#E5E5E3
(229,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B311B color. Also use rgb(59,49,27) instead hex code.

Text Font Color

.myTextColor { color: #3B311B; }

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

This text font color is #3B311B.


Background Color

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

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

This div background color is #3B311B.


Border color

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

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

This div border color is #3B311B.


Opacity

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

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

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

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

This text has shadow with #3B311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B311B on black background.


Color preview on white background

This text has color #3B311B on white background.



Black color preview on #3B311B background

This text has black color on #3B311B background.


White color preview on #3B311B background

This text has white color on #3B311B background.