COLOR #3B290D

HEX: #3B290D RGB: (59,41,13)

Color info

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

RGB color model

#3B290D color RGB value is (59,41,13).

RGB: (59,41,13) (23%, 16%, 5%)

RGB channels and saturation

R 59 of 255 = 23%
G 41 of 255 = 16%
B 13 of 255 = 5%

59
41
13

R + G + B ~ 15%. #3B290D is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 41 + 13 = 113 (100%)
R 59 of 113 ~ 52.21%
G 41 of 113 ~ 36.28%
B 13 of 113 ~ 11.5'%

%52.21
%36.28
%11.5

CMYK color model

#3B290D color CMYK value is (0,31,78,77).

  • cyan value is 0.00%
  • magenta value is 30.51%
  • yellow value is 77.97%
  • key color value is 76.86%
CMYK: (0,31,78,77) C0M31Y78K77 (0%,31%,78%,77%) (0.00/0.31/0.78/0.77) 

CMYK percentages

%0
%30.51
%77.97
%76.86

Codes

Color #3B290D in popluar color models

3B 29 0D
RGB 59 41 13
HSL 37° 63.89% 14.12%
HSB/HSV 37° 77.97% 23.14%
CMYK 0.00% 30.51% 77.97%
76.86%

Color #3B290D in popluar number systems.

HEX 3B 29 0D
Decimal 59 41 13
Binary 111011 101001 1101
Octal 73 51 15

Shades and tints

Shades of #3B290D

#3B290D
(59,41,13)
#36260C
(54,38,12)
#31230B
(49,35,11)
#2C200A
(44,32,10)
#271D09
(39,29,9)
#221A08
(34,26,8)
#1D1707
(29,23,7)
#181406
(24,20,6)
#131105
(19,17,5)
#0E0E04
(14,14,4)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #3B290D

#3B290D
(59,41,13)
#4C3C23
(76,60,35)
#5D4F39
(93,79,57)
#6E624F
(110,98,79)
#7F7565
(127,117,101)
#90887B
(144,136,123)
#A19B91
(161,155,145)
#B2AEA7
(178,174,167)
#C3C1BD
(195,193,189)
#D4D4D3
(212,212,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B290D color. Also use rgb(59,41,13) instead hex code.

Text Font Color

.myTextColor { color: #3B290D; }

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

This text font color is #3B290D.

Background Color

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

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

This div background color is #3B290D.

Border color

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

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

This div border color is #3B290D.

Opacity

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

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

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

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

This text has shadow with #3B290D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B290D.

Preview

Color preview on black background

This text has color #3B290D on black background.


Color preview on white background

This text has color #3B290D on white background.


Black color preview on #3B290D background

This text has black color on #3B290D background.


White color preview on #3B290D background

This text has white color on #3B290D background.


Related colors

Complementary color

Complementary color for #hex is #C4D6F2.


I love getcolorcode.com

Triadic colors

1 #0D3B29 and #290D3B with #3B290D are triadic colors.

2 #0D293B and #293B0D with #3B290D are triadic colors.