COLOR #4D450B

HEX: #4D450B
RGB: (77,69,11)

Color info

#4D450B contains mainly red and green colors. Web safe color of #4D450B is #333300 (or #330).

RGB color model

#4D450B color RGB value is (77,69,11).

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

RGB channels and saturation

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

77
69
11

R + G + B ~ 20%. #4D450B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 69 + 11 = 157 (100%)
R 77 of 157 ~ 49.04%
G 69 of 157 ~ 43.95%
B 11 of 157 ~ 7.01%

%49.04
%43.95

CMYK color model

#4D450B color CMYK value is (0,10,86,70).

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 85.71%
  • key color value is 69.80%
CMYK:
(0,10,86,70)
C0M10Y86K70 
(0%,10%,86%,70%)
(0.00/0.10/0.86/0.70)	

CMYK percentages

%0
%10.39
%85.71
%69.8

Codes

Color #4D450B in popluar color models

4D450B
RGB776911
HSL53°75.00%17.25%
HSB/HSV53°85.71%30.20%
CMYK0.00%10.39%85.71%
69.80%

Color #4D450B in popluar number systems.

HEX4D450B
Decimal776911
Binary100110110001011011
Octal11510513

Shades and tints

Shades of #4D450B

#4D450B
(77,69,11)
#463F0A
(70,63,10)
#3F3909
(63,57,9)
#383308
(56,51,8)
#312D07
(49,45,7)
#2A2706
(42,39,6)
#232105
(35,33,5)
#1C1B04
(28,27,4)
#151503
(21,21,3)
#0E0F02
(14,15,2)
#070901
(7,9,1)
#000000
(0,0,0)

Tints of #4D450B

#4D450B
(77,69,11)
#5D5521
(93,85,33)
#6D6537
(109,101,55)
#7D754D
(125,117,77)
#8D8563
(141,133,99)
#9D9579
(157,149,121)
#ADA58F
(173,165,143)
#BDB5A5
(189,181,165)
#CDC5BB
(205,197,187)
#DDD5D1
(221,213,209)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D450B; }

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

This text font color is #4D450B.


Background Color

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

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

This div background color is #4D450B.


Border color

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

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

This div border color is #4D450B.


Opacity

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

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

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

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

This text has shadow with #4D450B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D450B on black background.


Color preview on white background

This text has color #4D450B on white background.



Black color preview on #4D450B background

This text has black color on #4D450B background.


White color preview on #4D450B background

This text has white color on #4D450B background.