COLOR #4B4813

HEX: #4B4813
RGB: (75,72,19)

Color info

#4B4813 contains red, green and blue colors in about the same proportion. Web safe color of #4B4813 is #333300 (or #330).

RGB color model

#4B4813 color RGB value is (75,72,19).

  • red value is 75;
  • green value is 72;
  • blue value is 19.
RGB:
(75,72,19)
(29%,28%,7%)

RGB channels and saturation

R 75 of 255 = 29%
G 72 of 255 = 28%
B 19 of 255 = 7%

75
72
19

R + G + B ~ 21%. #4B4813 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 72 + 19 = 166 (100%)
R 75 of 166 ~ 45.18%
G 72 of 166 ~ 43.37%
B 19 of 166 ~ 11.45%

%45.18
%43.37
%11.45

CMYK color model

#4B4813 color CMYK value is (0,4,75,71).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 74.67%
  • key color value is 70.59%
CMYK:
(0,4,75,71)
C0M4Y75K71 
(0%,4%,75%,71%)
(0.00/0.04/0.75/0.71)	

CMYK percentages

%0
%4
%74.67
%70.59

Codes

Color #4B4813 in popluar color models

4B4813
RGB757219
HSL57°59.57%18.43%
HSB/HSV57°74.67%29.41%
CMYK0.00%4.00%74.67%
70.59%

Color #4B4813 in popluar number systems.

HEX4B4813
Decimal757219
Binary1001011100100010011
Octal11311023

Shades and tints

Shades of #4B4813

#4B4813
(75,72,19)
#454212
(69,66,18)
#3F3C11
(63,60,17)
#393610
(57,54,16)
#33300F
(51,48,15)
#2D2A0E
(45,42,14)
#27240D
(39,36,13)
#211E0C
(33,30,12)
#1B180B
(27,24,11)
#15120A
(21,18,10)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #4B4813

#4B4813
(75,72,19)
#5B5828
(91,88,40)
#6B683D
(107,104,61)
#7B7852
(123,120,82)
#8B8867
(139,136,103)
#9B987C
(155,152,124)
#ABA891
(171,168,145)
#BBB8A6
(187,184,166)
#CBC8BB
(203,200,187)
#DBD8D0
(219,216,208)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4813 color. Also use rgb(75,72,19) instead hex code.

Text Font Color

.myTextColor { color: #4B4813; }

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

This text font color is #4B4813.


Background Color

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

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

This div background color is #4B4813.


Border color

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

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

This div border color is #4B4813.


Opacity

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

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

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

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

This text has shadow with #4B4813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4813 on black background.


Color preview on white background

This text has color #4B4813 on white background.



Black color preview on #4B4813 background

This text has black color on #4B4813 background.


White color preview on #4B4813 background

This text has white color on #4B4813 background.