COLOR #4B151F

HEX: #4B151F
RGB: (75,21,31)

Color info

#4B151F contains red, green and blue colors in about the same proportion. Web safe color of #4B151F is #330033 (or #303).

RGB color model

#4B151F color RGB value is (75,21,31).

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

RGB channels and saturation

R 75 of 255 = 29%
G 21 of 255 = 8%
B 31 of 255 = 12%

75
21
31

R + G + B ~ 16%. #4B151F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 21 + 31 = 127 (100%)
R 75 of 127 ~ 59.06%
G 21 of 127 ~ 16.54%
B 31 of 127 ~ 24.41%

%59.06
%16.54
%24.41

CMYK color model

#4B151F color CMYK value is (0,72,59,71).

  • cyan value is 0.00%
  • magenta value is 72.00%
  • yellow value is 58.67%
  • key color value is 70.59%
CMYK:
(0,72,59,71)
C0M72Y59K71 
(0%,72%,59%,71%)
(0.00/0.72/0.59/0.71)	

CMYK percentages

%0
%72
%58.67
%70.59

Codes

Color #4B151F in popluar color models

4B151F
RGB752131
HSL349°56.25%18.82%
HSB/HSV349°72.00%29.41%
CMYK0.00%72.00%58.67%
70.59%

Color #4B151F in popluar number systems.

HEX4B151F
Decimal752131
Binary10010111010111111
Octal1132537

Shades and tints

Shades of #4B151F

#4B151F
(75,21,31)
#45141D
(69,20,29)
#3F131B
(63,19,27)
#391219
(57,18,25)
#331117
(51,17,23)
#2D1015
(45,16,21)
#270F13
(39,15,19)
#210E11
(33,14,17)
#1B0D0F
(27,13,15)
#150C0D
(21,12,13)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #4B151F

#4B151F
(75,21,31)
#5B2A33
(91,42,51)
#6B3F47
(107,63,71)
#7B545B
(123,84,91)
#8B696F
(139,105,111)
#9B7E83
(155,126,131)
#AB9397
(171,147,151)
#BBA8AB
(187,168,171)
#CBBDBF
(203,189,191)
#DBD2D3
(219,210,211)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B151F; }

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

This text font color is #4B151F.


Background Color

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

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

This div background color is #4B151F.


Border color

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

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

This div border color is #4B151F.


Opacity

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

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

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

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

This text has shadow with #4B151F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B151F on black background.


Color preview on white background

This text has color #4B151F on white background.



Black color preview on #4B151F background

This text has black color on #4B151F background.


White color preview on #4B151F background

This text has white color on #4B151F background.