COLOR #4B3813

HEX: #4B3813
RGB: (75,56,19)

Color info

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

RGB color model

#4B3813 color RGB value is (75,56,19).

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

RGB channels and saturation

R 75 of 255 = 29%
G 56 of 255 = 22%
B 19 of 255 = 7%

75
56
19

R + G + B ~ 19%. #4B3813 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 56 + 19 = 150 (100%)
R 75 of 150 ~ 50%
G 56 of 150 ~ 37.33%
B 19 of 150 ~ 12.67%

%50
%37.33
%12.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.33%
  • yellow value is 74.67%
  • key color value is 70.59%
CMYK:
(0,25,75,71)
C0M25Y75K71 
(0%,25%,75%,71%)
(0.00/0.25/0.75/0.71)	

CMYK percentages

%0
%25.33
%74.67
%70.59

Codes

Color #4B3813 in popluar color models

4B3813
RGB755619
HSL40°59.57%18.43%
HSB/HSV40°74.67%29.41%
CMYK0.00%25.33%74.67%
70.59%

Color #4B3813 in popluar number systems.

HEX4B3813
Decimal755619
Binary100101111100010011
Octal1137023

Shades and tints

Shades of #4B3813

#4B3813
(75,56,19)
#453312
(69,51,18)
#3F2E11
(63,46,17)
#392910
(57,41,16)
#33240F
(51,36,15)
#2D1F0E
(45,31,14)
#271A0D
(39,26,13)
#21150C
(33,21,12)
#1B100B
(27,16,11)
#150B0A
(21,11,10)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #4B3813

#4B3813
(75,56,19)
#5B4A28
(91,74,40)
#6B5C3D
(107,92,61)
#7B6E52
(123,110,82)
#8B8067
(139,128,103)
#9B927C
(155,146,124)
#ABA491
(171,164,145)
#BBB6A6
(187,182,166)
#CBC8BB
(203,200,187)
#DBDAD0
(219,218,208)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3813; }

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

This text font color is #4B3813.


Background Color

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

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

This div background color is #4B3813.


Border color

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

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

This div border color is #4B3813.


Opacity

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

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

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

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

This text has shadow with #4B3813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3813 on black background.


Color preview on white background

This text has color #4B3813 on white background.



Black color preview on #4B3813 background

This text has black color on #4B3813 background.


White color preview on #4B3813 background

This text has white color on #4B3813 background.