COLOR #4B2508

HEX: #4B2508
RGB: (75,37,8)

Color info

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

RGB color model

#4B2508 color RGB value is (75,37,8).

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

RGB channels and saturation

R 75 of 255 = 29%
G 37 of 255 = 15%
B 8 of 255 = 3%

75
37
8

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

Portions of RGB colors in percentages

R + G + B =
75 + 37 + 8 = 120 (100%)
R 75 of 120 ~ 62.5%
G 37 of 120 ~ 30.83%
B 8 of 120 ~ 6.67%

%62.5
%30.83

CMYK color model

#4B2508 color CMYK value is (0,51,89,71).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 89.33%
  • key color value is 70.59%
CMYK:
(0,51,89,71)
C0M51Y89K71 
(0%,51%,89%,71%)
(0.00/0.51/0.89/0.71)	

CMYK percentages

%0
%50.67
%89.33
%70.59

Codes

Color #4B2508 in popluar color models

4B2508
RGB75378
HSL26°80.72%16.27%
HSB/HSV26°89.33%29.41%
CMYK0.00%50.67%89.33%
70.59%

Color #4B2508 in popluar number systems.

HEX4B2508
Decimal75378
Binary10010111001011000
Octal1134510

Shades and tints

Shades of #4B2508

#4B2508
(75,37,8)
#452208
(69,34,8)
#3F1F08
(63,31,8)
#391C08
(57,28,8)
#331908
(51,25,8)
#2D1608
(45,22,8)
#271308
(39,19,8)
#211008
(33,16,8)
#1B0D08
(27,13,8)
#150A08
(21,10,8)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #4B2508

#4B2508
(75,37,8)
#5B381E
(91,56,30)
#6B4B34
(107,75,52)
#7B5E4A
(123,94,74)
#8B7160
(139,113,96)
#9B8476
(155,132,118)
#AB978C
(171,151,140)
#BBAAA2
(187,170,162)
#CBBDB8
(203,189,184)
#DBD0CE
(219,208,206)
#EBE3E4
(235,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2508 color. Also use rgb(75,37,8) instead hex code.

Text Font Color

.myTextColor { color: #4B2508; }

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

This text font color is #4B2508.


Background Color

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

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

This div background color is #4B2508.


Border color

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

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

This div border color is #4B2508.


Opacity

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

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

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

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

This text has shadow with #4B2508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2508 on black background.


Color preview on white background

This text has color #4B2508 on white background.



Black color preview on #4B2508 background

This text has black color on #4B2508 background.


White color preview on #4B2508 background

This text has white color on #4B2508 background.