COLOR #4B3008

HEX: #4B3008
RGB: (75,48,8)

Color info

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

RGB color model

#4B3008 color RGB value is (75,48,8).

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

RGB channels and saturation

R 75 of 255 = 29%
G 48 of 255 = 19%
B 8 of 255 = 3%

75
48
8

R + G + B ~ 17%. #4B3008 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 48 + 8 = 131 (100%)
R 75 of 131 ~ 57.25%
G 48 of 131 ~ 36.64%
B 8 of 131 ~ 6.11%

%57.25
%36.64

CMYK color model

#4B3008 color CMYK value is (0,36,89,71).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 89.33%
  • key color value is 70.59%
CMYK:
(0,36,89,71)
C0M36Y89K71 
(0%,36%,89%,71%)
(0.00/0.36/0.89/0.71)	

CMYK percentages

%0
%36
%89.33
%70.59

Codes

Color #4B3008 in popluar color models

4B3008
RGB75488
HSL36°80.72%16.27%
HSB/HSV36°89.33%29.41%
CMYK0.00%36.00%89.33%
70.59%

Color #4B3008 in popluar number systems.

HEX4B3008
Decimal75488
Binary10010111100001000
Octal1136010

Shades and tints

Shades of #4B3008

#4B3008
(75,48,8)
#452C08
(69,44,8)
#3F2808
(63,40,8)
#392408
(57,36,8)
#332008
(51,32,8)
#2D1C08
(45,28,8)
#271808
(39,24,8)
#211408
(33,20,8)
#1B1008
(27,16,8)
#150C08
(21,12,8)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B3008

#4B3008
(75,48,8)
#5B421E
(91,66,30)
#6B5434
(107,84,52)
#7B664A
(123,102,74)
#8B7860
(139,120,96)
#9B8A76
(155,138,118)
#AB9C8C
(171,156,140)
#BBAEA2
(187,174,162)
#CBC0B8
(203,192,184)
#DBD2CE
(219,210,206)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3008; }

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

This text font color is #4B3008.


Background Color

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

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

This div background color is #4B3008.


Border color

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

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

This div border color is #4B3008.


Opacity

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

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

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

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

This text has shadow with #4B3008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3008 on black background.


Color preview on white background

This text has color #4B3008 on white background.



Black color preview on #4B3008 background

This text has black color on #4B3008 background.


White color preview on #4B3008 background

This text has white color on #4B3008 background.