COLOR #4B0727

HEX: #4B0727
RGB: (75,7,39)

Color info

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

RGB color model

#4B0727 color RGB value is (75,7,39).

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

RGB channels and saturation

R 75 of 255 = 29%
G 7 of 255 = 3%
B 39 of 255 = 15%

75
7
39

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

Portions of RGB colors in percentages

R + G + B =
75 + 7 + 39 = 121 (100%)
R 75 of 121 ~ 61.98%
G 7 of 121 ~ 5.79%
B 39 of 121 ~ 32.23%

%61.98
%32.23

CMYK color model

#4B0727 color CMYK value is (0,91,48,71).

  • cyan value is 0.00%
  • magenta value is 90.67%
  • yellow value is 48.00%
  • key color value is 70.59%
CMYK:
(0,91,48,71)
C0M91Y48K71 
(0%,91%,48%,71%)
(0.00/0.91/0.48/0.71)	

CMYK percentages

%0
%90.67
%48
%70.59

Codes

Color #4B0727 in popluar color models

4B0727
RGB75739
HSL332°82.93%16.08%
HSB/HSV332°90.67%29.41%
CMYK0.00%90.67%48.00%
70.59%

Color #4B0727 in popluar number systems.

HEX4B0727
Decimal75739
Binary1001011111100111
Octal113747

Shades and tints

Shades of #4B0727

#4B0727
(75,7,39)
#450724
(69,7,36)
#3F0721
(63,7,33)
#39071E
(57,7,30)
#33071B
(51,7,27)
#2D0718
(45,7,24)
#270715
(39,7,21)
#210712
(33,7,18)
#1B070F
(27,7,15)
#15070C
(21,7,12)
#0F0709
(15,7,9)
#000000
(0,0,0)

Tints of #4B0727

#4B0727
(75,7,39)
#5B1D3A
(91,29,58)
#6B334D
(107,51,77)
#7B4960
(123,73,96)
#8B5F73
(139,95,115)
#9B7586
(155,117,134)
#AB8B99
(171,139,153)
#BBA1AC
(187,161,172)
#CBB7BF
(203,183,191)
#DBCDD2
(219,205,210)
#EBE3E5
(235,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B0727; }

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

This text font color is #4B0727.


Background Color

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

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

This div background color is #4B0727.


Border color

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

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

This div border color is #4B0727.


Opacity

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

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

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

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

This text has shadow with #4B0727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0727 on black background.


Color preview on white background

This text has color #4B0727 on white background.



Black color preview on #4B0727 background

This text has black color on #4B0727 background.


White color preview on #4B0727 background

This text has white color on #4B0727 background.