COLOR #4B0F3A

HEX: #4B0F3A
RGB: (75,15,58)

Color info

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

RGB color model

#4B0F3A color RGB value is (75,15,58).

  • red value is 75;
  • green value is 15;
  • blue value is 58.
RGB:
(75,15,58)
(29%,6%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 58 of 255 = 23%

75
15
58

R + G + B ~ 19%. #4B0F3A is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 15 + 58 = 148 (100%)
R 75 of 148 ~ 50.68%
G 15 of 148 ~ 10.14%
B 58 of 148 ~ 39.19%

%50.68
%10.14
%39.19

CMYK color model

#4B0F3A color CMYK value is (0,80,23,71).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 22.67%
  • key color value is 70.59%
CMYK:
(0,80,23,71)
C0M80Y23K71 
(0%,80%,23%,71%)
(0.00/0.80/0.23/0.71)	

CMYK percentages

%0
%80
%22.67
%70.59

Codes

Color #4B0F3A in popluar color models

4B0F3A
RGB751558
HSL317°66.67%17.65%
HSB/HSV317°80.00%29.41%
CMYK0.00%80.00%22.67%
70.59%

Color #4B0F3A in popluar number systems.

HEX4B0F3A
Decimal751558
Binary10010111111111010
Octal1131772

Shades and tints

Shades of #4B0F3A

#4B0F3A
(75,15,58)
#450E35
(69,14,53)
#3F0D30
(63,13,48)
#390C2B
(57,12,43)
#330B26
(51,11,38)
#2D0A21
(45,10,33)
#27091C
(39,9,28)
#210817
(33,8,23)
#1B0712
(27,7,18)
#15060D
(21,6,13)
#0F0508
(15,5,8)
#000000
(0,0,0)

Tints of #4B0F3A

#4B0F3A
(75,15,58)
#5B244B
(91,36,75)
#6B395C
(107,57,92)
#7B4E6D
(123,78,109)
#8B637E
(139,99,126)
#9B788F
(155,120,143)
#AB8DA0
(171,141,160)
#BBA2B1
(187,162,177)
#CBB7C2
(203,183,194)
#DBCCD3
(219,204,211)
#EBE1E4
(235,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0F3A color. Also use rgb(75,15,58) instead hex code.

Text Font Color

.myTextColor { color: #4B0F3A; }

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

This text font color is #4B0F3A.


Background Color

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

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

This div background color is #4B0F3A.


Border color

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

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

This div border color is #4B0F3A.


Opacity

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

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

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

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

This text has shadow with #4B0F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0F3A on black background.


Color preview on white background

This text has color #4B0F3A on white background.



Black color preview on #4B0F3A background

This text has black color on #4B0F3A background.


White color preview on #4B0F3A background

This text has white color on #4B0F3A background.