COLOR #4B0929

HEX: #4B0929
RGB: (75,9,41)

Color info

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

RGB color model

#4B0929 color RGB value is (75,9,41).

  • red value is 75;
  • green value is 9;
  • blue value is 41.
RGB:
(75,9,41)
(29%,4%,16%)

RGB channels and saturation

R 75 of 255 = 29%
G 9 of 255 = 4%
B 41 of 255 = 16%

75
9
41

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

Portions of RGB colors in percentages

R + G + B =
75 + 9 + 41 = 125 (100%)
R 75 of 125 ~ 60%
G 9 of 125 ~ 7.2%
B 41 of 125 ~ 32.8%

%60
%32.8

CMYK color model

#4B0929 color CMYK value is (0,88,45,71).

  • cyan value is 0.00%
  • magenta value is 88.00%
  • yellow value is 45.33%
  • key color value is 70.59%
CMYK:
(0,88,45,71)
C0M88Y45K71 
(0%,88%,45%,71%)
(0.00/0.88/0.45/0.71)	

CMYK percentages

%0
%88
%45.33
%70.59

Codes

Color #4B0929 in popluar color models

4B0929
RGB75941
HSL331°78.57%16.47%
HSB/HSV331°88.00%29.41%
CMYK0.00%88.00%45.33%
70.59%

Color #4B0929 in popluar number systems.

HEX4B0929
Decimal75941
Binary10010111001101001
Octal1131151

Shades and tints

Shades of #4B0929

#4B0929
(75,9,41)
#450926
(69,9,38)
#3F0923
(63,9,35)
#390920
(57,9,32)
#33091D
(51,9,29)
#2D091A
(45,9,26)
#270917
(39,9,23)
#210914
(33,9,20)
#1B0911
(27,9,17)
#15090E
(21,9,14)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #4B0929

#4B0929
(75,9,41)
#5B1F3C
(91,31,60)
#6B354F
(107,53,79)
#7B4B62
(123,75,98)
#8B6175
(139,97,117)
#9B7788
(155,119,136)
#AB8D9B
(171,141,155)
#BBA3AE
(187,163,174)
#CBB9C1
(203,185,193)
#DBCFD4
(219,207,212)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0929 color. Also use rgb(75,9,41) instead hex code.

Text Font Color

.myTextColor { color: #4B0929; }

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

This text font color is #4B0929.


Background Color

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

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

This div background color is #4B0929.


Border color

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

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

This div border color is #4B0929.


Opacity

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

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

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

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

This text has shadow with #4B0929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0929 on black background.


Color preview on white background

This text has color #4B0929 on white background.



Black color preview on #4B0929 background

This text has black color on #4B0929 background.


White color preview on #4B0929 background

This text has white color on #4B0929 background.