COLOR #4B0A2F

HEX: #4B0A2F
RGB: (75,10,47)

Color info

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

RGB color model

#4B0A2F color RGB value is (75,10,47).

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

RGB channels and saturation

R 75 of 255 = 29%
G 10 of 255 = 4%
B 47 of 255 = 18%

75
10
47

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

Portions of RGB colors in percentages

R + G + B =
75 + 10 + 47 = 132 (100%)
R 75 of 132 ~ 56.82%
G 10 of 132 ~ 7.58%
B 47 of 132 ~ 35.61%

%56.82
%35.61

CMYK color model

#4B0A2F color CMYK value is (0,87,37,71).

  • cyan value is 0.00%
  • magenta value is 86.67%
  • yellow value is 37.33%
  • key color value is 70.59%
CMYK:
(0,87,37,71)
C0M87Y37K71 
(0%,87%,37%,71%)
(0.00/0.87/0.37/0.71)	

CMYK percentages

%0
%86.67
%37.33
%70.59

Codes

Color #4B0A2F in popluar color models

4B0A2F
RGB751047
HSL326°76.47%16.67%
HSB/HSV326°86.67%29.41%
CMYK0.00%86.67%37.33%
70.59%

Color #4B0A2F in popluar number systems.

HEX4B0A2F
Decimal751047
Binary10010111010101111
Octal1131257

Shades and tints

Shades of #4B0A2F

#4B0A2F
(75,10,47)
#450A2B
(69,10,43)
#3F0A27
(63,10,39)
#390A23
(57,10,35)
#330A1F
(51,10,31)
#2D0A1B
(45,10,27)
#270A17
(39,10,23)
#210A13
(33,10,19)
#1B0A0F
(27,10,15)
#150A0B
(21,10,11)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #4B0A2F

#4B0A2F
(75,10,47)
#5B2041
(91,32,65)
#6B3653
(107,54,83)
#7B4C65
(123,76,101)
#8B6277
(139,98,119)
#9B7889
(155,120,137)
#AB8E9B
(171,142,155)
#BBA4AD
(187,164,173)
#CBBABF
(203,186,191)
#DBD0D1
(219,208,209)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0A2F; }

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

This text font color is #4B0A2F.


Background Color

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

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

This div background color is #4B0A2F.


Border color

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

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

This div border color is #4B0A2F.


Opacity

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

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

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

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

This text has shadow with #4B0A2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0A2F on black background.


Color preview on white background

This text has color #4B0A2F on white background.



Black color preview on #4B0A2F background

This text has black color on #4B0A2F background.


White color preview on #4B0A2F background

This text has white color on #4B0A2F background.