COLOR #4B072B

HEX: #4B072B
RGB: (75,7,43)

Color info

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

RGB color model

#4B072B color RGB value is (75,7,43).

  • red value is 75;
  • green value is 7;
  • blue value is 43.
RGB:
(75,7,43)
(29%,3%,17%)

RGB channels and saturation

R 75 of 255 = 29%
G 7 of 255 = 3%
B 43 of 255 = 17%

75
7
43

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

Portions of RGB colors in percentages

R + G + B =
75 + 7 + 43 = 125 (100%)
R 75 of 125 ~ 60%
G 7 of 125 ~ 5.6%
B 43 of 125 ~ 34.4%

%60
%34.4

CMYK color model

#4B072B color CMYK value is (0,91,43,71).

  • cyan value is 0.00%
  • magenta value is 90.67%
  • yellow value is 42.67%
  • key color value is 70.59%
CMYK:
(0,91,43,71)
C0M91Y43K71 
(0%,91%,43%,71%)
(0.00/0.91/0.43/0.71)	

CMYK percentages

%0
%90.67
%42.67
%70.59

Codes

Color #4B072B in popluar color models

4B072B
RGB75743
HSL328°82.93%16.08%
HSB/HSV328°90.67%29.41%
CMYK0.00%90.67%42.67%
70.59%

Color #4B072B in popluar number systems.

HEX4B072B
Decimal75743
Binary1001011111101011
Octal113753

Shades and tints

Shades of #4B072B

#4B072B
(75,7,43)
#450728
(69,7,40)
#3F0725
(63,7,37)
#390722
(57,7,34)
#33071F
(51,7,31)
#2D071C
(45,7,28)
#270719
(39,7,25)
#210716
(33,7,22)
#1B0713
(27,7,19)
#150710
(21,7,16)
#0F070D
(15,7,13)
#000000
(0,0,0)

Tints of #4B072B

#4B072B
(75,7,43)
#5B1D3E
(91,29,62)
#6B3351
(107,51,81)
#7B4964
(123,73,100)
#8B5F77
(139,95,119)
#9B758A
(155,117,138)
#AB8B9D
(171,139,157)
#BBA1B0
(187,161,176)
#CBB7C3
(203,183,195)
#DBCDD6
(219,205,214)
#EBE3E9
(235,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B072B color. Also use rgb(75,7,43) instead hex code.

Text Font Color

.myTextColor { color: #4B072B; }

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

This text font color is #4B072B.


Background Color

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

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

This div background color is #4B072B.


Border color

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

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

This div border color is #4B072B.


Opacity

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

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

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

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

This text has shadow with #4B072B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B072B on black background.


Color preview on white background

This text has color #4B072B on white background.



Black color preview on #4B072B background

This text has black color on #4B072B background.


White color preview on #4B072B background

This text has white color on #4B072B background.