COLOR #4B3111

HEX: #4B3111
RGB: (75,49,17)

Color info

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

RGB color model

#4B3111 color RGB value is (75,49,17).

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

RGB channels and saturation

R 75 of 255 = 29%
G 49 of 255 = 19%
B 17 of 255 = 7%

75
49
17

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

Portions of RGB colors in percentages

R + G + B =
75 + 49 + 17 = 141 (100%)
R 75 of 141 ~ 53.19%
G 49 of 141 ~ 34.75%
B 17 of 141 ~ 12.06%

%53.19
%34.75
%12.06

CMYK color model

#4B3111 color CMYK value is (0,35,77,71).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 77.33%
  • key color value is 70.59%
CMYK:
(0,35,77,71)
C0M35Y77K71 
(0%,35%,77%,71%)
(0.00/0.35/0.77/0.71)	

CMYK percentages

%0
%34.67
%77.33
%70.59

Codes

Color #4B3111 in popluar color models

4B3111
RGB754917
HSL33°63.04%18.04%
HSB/HSV33°77.33%29.41%
CMYK0.00%34.67%77.33%
70.59%

Color #4B3111 in popluar number systems.

HEX4B3111
Decimal754917
Binary100101111000110001
Octal1136121

Shades and tints

Shades of #4B3111

#4B3111
(75,49,17)
#452D10
(69,45,16)
#3F290F
(63,41,15)
#39250E
(57,37,14)
#33210D
(51,33,13)
#2D1D0C
(45,29,12)
#27190B
(39,25,11)
#21150A
(33,21,10)
#1B1109
(27,17,9)
#150D08
(21,13,8)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #4B3111

#4B3111
(75,49,17)
#5B4326
(91,67,38)
#6B553B
(107,85,59)
#7B6750
(123,103,80)
#8B7965
(139,121,101)
#9B8B7A
(155,139,122)
#AB9D8F
(171,157,143)
#BBAFA4
(187,175,164)
#CBC1B9
(203,193,185)
#DBD3CE
(219,211,206)
#EBE5E3
(235,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B3111; }

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

This text font color is #4B3111.


Background Color

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

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

This div background color is #4B3111.


Border color

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

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

This div border color is #4B3111.


Opacity

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

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

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

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

This text has shadow with #4B3111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B3111 on black background.


Color preview on white background

This text has color #4B3111 on white background.



Black color preview on #4B3111 background

This text has black color on #4B3111 background.


White color preview on #4B3111 background

This text has white color on #4B3111 background.