COLOR #4B3115

HEX: #4B3115
RGB: (75,49,21)

Color info

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

RGB color model

#4B3115 color RGB value is (75,49,21).

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

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 21 of 255 = 8%

75
49
21

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

Portions of RGB colors in percentages

R + G + B =
75 + 49 + 21 = 145 (100%)
R 75 of 145 ~ 51.72%
G 49 of 145 ~ 33.79%
B 21 of 145 ~ 14.48%

%51.72
%33.79
%14.48

CMYK color model

#4B3115 color CMYK value is (0,35,72,71).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 72.00%
  • key color value is 70.59%
CMYK:
(0,35,72,71)
C0M35Y72K71 
(0%,35%,72%,71%)
(0.00/0.35/0.72/0.71)	

CMYK percentages

%0
%34.67
%72
%70.59

Codes

Color #4B3115 in popluar color models

4B3115
RGB754921
HSL31°56.25%18.82%
HSB/HSV31°72.00%29.41%
CMYK0.00%34.67%72.00%
70.59%

Color #4B3115 in popluar number systems.

HEX4B3115
Decimal754921
Binary100101111000110101
Octal1136125

Shades and tints

Shades of #4B3115

#4B3115
(75,49,21)
#452D14
(69,45,20)
#3F2913
(63,41,19)
#392512
(57,37,18)
#332111
(51,33,17)
#2D1D10
(45,29,16)
#27190F
(39,25,15)
#21150E
(33,21,14)
#1B110D
(27,17,13)
#150D0C
(21,13,12)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #4B3115

#4B3115
(75,49,21)
#5B432A
(91,67,42)
#6B553F
(107,85,63)
#7B6754
(123,103,84)
#8B7969
(139,121,105)
#9B8B7E
(155,139,126)
#AB9D93
(171,157,147)
#BBAFA8
(187,175,168)
#CBC1BD
(203,193,189)
#DBD3D2
(219,211,210)
#EBE5E7
(235,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B3115 color. Also use rgb(75,49,21) instead hex code.

Text Font Color

.myTextColor { color: #4B3115; }

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

This text font color is #4B3115.


Background Color

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

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

This div background color is #4B3115.


Border color

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

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

This div border color is #4B3115.


Opacity

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

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

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

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

This text has shadow with #4B3115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3115 on black background.


Color preview on white background

This text has color #4B3115 on white background.



Black color preview on #4B3115 background

This text has black color on #4B3115 background.


White color preview on #4B3115 background

This text has white color on #4B3115 background.