COLOR #4B1206

HEX: #4B1206 RGB: (75,18,6)

Color info

#4B1206 contains mainly red and green colors. Web safe color of #4B1206 is #330000 (or #300).

RGB color model

#4B1206 color RGB value is (75,18,6).

RGB: (75,18,6) (29%, 7%, 2%)

RGB channels and saturation

R 75 of 255 = 29%
G 18 of 255 = 7%
B 6 of 255 = 2%

75
18
6

R + G + B ~ 13%. #4B1206 is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 18 + 6 = 99 (100%)
R 75 of 99 ~ 75.76%
G 18 of 99 ~ 18.18%
B 6 of 99 ~ 6.06'%

%75.76
%18.18

CMYK color model

#4B1206 color CMYK value is (0,76,92,71).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 92.00%
  • key color value is 70.59%

CMYK: (0,76,92,71)
C0M76Y92K71 (0%, 76%, 92%, 71%)
(0.00 / 0.76 / 0.92 / 0.71)

CMYK percentages

%0
%76
%92
%70.59

Codes

Color #4B1206 in popluar color models

4B 12 06
RGB 75 18 6
HSL 10° 85.19% 15.88%
HSB/HSV 10° 92.00% 29.41%
CMYK 0.00% 76.00% 92.00%
70.59%

Color #4B1206 in popluar number systems.

HEX 4B 12 06
Decimal 75 18 6
Binary 1001011 10010 110
Octal 113 22 6

Shades and tints

Shades of #4B1206

#4B1206
(75,18,6)
#451106
(69,17,6)
#3F1006
(63,16,6)
#390F06
(57,15,6)
#330E06
(51,14,6)
#2D0D06
(45,13,6)
#270C06
(39,12,6)
#210B06
(33,11,6)
#1B0A06
(27,10,6)
#150906
(21,9,6)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #4B1206

#4B1206
(75,18,6)
#5B271C
(91,39,28)
#6B3C32
(107,60,50)
#7B5148
(123,81,72)
#8B665E
(139,102,94)
#9B7B74
(155,123,116)
#AB908A
(171,144,138)
#BBA5A0
(187,165,160)
#CBBAB6
(203,186,182)
#DBCFCC
(219,207,204)
#EBE4E2
(235,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1206 color. Also use rgb(75,18,6) instead hex code.

Text Font Color

.myTextColor { color: #4B1206; }

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

This text font color is #4B1206.

Background Color

.myBgColor { background-color: #4B1206; }

<div style="background-color:#4B1206">Inner text</div>

This div background color is #4B1206.

Border color

.myBorderColor { border: 1px solid #4B1206; }

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

This div border color is #4B1206.

Opacity

.myOpacity80 { color: #4B1206; opacity: 0.8; }

<p style="color:#4B1206;opacity:0.8;">80%</p>

Text with #4B1206 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 #4B1206;}

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

This text has shadow with #4B1206 color.


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

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

This text has shadow with #4B1206 primary color and red secondary color.


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

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

This text has shadow with #4B1206 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4B1206.

Preview

Color preview on black background

This text has color #4B1206 on black background.


Color preview on white background

This text has color #4B1206 on white background.


Black color preview on #4B1206 background

This text has black color on #4B1206 background.


White color preview on #4B1206 background

This text has white color on #4B1206 background.


Related colors

Complementary color

Complementary color for #hex is #B4EDF9.


I love getcolorcode.com

Triadic colors

1 #064B12 and #12064B with #4B1206 are triadic colors.

2 #06124B and #124B06 with #4B1206 are triadic colors.