COLOR #4B0F08

HEX: #4B0F08
RGB: (75,15,8)

Color info

#4B0F08 contains mainly red color. Web safe color of #4B0F08 is #330000 (or #300).

RGB color model

#4B0F08 color RGB value is (75,15,8).

  • red value is 75;
  • green value is 15;
  • blue value is 8.
RGB:
(75,15,8)
(29%,6%,3%)

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 8 of 255 = 3%

75
15
8

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

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 8 = 98 (100%)
R 75 of 98 ~ 76.53%
G 15 of 98 ~ 15.31%
B 8 of 98 ~ 8.16%

%76.53
%15.31

CMYK color model

#4B0F08 color CMYK value is (0,80,89,71).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 89.33%
  • key color value is 70.59%
CMYK:
(0,80,89,71)
C0M80Y89K71 
(0%,80%,89%,71%)
(0.00/0.80/0.89/0.71)	

CMYK percentages

%0
%80
%89.33
%70.59

Codes

Color #4B0F08 in popluar color models

4B0F08
RGB75158
HSL80.72%16.27%
HSB/HSV89.33%29.41%
CMYK0.00%80.00%89.33%
70.59%

Color #4B0F08 in popluar number systems.

HEX4B0F08
Decimal75158
Binary100101111111000
Octal1131710

Shades and tints

Shades of #4B0F08

#4B0F08
(75,15,8)
#450E08
(69,14,8)
#3F0D08
(63,13,8)
#390C08
(57,12,8)
#330B08
(51,11,8)
#2D0A08
(45,10,8)
#270908
(39,9,8)
#210808
(33,8,8)
#1B0708
(27,7,8)
#150608
(21,6,8)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #4B0F08

#4B0F08
(75,15,8)
#5B241E
(91,36,30)
#6B3934
(107,57,52)
#7B4E4A
(123,78,74)
#8B6360
(139,99,96)
#9B7876
(155,120,118)
#AB8D8C
(171,141,140)
#BBA2A2
(187,162,162)
#CBB7B8
(203,183,184)
#DBCCCE
(219,204,206)
#EBE1E4
(235,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0F08 color. Also use rgb(75,15,8) instead hex code.

Text Font Color

.myTextColor { color: #4B0F08; }

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

This text font color is #4B0F08.


Background Color

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

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

This div background color is #4B0F08.


Border color

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

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

This div border color is #4B0F08.


Opacity

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

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

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

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

This text has shadow with #4B0F08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F08 on black background.


Color preview on white background

This text has color #4B0F08 on white background.



Black color preview on #4B0F08 background

This text has black color on #4B0F08 background.


White color preview on #4B0F08 background

This text has white color on #4B0F08 background.