COLOR #4B150E

HEX: #4B150E
RGB: (75,21,14)

Color info

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

RGB color model

#4B150E color RGB value is (75,21,14).

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

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 14 of 255 = 5%

75
21
14

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

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 14 = 110 (100%)
R 75 of 110 ~ 68.18%
G 21 of 110 ~ 19.09%
B 14 of 110 ~ 12.73%

%68.18
%19.09
%12.73

CMYK color model

#4B150E color CMYK value is (0,72,81,71).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 81.33%
  • key color value is 70.59%
CMYK:
(0,72,81,71)
C0M72Y81K71 
(0%,72%,81%,71%)
(0.00/0.72/0.81/0.71)	

CMYK percentages

%0
%72
%81.33
%70.59

Codes

Color #4B150E in popluar color models

4B150E
RGB752114
HSL68.54%17.45%
HSB/HSV81.33%29.41%
CMYK0.00%72.00%81.33%
70.59%

Color #4B150E in popluar number systems.

HEX4B150E
Decimal752114
Binary1001011101011110
Octal1132516

Shades and tints

Shades of #4B150E

#4B150E
(75,21,14)
#45140D
(69,20,13)
#3F130C
(63,19,12)
#39120B
(57,18,11)
#33110A
(51,17,10)
#2D1009
(45,16,9)
#270F08
(39,15,8)
#210E07
(33,14,7)
#1B0D06
(27,13,6)
#150C05
(21,12,5)
#0F0B04
(15,11,4)
#000000
(0,0,0)

Tints of #4B150E

#4B150E
(75,21,14)
#5B2A23
(91,42,35)
#6B3F38
(107,63,56)
#7B544D
(123,84,77)
#8B6962
(139,105,98)
#9B7E77
(155,126,119)
#AB938C
(171,147,140)
#BBA8A1
(187,168,161)
#CBBDB6
(203,189,182)
#DBD2CB
(219,210,203)
#EBE7E0
(235,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B150E; }

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

This text font color is #4B150E.


Background Color

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

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

This div background color is #4B150E.


Border color

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

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

This div border color is #4B150E.


Opacity

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

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

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

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

This text has shadow with #4B150E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B150E on black background.


Color preview on white background

This text has color #4B150E on white background.



Black color preview on #4B150E background

This text has black color on #4B150E background.


White color preview on #4B150E background

This text has white color on #4B150E background.