COLOR #3B251D

HEX: #3B251D RGB: (59,37,29)

Color info

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

RGB color model

#3B251D color RGB value is (59,37,29).

RGB: (59,37,29) (23%, 15%, 11%)

RGB channels and saturation

R 59 of 255 = 23%
G 37 of 255 = 15%
B 29 of 255 = 11%

59
37
29

R + G + B ~ 16%. #3B251D is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 37 + 29 = 125 (100%)
R 59 of 125 ~ 47.2%
G 37 of 125 ~ 29.6%
B 29 of 125 ~ 23.2'%

%47.2
%29.6
%23.2

CMYK color model

#3B251D color CMYK value is (0,37,51,77).

  • cyan value is 0.00%
  • magenta value is 37.29%
  • yellow value is 50.85%
  • key color value is 76.86%
CMYK: (0,37,51,77) C0M37Y51K77 (0%,37%,51%,77%) (0.00/0.37/0.51/0.77) 

CMYK percentages

%0
%37.29
%50.85
%76.86

Codes

Color #3B251D in popluar color models

3B 25 1D
RGB 59 37 29
HSL 16° 34.09% 17.25%
HSB/HSV 16° 50.85% 23.14%
CMYK 0.00% 37.29% 50.85%
76.86%

Color #3B251D in popluar number systems.

HEX 3B 25 1D
Decimal 59 37 29
Binary 111011 100101 11101
Octal 73 45 35

Shades and tints

Shades of #3B251D

#3B251D
(59,37,29)
#36221B
(54,34,27)
#311F19
(49,31,25)
#2C1C17
(44,28,23)
#271915
(39,25,21)
#221613
(34,22,19)
#1D1311
(29,19,17)
#18100F
(24,16,15)
#130D0D
(19,13,13)
#0E0A0B
(14,10,11)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #3B251D

#3B251D
(59,37,29)
#4C3831
(76,56,49)
#5D4B45
(93,75,69)
#6E5E59
(110,94,89)
#7F716D
(127,113,109)
#908481
(144,132,129)
#A19795
(161,151,149)
#B2AAA9
(178,170,169)
#C3BDBD
(195,189,189)
#D4D0D1
(212,208,209)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B251D; }

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

This text font color is #3B251D.

Background Color

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

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

This div background color is #3B251D.

Border color

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

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

This div border color is #3B251D.

Opacity

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

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

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

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

This text has shadow with #3B251D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B251D.

Preview

Color preview on black background

This text has color #3B251D on black background.


Color preview on white background

This text has color #3B251D on white background.


Black color preview on #3B251D background

This text has black color on #3B251D background.


White color preview on #3B251D background

This text has white color on #3B251D background.


Related colors

Complementary color

Complementary color for #hex is #C4DAE2.


I love getcolorcode.com

Triadic colors

1 #1D3B25 and #251D3B with #3B251D are triadic colors.

2 #1D253B and #253B1D with #3B251D are triadic colors.