COLOR #4B451D

HEX: #4B451D
RGB: (75,69,29)

Color info

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

RGB color model

#4B451D color RGB value is (75,69,29).

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

RGB channels and saturation

R 75 of 255 = 29%
G 69 of 255 = 27%
B 29 of 255 = 11%

75
69
29

R + G + B ~ 22%. #4B451D is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 69 + 29 = 173 (100%)
R 75 of 173 ~ 43.35%
G 69 of 173 ~ 39.88%
B 29 of 173 ~ 16.76%

%43.35
%39.88
%16.76

CMYK color model

#4B451D color CMYK value is (0,8,61,71).

  • cyan value is 0.00%
  • magenta value is 8.00%
  • yellow value is 61.33%
  • key color value is 70.59%
CMYK:
(0,8,61,71)
C0M8Y61K71 
(0%,8%,61%,71%)
(0.00/0.08/0.61/0.71)	

CMYK percentages

%0
%8
%61.33
%70.59

Codes

Color #4B451D in popluar color models

4B451D
RGB756929
HSL52°44.23%20.39%
HSB/HSV52°61.33%29.41%
CMYK0.00%8.00%61.33%
70.59%

Color #4B451D in popluar number systems.

HEX4B451D
Decimal756929
Binary1001011100010111101
Octal11310535

Shades and tints

Shades of #4B451D

#4B451D
(75,69,29)
#453F1B
(69,63,27)
#3F3919
(63,57,25)
#393317
(57,51,23)
#332D15
(51,45,21)
#2D2713
(45,39,19)
#272111
(39,33,17)
#211B0F
(33,27,15)
#1B150D
(27,21,13)
#150F0B
(21,15,11)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #4B451D

#4B451D
(75,69,29)
#5B5531
(91,85,49)
#6B6545
(107,101,69)
#7B7559
(123,117,89)
#8B856D
(139,133,109)
#9B9581
(155,149,129)
#ABA595
(171,165,149)
#BBB5A9
(187,181,169)
#CBC5BD
(203,197,189)
#DBD5D1
(219,213,209)
#EBE5E5
(235,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B451D; }

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

This text font color is #4B451D.


Background Color

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

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

This div background color is #4B451D.


Border color

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

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

This div border color is #4B451D.


Opacity

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

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

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

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

This text has shadow with #4B451D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B451D on black background.


Color preview on white background

This text has color #4B451D on white background.



Black color preview on #4B451D background

This text has black color on #4B451D background.


White color preview on #4B451D background

This text has white color on #4B451D background.