COLOR #4B2E12

HEX: #4B2E12
RGB: (75,46,18)

Color info

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

RGB color model

#4B2E12 color RGB value is (75,46,18).

  • red value is 75;
  • green value is 46;
  • blue value is 18.
RGB:
(75,46,18)
(29%,18%,7%)

RGB channels and saturation

R 75 of 255 = 29%
G 46 of 255 = 18%
B 18 of 255 = 7%

75
46
18

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

Portions of RGB colors in percentages

R + G + B =
75 + 46 + 18 = 139 (100%)
R 75 of 139 ~ 53.96%
G 46 of 139 ~ 33.09%
B 18 of 139 ~ 12.95%

%53.96
%33.09
%12.95

CMYK color model

#4B2E12 color CMYK value is (0,39,76,71).

  • cyan value is 0.00%
  • magenta value is 38.67%
  • yellow value is 76.00%
  • key color value is 70.59%
CMYK:
(0,39,76,71)
C0M39Y76K71 
(0%,39%,76%,71%)
(0.00/0.39/0.76/0.71)	

CMYK percentages

%0
%38.67
%76
%70.59

Codes

Color #4B2E12 in popluar color models

4B2E12
RGB754618
HSL29°61.29%18.24%
HSB/HSV29°76.00%29.41%
CMYK0.00%38.67%76.00%
70.59%

Color #4B2E12 in popluar number systems.

HEX4B2E12
Decimal754618
Binary100101110111010010
Octal1135622

Shades and tints

Shades of #4B2E12

#4B2E12
(75,46,18)
#452A11
(69,42,17)
#3F2610
(63,38,16)
#39220F
(57,34,15)
#331E0E
(51,30,14)
#2D1A0D
(45,26,13)
#27160C
(39,22,12)
#21120B
(33,18,11)
#1B0E0A
(27,14,10)
#150A09
(21,10,9)
#0F0608
(15,6,8)
#000000
(0,0,0)

Tints of #4B2E12

#4B2E12
(75,46,18)
#5B4127
(91,65,39)
#6B543C
(107,84,60)
#7B6751
(123,103,81)
#8B7A66
(139,122,102)
#9B8D7B
(155,141,123)
#ABA090
(171,160,144)
#BBB3A5
(187,179,165)
#CBC6BA
(203,198,186)
#DBD9CF
(219,217,207)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2E12 color. Also use rgb(75,46,18) instead hex code.

Text Font Color

.myTextColor { color: #4B2E12; }

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

This text font color is #4B2E12.


Background Color

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

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

This div background color is #4B2E12.


Border color

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

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

This div border color is #4B2E12.


Opacity

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

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

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

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

This text has shadow with #4B2E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B2E12 on black background.


Color preview on white background

This text has color #4B2E12 on white background.



Black color preview on #4B2E12 background

This text has black color on #4B2E12 background.


White color preview on #4B2E12 background

This text has white color on #4B2E12 background.