COLOR #4B451E

HEX: #4B451E
RGB: (75,69,30)

Color info

#4B451E contains red, green and blue colors in about the same proportion. Web safe color of #4B451E is #333333 (or #333).

RGB color model

#4B451E color RGB value is (75,69,30).

  • red value is 75;
  • green value is 69;
  • blue value is 30.
RGB:
(75,69,30)
(29%,27%,12%)

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 30 of 255 = 12%

75
69
30

R + G + B ~ 23%. #4B451E is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 69 + 30 = 174 (100%)
R 75 of 174 ~ 43.1%
G 69 of 174 ~ 39.66%
B 30 of 174 ~ 17.24%

%43.1
%39.66
%17.24

CMYK color model

#4B451E color CMYK value is (0,8,60,71).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 60.00%
  • key color value is 70.59%
CMYK:
(0,8,60,71)
C0M8Y60K71 
(0%,8%,60%,71%)
(0.00/0.08/0.60/0.71)	

CMYK percentages

%0
%8
%60
%70.59

Codes

Color #4B451E in popluar color models

4B451E
RGB756930
HSL52°42.86%20.59%
HSB/HSV52°60.00%29.41%
CMYK0.00%8.00%60.00%
70.59%

Color #4B451E in popluar number systems.

HEX4B451E
Decimal756930
Binary1001011100010111110
Octal11310536

Shades and tints

Shades of #4B451E

#4B451E
(75,69,30)
#453F1C
(69,63,28)
#3F391A
(63,57,26)
#393318
(57,51,24)
#332D16
(51,45,22)
#2D2714
(45,39,20)
#272112
(39,33,18)
#211B10
(33,27,16)
#1B150E
(27,21,14)
#150F0C
(21,15,12)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #4B451E

#4B451E
(75,69,30)
#5B5532
(91,85,50)
#6B6546
(107,101,70)
#7B755A
(123,117,90)
#8B856E
(139,133,110)
#9B9582
(155,149,130)
#ABA596
(171,165,150)
#BBB5AA
(187,181,170)
#CBC5BE
(203,197,190)
#DBD5D2
(219,213,210)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B451E color. Also use rgb(75,69,30) instead hex code.

Text Font Color

.myTextColor { color: #4B451E; }

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

This text font color is #4B451E.


Background Color

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

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

This div background color is #4B451E.


Border color

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

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

This div border color is #4B451E.


Opacity

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

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

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

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

This text has shadow with #4B451E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B451E on black background.


Color preview on white background

This text has color #4B451E on white background.



Black color preview on #4B451E background

This text has black color on #4B451E background.


White color preview on #4B451E background

This text has white color on #4B451E background.