COLOR #4B2909

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

Color info

#4B2909 contains mainly red and green colors. Web safe color of #4B2909 is #333300 (or #330).

RGB color model

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

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

RGB channels and saturation

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

75
41
9

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

Portions of RGB colors in percentages

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

%60
%32.8

CMYK color model

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

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

CMYK percentages

%0
%45.33
%88
%70.59

Codes

Color #4B2909 in popluar color models

4B2909
RGB75419
HSL29°78.57%16.47%
HSB/HSV29°88.00%29.41%
CMYK0.00%45.33%88.00%
70.59%

Color #4B2909 in popluar number systems.

HEX4B2909
Decimal75419
Binary10010111010011001
Octal1135111

Shades and tints

Shades of #4B2909

#4B2909
(75,41,9)
#452609
(69,38,9)
#3F2309
(63,35,9)
#392009
(57,32,9)
#331D09
(51,29,9)
#2D1A09
(45,26,9)
#271709
(39,23,9)
#211409
(33,20,9)
#1B1109
(27,17,9)
#150E09
(21,14,9)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #4B2909

#4B2909
(75,41,9)
#5B3C1F
(91,60,31)
#6B4F35
(107,79,53)
#7B624B
(123,98,75)
#8B7561
(139,117,97)
#9B8877
(155,136,119)
#AB9B8D
(171,155,141)
#BBAEA3
(187,174,163)
#CBC1B9
(203,193,185)
#DBD4CF
(219,212,207)
#EBE7E5
(235,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B2909; }

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

This text font color is #4B2909.


Background Color

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

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

This div background color is #4B2909.


Border color

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

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

This div border color is #4B2909.


Opacity

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

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

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

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

This text has shadow with #4B2909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2909 on black background.


Color preview on white background

This text has color #4B2909 on white background.



Black color preview on #4B2909 background

This text has black color on #4B2909 background.


White color preview on #4B2909 background

This text has white color on #4B2909 background.