COLOR #3B0D0A

HEX: #3B0D0A RGB: (59,13,10)

Color info

#3B0D0A contains red, green and blue colors in about the same proportion. Web safe color of #3B0D0A is #330000 (or #300).

RGB color model

#3B0D0A color RGB value is (59,13,10).

RGB: (59,13,10) (23%, 5%, 4%)

RGB channels and saturation

R 59 of 255 = 23%
G 13 of 255 = 5%
B 10 of 255 = 4%

59
13
10

R + G + B ~ 11%. #3B0D0A is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 13 + 10 = 82 (100%)
R 59 of 82 ~ 71.95%
G 13 of 82 ~ 15.85%
B 10 of 82 ~ 12.2'%

%71.95
%15.85
%12.2

CMYK color model

#3B0D0A color CMYK value is (0,78,83,77).

  • cyan value is 0.00%
  • magenta value is 77.97%
  • yellow value is 83.05%
  • key color value is 76.86%
CMYK: (0,78,83,77) C0M78Y83K77 (0%,78%,83%,77%) (0.00/0.78/0.83/0.77) 

CMYK percentages

%0
%77.97
%83.05
%76.86

Codes

Color #3B0D0A in popluar color models

3B 0D 0A
RGB 59 13 10
HSL 71.01% 13.53%
HSB/HSV 83.05% 23.14%
CMYK 0.00% 77.97% 83.05%
76.86%

Color #3B0D0A in popluar number systems.

HEX 3B 0D 0A
Decimal 59 13 10
Binary 111011 1101 1010
Octal 73 15 12

Shades and tints

Shades of #3B0D0A

#3B0D0A
(59,13,10)
#360C0A
(54,12,10)
#310B0A
(49,11,10)
#2C0A0A
(44,10,10)
#27090A
(39,9,10)
#22080A
(34,8,10)
#1D070A
(29,7,10)
#18060A
(24,6,10)
#13050A
(19,5,10)
#0E040A
(14,4,10)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #3B0D0A

#3B0D0A
(59,13,10)
#4C2320
(76,35,32)
#5D3936
(93,57,54)
#6E4F4C
(110,79,76)
#7F6562
(127,101,98)
#907B78
(144,123,120)
#A1918E
(161,145,142)
#B2A7A4
(178,167,164)
#C3BDBA
(195,189,186)
#D4D3D0
(212,211,208)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B0D0A; }

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

This text font color is #3B0D0A.

Background Color

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

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

This div background color is #3B0D0A.

Border color

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

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

This div border color is #3B0D0A.

Opacity

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

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

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

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

This text has shadow with #3B0D0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0D0A.

Preview

Color preview on black background

This text has color #3B0D0A on black background.


Color preview on white background

This text has color #3B0D0A on white background.


Black color preview on #3B0D0A background

This text has black color on #3B0D0A background.


White color preview on #3B0D0A background

This text has white color on #3B0D0A background.


Related colors

Complementary color

Complementary color for #hex is #C4F2F5.


I love getcolorcode.com

Triadic colors

1 #0A3B0D and #0D0A3B with #3B0D0A are triadic colors.

2 #0A0D3B and #0D3B0A with #3B0D0A are triadic colors.