COLOR #3B251F

HEX: #3B251F RGB: (59,37,31)

Color info

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

RGB color model

#3B251F color RGB value is (59,37,31).

RGB: (59,37,31) (23%, 15%, 12%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 31 of 255 = 12%

59
37
31

R + G + B ~ 17%. #3B251F is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 37 + 31 = 127 (100%)
R 59 of 127 ~ 46.46%
G 37 of 127 ~ 29.13%
B 31 of 127 ~ 24.41'%

%46.46
%29.13
%24.41

CMYK color model

#3B251F color CMYK value is (0,37,47,77).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 47.46%
  • key color value is 76.86%
CMYK: (0,37,47,77) C0M37Y47K77 (0%,37%,47%,77%) (0.00/0.37/0.47/0.77) 

CMYK percentages

%0
%37.29
%47.46
%76.86

Codes

Color #3B251F in popluar color models

3B 25 1F
RGB 59 37 31
HSL 13° 31.11% 17.65%
HSB/HSV 13° 47.46% 23.14%
CMYK 0.00% 37.29% 47.46%
76.86%

Color #3B251F in popluar number systems.

HEX 3B 25 1F
Decimal 59 37 31
Binary 111011 100101 11111
Octal 73 45 37

Shades and tints

Shades of #3B251F

#3B251F
(59,37,31)
#36221D
(54,34,29)
#311F1B
(49,31,27)
#2C1C19
(44,28,25)
#271917
(39,25,23)
#221615
(34,22,21)
#1D1313
(29,19,19)
#181011
(24,16,17)
#130D0F
(19,13,15)
#0E0A0D
(14,10,13)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #3B251F

#3B251F
(59,37,31)
#4C3833
(76,56,51)
#5D4B47
(93,75,71)
#6E5E5B
(110,94,91)
#7F716F
(127,113,111)
#908483
(144,132,131)
#A19797
(161,151,151)
#B2AAAB
(178,170,171)
#C3BDBF
(195,189,191)
#D4D0D3
(212,208,211)
#E5E3E7
(229,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B251F color. Also use rgb(59,37,31) instead hex code.

Text Font Color

.myTextColor { color: #3B251F; }

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

This text font color is #3B251F.

Background Color

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

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

This div background color is #3B251F.

Border color

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

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

This div border color is #3B251F.

Opacity

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

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

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

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

This text has shadow with #3B251F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B251F.

Preview

Color preview on black background

This text has color #3B251F on black background.


Color preview on white background

This text has color #3B251F on white background.


Black color preview on #3B251F background

This text has black color on #3B251F background.


White color preview on #3B251F background

This text has white color on #3B251F background.


Related colors

Complementary color

Complementary color for #hex is #C4DAE0.


I love getcolorcode.com

Triadic colors

1 #1F3B25 and #251F3B with #3B251F are triadic colors.

2 #1F253B and #253B1F with #3B251F are triadic colors.