COLOR #4B071B

HEX: #4B071B
RGB: (75,7,27)

Color info

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

RGB color model

#4B071B color RGB value is (75,7,27).

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

RGB channels and saturation

R 75 of 255 = 29%
G 7 of 255 = 3%
B 27 of 255 = 11%

75
7
27

R + G + B ~ 14%. #4B071B is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 7 + 27 = 109 (100%)
R 75 of 109 ~ 68.81%
G 7 of 109 ~ 6.42%
B 27 of 109 ~ 24.77%

%68.81
%24.77

CMYK color model

#4B071B color CMYK value is (0,91,64,71).

  • cyan value is 0.00%
  • magenta value is 90.67%
  • yellow value is 64.00%
  • key color value is 70.59%
CMYK:
(0,91,64,71)
C0M91Y64K71 
(0%,91%,64%,71%)
(0.00/0.91/0.64/0.71)	

CMYK percentages

%0
%90.67
%64
%70.59

Codes

Color #4B071B in popluar color models

4B071B
RGB75727
HSL342°82.93%16.08%
HSB/HSV342°90.67%29.41%
CMYK0.00%90.67%64.00%
70.59%

Color #4B071B in popluar number systems.

HEX4B071B
Decimal75727
Binary100101111111011
Octal113733

Shades and tints

Shades of #4B071B

#4B071B
(75,7,27)
#450719
(69,7,25)
#3F0717
(63,7,23)
#390715
(57,7,21)
#330713
(51,7,19)
#2D0711
(45,7,17)
#27070F
(39,7,15)
#21070D
(33,7,13)
#1B070B
(27,7,11)
#150709
(21,7,9)
#0F0707
(15,7,7)
#000000
(0,0,0)

Tints of #4B071B

#4B071B
(75,7,27)
#5B1D2F
(91,29,47)
#6B3343
(107,51,67)
#7B4957
(123,73,87)
#8B5F6B
(139,95,107)
#9B757F
(155,117,127)
#AB8B93
(171,139,147)
#BBA1A7
(187,161,167)
#CBB7BB
(203,183,187)
#DBCDCF
(219,205,207)
#EBE3E3
(235,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B071B; }

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

This text font color is #4B071B.


Background Color

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

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

This div background color is #4B071B.


Border color

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

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

This div border color is #4B071B.


Opacity

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

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

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

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

This text has shadow with #4B071B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B071B on black background.


Color preview on white background

This text has color #4B071B on white background.



Black color preview on #4B071B background

This text has black color on #4B071B background.


White color preview on #4B071B background

This text has white color on #4B071B background.