COLOR #4B3A08

HEX: #4B3A08
RGB: (75,58,8)

Color info

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

RGB color model

#4B3A08 color RGB value is (75,58,8).

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

RGB channels and saturation

R 75 of 255 = 29%
G 58 of 255 = 23%
B 8 of 255 = 3%

75
58
8

R + G + B ~ 18%. #4B3A08 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 58 + 8 = 141 (100%)
R 75 of 141 ~ 53.19%
G 58 of 141 ~ 41.13%
B 8 of 141 ~ 5.67%

%53.19
%41.13

CMYK color model

#4B3A08 color CMYK value is (0,23,89,71).

  • cyan value is 0.00%
  • magenta value is 22.67%
  • yellow value is 89.33%
  • key color value is 70.59%
CMYK:
(0,23,89,71)
C0M23Y89K71 
(0%,23%,89%,71%)
(0.00/0.23/0.89/0.71)	

CMYK percentages

%0
%22.67
%89.33
%70.59

Codes

Color #4B3A08 in popluar color models

4B3A08
RGB75588
HSL45°80.72%16.27%
HSB/HSV45°89.33%29.41%
CMYK0.00%22.67%89.33%
70.59%

Color #4B3A08 in popluar number systems.

HEX4B3A08
Decimal75588
Binary10010111110101000
Octal1137210

Shades and tints

Shades of #4B3A08

#4B3A08
(75,58,8)
#453508
(69,53,8)
#3F3008
(63,48,8)
#392B08
(57,43,8)
#332608
(51,38,8)
#2D2108
(45,33,8)
#271C08
(39,28,8)
#211708
(33,23,8)
#1B1208
(27,18,8)
#150D08
(21,13,8)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #4B3A08

#4B3A08
(75,58,8)
#5B4B1E
(91,75,30)
#6B5C34
(107,92,52)
#7B6D4A
(123,109,74)
#8B7E60
(139,126,96)
#9B8F76
(155,143,118)
#ABA08C
(171,160,140)
#BBB1A2
(187,177,162)
#CBC2B8
(203,194,184)
#DBD3CE
(219,211,206)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3A08; }

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

This text font color is #4B3A08.


Background Color

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

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

This div background color is #4B3A08.


Border color

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

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

This div border color is #4B3A08.


Opacity

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

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

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

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

This text has shadow with #4B3A08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3A08 on black background.


Color preview on white background

This text has color #4B3A08 on white background.



Black color preview on #4B3A08 background

This text has black color on #4B3A08 background.


White color preview on #4B3A08 background

This text has white color on #4B3A08 background.