COLOR #4D5234

HEX: #4D5234
RGB: (77,82,52)

Color info

#4D5234 contains red, green and blue colors in about the same proportion. Web safe color of #4D5234 is #336633 (or #363).

RGB color model

#4D5234 color RGB value is (77,82,52).

  • red value is 77;
  • green value is 82;
  • blue value is 52.
RGB:
(77,82,52)
(30%,32%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 82 of 255 = 32%
B 52 of 255 = 20%

77
82
52

R + G + B ~ 27%. #4D5234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 82 + 52 = 211 (100%)
R 77 of 211 ~ 36.49%
G 82 of 211 ~ 38.86%
B 52 of 211 ~ 24.64%

%36.49
%38.86
%24.64

CMYK color model

#4D5234 color CMYK value is (6,0,37,68).

  • cyan value is 6.10%
  • magenta value is 0.00%
  • yellow value is 36.59%
  • key color value is 67.84%
CMYK:
(6,0,37,68)
C6M0Y37K68 
(6%,0%,37%,68%)
(0.06/0.00/0.37/0.68)	

CMYK percentages

%6.1
%0
%36.59
%67.84

Codes

Color #4D5234 in popluar color models

4D5234
RGB778252
HSL70°22.39%26.27%
HSB/HSV70°36.59%32.16%
CMYK6.10%0.00%36.59%
67.84%

Color #4D5234 in popluar number systems.

HEX4D5234
Decimal778252
Binary10011011010010110100
Octal11512264

Shades and tints

Shades of #4D5234

#4D5234
(77,82,52)
#464B30
(70,75,48)
#3F442C
(63,68,44)
#383D28
(56,61,40)
#313624
(49,54,36)
#2A2F20
(42,47,32)
#23281C
(35,40,28)
#1C2118
(28,33,24)
#151A14
(21,26,20)
#0E1310
(14,19,16)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #4D5234

#4D5234
(77,82,52)
#5D6146
(93,97,70)
#6D7058
(109,112,88)
#7D7F6A
(125,127,106)
#8D8E7C
(141,142,124)
#9D9D8E
(157,157,142)
#ADACA0
(173,172,160)
#BDBBB2
(189,187,178)
#CDCAC4
(205,202,196)
#DDD9D6
(221,217,214)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5234 color. Also use rgb(77,82,52) instead hex code.

Text Font Color

.myTextColor { color: #4D5234; }

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

This text font color is #4D5234.


Background Color

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

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

This div background color is #4D5234.


Border color

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

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

This div border color is #4D5234.


Opacity

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

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

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

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

This text has shadow with #4D5234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5234 on black background.


Color preview on white background

This text has color #4D5234 on white background.



Black color preview on #4D5234 background

This text has black color on #4D5234 background.


White color preview on #4D5234 background

This text has white color on #4D5234 background.