COLOR #4B2B14

HEX: #4B2B14
RGB: (75,43,20)

Color info

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

RGB color model

#4B2B14 color RGB value is (75,43,20).

  • red value is 75;
  • green value is 43;
  • blue value is 20.
RGB:
(75,43,20)
(29%,17%,8%)

RGB channels and saturation

R 75 of 255 = 29%
G 43 of 255 = 17%
B 20 of 255 = 8%

75
43
20

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

Portions of RGB colors in percentages

R + G + B =
75 + 43 + 20 = 138 (100%)
R 75 of 138 ~ 54.35%
G 43 of 138 ~ 31.16%
B 20 of 138 ~ 14.49%

%54.35
%31.16
%14.49

CMYK color model

#4B2B14 color CMYK value is (0,43,73,71).

  • cyan value is 0.00%
  • magenta value is 42.67%
  • yellow value is 73.33%
  • key color value is 70.59%
CMYK:
(0,43,73,71)
C0M43Y73K71 
(0%,43%,73%,71%)
(0.00/0.43/0.73/0.71)	

CMYK percentages

%0
%42.67
%73.33
%70.59

Codes

Color #4B2B14 in popluar color models

4B2B14
RGB754320
HSL25°57.89%18.63%
HSB/HSV25°73.33%29.41%
CMYK0.00%42.67%73.33%
70.59%

Color #4B2B14 in popluar number systems.

HEX4B2B14
Decimal754320
Binary100101110101110100
Octal1135324

Shades and tints

Shades of #4B2B14

#4B2B14
(75,43,20)
#452813
(69,40,19)
#3F2512
(63,37,18)
#392211
(57,34,17)
#331F10
(51,31,16)
#2D1C0F
(45,28,15)
#27190E
(39,25,14)
#21160D
(33,22,13)
#1B130C
(27,19,12)
#15100B
(21,16,11)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #4B2B14

#4B2B14
(75,43,20)
#5B3E29
(91,62,41)
#6B513E
(107,81,62)
#7B6453
(123,100,83)
#8B7768
(139,119,104)
#9B8A7D
(155,138,125)
#AB9D92
(171,157,146)
#BBB0A7
(187,176,167)
#CBC3BC
(203,195,188)
#DBD6D1
(219,214,209)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2B14 color. Also use rgb(75,43,20) instead hex code.

Text Font Color

.myTextColor { color: #4B2B14; }

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

This text font color is #4B2B14.


Background Color

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

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

This div background color is #4B2B14.


Border color

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

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

This div border color is #4B2B14.


Opacity

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

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

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

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

This text has shadow with #4B2B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2B14 on black background.


Color preview on white background

This text has color #4B2B14 on white background.



Black color preview on #4B2B14 background

This text has black color on #4B2B14 background.


White color preview on #4B2B14 background

This text has white color on #4B2B14 background.