COLOR #4B1512

HEX: #4B1512
RGB: (75,21,18)

Color info

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

RGB color model

#4B1512 color RGB value is (75,21,18).

  • red value is 75;
  • green value is 21;
  • blue value is 18.
RGB:
(75,21,18)
(29%,8%,7%)

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 18 of 255 = 7%

75
21
18

R + G + B ~ 15%. #4B1512 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 18 = 114 (100%)
R 75 of 114 ~ 65.79%
G 21 of 114 ~ 18.42%
B 18 of 114 ~ 15.79%

%65.79
%18.42
%15.79

CMYK color model

#4B1512 color CMYK value is (0,72,76,71).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 76.00%
  • key color value is 70.59%
CMYK:
(0,72,76,71)
C0M72Y76K71 
(0%,72%,76%,71%)
(0.00/0.72/0.76/0.71)	

CMYK percentages

%0
%72
%76
%70.59

Codes

Color #4B1512 in popluar color models

4B1512
RGB752118
HSL61.29%18.24%
HSB/HSV76.00%29.41%
CMYK0.00%72.00%76.00%
70.59%

Color #4B1512 in popluar number systems.

HEX4B1512
Decimal752118
Binary10010111010110010
Octal1132522

Shades and tints

Shades of #4B1512

#4B1512
(75,21,18)
#451411
(69,20,17)
#3F1310
(63,19,16)
#39120F
(57,18,15)
#33110E
(51,17,14)
#2D100D
(45,16,13)
#270F0C
(39,15,12)
#210E0B
(33,14,11)
#1B0D0A
(27,13,10)
#150C09
(21,12,9)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #4B1512

#4B1512
(75,21,18)
#5B2A27
(91,42,39)
#6B3F3C
(107,63,60)
#7B5451
(123,84,81)
#8B6966
(139,105,102)
#9B7E7B
(155,126,123)
#AB9390
(171,147,144)
#BBA8A5
(187,168,165)
#CBBDBA
(203,189,186)
#DBD2CF
(219,210,207)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B1512; }

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

This text font color is #4B1512.


Background Color

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

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

This div background color is #4B1512.


Border color

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

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

This div border color is #4B1512.


Opacity

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

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

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

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

This text has shadow with #4B1512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1512 on black background.


Color preview on white background

This text has color #4B1512 on white background.



Black color preview on #4B1512 background

This text has black color on #4B1512 background.


White color preview on #4B1512 background

This text has white color on #4B1512 background.