COLOR #4B120D

HEX: #4B120D
RGB: (75,18,13)

Color info

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

RGB color model

#4B120D color RGB value is (75,18,13).

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

RGB channels and saturation

R 75 of 255 = 29%
G 18 of 255 = 7%
B 13 of 255 = 5%

75
18
13

R + G + B ~ 14%. #4B120D is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 18 + 13 = 106 (100%)
R 75 of 106 ~ 70.75%
G 18 of 106 ~ 16.98%
B 13 of 106 ~ 12.26%

%70.75
%16.98
%12.26

CMYK color model

#4B120D color CMYK value is (0,76,83,71).

  • cyan value is 0.00%
  • magenta value is 76.00%
  • yellow value is 82.67%
  • key color value is 70.59%
CMYK:
(0,76,83,71)
C0M76Y83K71 
(0%,76%,83%,71%)
(0.00/0.76/0.83/0.71)	

CMYK percentages

%0
%76
%82.67
%70.59

Codes

Color #4B120D in popluar color models

4B120D
RGB751813
HSL70.45%17.25%
HSB/HSV82.67%29.41%
CMYK0.00%76.00%82.67%
70.59%

Color #4B120D in popluar number systems.

HEX4B120D
Decimal751813
Binary1001011100101101
Octal1132215

Shades and tints

Shades of #4B120D

#4B120D
(75,18,13)
#45110C
(69,17,12)
#3F100B
(63,16,11)
#390F0A
(57,15,10)
#330E09
(51,14,9)
#2D0D08
(45,13,8)
#270C07
(39,12,7)
#210B06
(33,11,6)
#1B0A05
(27,10,5)
#150904
(21,9,4)
#0F0803
(15,8,3)
#000000
(0,0,0)

Tints of #4B120D

#4B120D
(75,18,13)
#5B2723
(91,39,35)
#6B3C39
(107,60,57)
#7B514F
(123,81,79)
#8B6665
(139,102,101)
#9B7B7B
(155,123,123)
#AB9091
(171,144,145)
#BBA5A7
(187,165,167)
#CBBABD
(203,186,189)
#DBCFD3
(219,207,211)
#EBE4E9
(235,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B120D; }

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

This text font color is #4B120D.


Background Color

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

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

This div background color is #4B120D.


Border color

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

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

This div border color is #4B120D.


Opacity

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

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

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

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

This text has shadow with #4B120D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B120D on black background.


Color preview on white background

This text has color #4B120D on white background.



Black color preview on #4B120D background

This text has black color on #4B120D background.


White color preview on #4B120D background

This text has white color on #4B120D background.