COLOR #4B1814

HEX: #4B1814
RGB: (75,24,20)

Color info

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

RGB color model

#4B1814 color RGB value is (75,24,20).

  • red value is 75;
  • green value is 24;
  • blue value is 20.
RGB:
(75,24,20)
(29%,9%,8%)

RGB channels and saturation

R 75 of 255 = 29%
G 24 of 255 = 9%
B 20 of 255 = 8%

75
24
20

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

Portions of RGB colors in percentages

R + G + B =
75 + 24 + 20 = 119 (100%)
R 75 of 119 ~ 63.03%
G 24 of 119 ~ 20.17%
B 20 of 119 ~ 16.81%

%63.03
%20.17
%16.81

CMYK color model

#4B1814 color CMYK value is (0,68,73,71).

  • cyan value is 0.00%
  • magenta value is 68.00%
  • yellow value is 73.33%
  • key color value is 70.59%
CMYK:
(0,68,73,71)
C0M68Y73K71 
(0%,68%,73%,71%)
(0.00/0.68/0.73/0.71)	

CMYK percentages

%0
%68
%73.33
%70.59

Codes

Color #4B1814 in popluar color models

4B1814
RGB752420
HSL57.89%18.63%
HSB/HSV73.33%29.41%
CMYK0.00%68.00%73.33%
70.59%

Color #4B1814 in popluar number systems.

HEX4B1814
Decimal752420
Binary10010111100010100
Octal1133024

Shades and tints

Shades of #4B1814

#4B1814
(75,24,20)
#451613
(69,22,19)
#3F1412
(63,20,18)
#391211
(57,18,17)
#331010
(51,16,16)
#2D0E0F
(45,14,15)
#270C0E
(39,12,14)
#210A0D
(33,10,13)
#1B080C
(27,8,12)
#15060B
(21,6,11)
#0F040A
(15,4,10)
#000000
(0,0,0)

Tints of #4B1814

#4B1814
(75,24,20)
#5B2D29
(91,45,41)
#6B423E
(107,66,62)
#7B5753
(123,87,83)
#8B6C68
(139,108,104)
#9B817D
(155,129,125)
#AB9692
(171,150,146)
#BBABA7
(187,171,167)
#CBC0BC
(203,192,188)
#DBD5D1
(219,213,209)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1814 color. Also use rgb(75,24,20) instead hex code.

Text Font Color

.myTextColor { color: #4B1814; }

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

This text font color is #4B1814.


Background Color

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

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

This div background color is #4B1814.


Border color

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

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

This div border color is #4B1814.


Opacity

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

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

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

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

This text has shadow with #4B1814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B1814 on black background.


Color preview on white background

This text has color #4B1814 on white background.



Black color preview on #4B1814 background

This text has black color on #4B1814 background.


White color preview on #4B1814 background

This text has white color on #4B1814 background.