COLOR #4B150B

HEX: #4B150B
RGB: (75,21,11)

Color info

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

RGB color model

#4B150B color RGB value is (75,21,11).

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

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 11 of 255 = 4%

75
21
11

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

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 11 = 107 (100%)
R 75 of 107 ~ 70.09%
G 21 of 107 ~ 19.63%
B 11 of 107 ~ 10.28%

%70.09
%19.63
%10.28

CMYK color model

#4B150B color CMYK value is (0,72,85,71).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 85.33%
  • key color value is 70.59%
CMYK:
(0,72,85,71)
C0M72Y85K71 
(0%,72%,85%,71%)
(0.00/0.72/0.85/0.71)	

CMYK percentages

%0
%72
%85.33
%70.59

Codes

Color #4B150B in popluar color models

4B150B
RGB752111
HSL74.42%16.86%
HSB/HSV85.33%29.41%
CMYK0.00%72.00%85.33%
70.59%

Color #4B150B in popluar number systems.

HEX4B150B
Decimal752111
Binary1001011101011011
Octal1132513

Shades and tints

Shades of #4B150B

#4B150B
(75,21,11)
#45140A
(69,20,10)
#3F1309
(63,19,9)
#391208
(57,18,8)
#331107
(51,17,7)
#2D1006
(45,16,6)
#270F05
(39,15,5)
#210E04
(33,14,4)
#1B0D03
(27,13,3)
#150C02
(21,12,2)
#0F0B01
(15,11,1)
#000000
(0,0,0)

Tints of #4B150B

#4B150B
(75,21,11)
#5B2A21
(91,42,33)
#6B3F37
(107,63,55)
#7B544D
(123,84,77)
#8B6963
(139,105,99)
#9B7E79
(155,126,121)
#AB938F
(171,147,143)
#BBA8A5
(187,168,165)
#CBBDBB
(203,189,187)
#DBD2D1
(219,210,209)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B150B; }

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

This text font color is #4B150B.


Background Color

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

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

This div background color is #4B150B.


Border color

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

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

This div border color is #4B150B.


Opacity

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

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

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

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

This text has shadow with #4B150B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B150B on black background.


Color preview on white background

This text has color #4B150B on white background.



Black color preview on #4B150B background

This text has black color on #4B150B background.


White color preview on #4B150B background

This text has white color on #4B150B background.