COLOR #4D451B

HEX: #4D451B
RGB: (77,69,27)

Color info

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

RGB color model

#4D451B color RGB value is (77,69,27).

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

RGB channels and saturation

R 77 of 255 = 30%
G 69 of 255 = 27%
B 27 of 255 = 11%

77
69
27

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

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 27 = 173 (100%)
R 77 of 173 ~ 44.51%
G 69 of 173 ~ 39.88%
B 27 of 173 ~ 15.61%

%44.51
%39.88
%15.61

CMYK color model

#4D451B color CMYK value is (0,10,65,70).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 64.94%
  • key color value is 69.80%
CMYK:
(0,10,65,70)
C0M10Y65K70 
(0%,10%,65%,70%)
(0.00/0.10/0.65/0.70)	

CMYK percentages

%0
%10.39
%64.94
%69.8

Codes

Color #4D451B in popluar color models

4D451B
RGB776927
HSL50°48.08%20.39%
HSB/HSV50°64.94%30.20%
CMYK0.00%10.39%64.94%
69.80%

Color #4D451B in popluar number systems.

HEX4D451B
Decimal776927
Binary1001101100010111011
Octal11510533

Shades and tints

Shades of #4D451B

#4D451B
(77,69,27)
#463F19
(70,63,25)
#3F3917
(63,57,23)
#383315
(56,51,21)
#312D13
(49,45,19)
#2A2711
(42,39,17)
#23210F
(35,33,15)
#1C1B0D
(28,27,13)
#15150B
(21,21,11)
#0E0F09
(14,15,9)
#070907
(7,9,7)
#000000
(0,0,0)

Tints of #4D451B

#4D451B
(77,69,27)
#5D552F
(93,85,47)
#6D6543
(109,101,67)
#7D7557
(125,117,87)
#8D856B
(141,133,107)
#9D957F
(157,149,127)
#ADA593
(173,165,147)
#BDB5A7
(189,181,167)
#CDC5BB
(205,197,187)
#DDD5CF
(221,213,207)
#EDE5E3
(237,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D451B color. Also use rgb(77,69,27) instead hex code.

Text Font Color

.myTextColor { color: #4D451B; }

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

This text font color is #4D451B.


Background Color

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

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

This div background color is #4D451B.


Border color

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

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

This div border color is #4D451B.


Opacity

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

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

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

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

This text has shadow with #4D451B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D451B on black background.


Color preview on white background

This text has color #4D451B on white background.



Black color preview on #4D451B background

This text has black color on #4D451B background.


White color preview on #4D451B background

This text has white color on #4D451B background.