COLOR #4B0D2F

HEX: #4B0D2F
RGB: (75,13,47)

Color info

#4B0D2F contains mainly red and blue colors. Web safe color of #4B0D2F is #330033 (or #303).

RGB color model

#4B0D2F color RGB value is (75,13,47).

  • red value is 75;
  • green value is 13;
  • blue value is 47.
RGB:
(75,13,47)
(29%,5%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 13 of 255 = 5%
B 47 of 255 = 18%

75
13
47

R + G + B ~ 17%. #4B0D2F is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 13 + 47 = 135 (100%)
R 75 of 135 ~ 55.56%
G 13 of 135 ~ 9.63%
B 47 of 135 ~ 34.81%

%55.56
%9.63
%34.81

CMYK color model

#4B0D2F color CMYK value is (0,83,37,71).

  • cyan value is 0.00%
  • magenta value is 82.67%
  • yellow value is 37.33%
  • key color value is 70.59%
CMYK:
(0,83,37,71)
C0M83Y37K71 
(0%,83%,37%,71%)
(0.00/0.83/0.37/0.71)	

CMYK percentages

%0
%82.67
%37.33
%70.59

Codes

Color #4B0D2F in popluar color models

4B0D2F
RGB751347
HSL327°70.45%17.25%
HSB/HSV327°82.67%29.41%
CMYK0.00%82.67%37.33%
70.59%

Color #4B0D2F in popluar number systems.

HEX4B0D2F
Decimal751347
Binary10010111101101111
Octal1131557

Shades and tints

Shades of #4B0D2F

#4B0D2F
(75,13,47)
#450C2B
(69,12,43)
#3F0B27
(63,11,39)
#390A23
(57,10,35)
#33091F
(51,9,31)
#2D081B
(45,8,27)
#270717
(39,7,23)
#210613
(33,6,19)
#1B050F
(27,5,15)
#15040B
(21,4,11)
#0F0307
(15,3,7)
#000000
(0,0,0)

Tints of #4B0D2F

#4B0D2F
(75,13,47)
#5B2341
(91,35,65)
#6B3953
(107,57,83)
#7B4F65
(123,79,101)
#8B6577
(139,101,119)
#9B7B89
(155,123,137)
#AB919B
(171,145,155)
#BBA7AD
(187,167,173)
#CBBDBF
(203,189,191)
#DBD3D1
(219,211,209)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0D2F color. Also use rgb(75,13,47) instead hex code.

Text Font Color

.myTextColor { color: #4B0D2F; }

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

This text font color is #4B0D2F.


Background Color

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

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

This div background color is #4B0D2F.


Border color

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

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

This div border color is #4B0D2F.


Opacity

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

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

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

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

This text has shadow with #4B0D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0D2F on black background.


Color preview on white background

This text has color #4B0D2F on white background.



Black color preview on #4B0D2F background

This text has black color on #4B0D2F background.


White color preview on #4B0D2F background

This text has white color on #4B0D2F background.