COLOR #4D6248

HEX: #4D6248
RGB: (77,98,72)

Color info

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

RGB color model

#4D6248 color RGB value is (77,98,72).

  • red value is 77;
  • green value is 98;
  • blue value is 72.
RGB:
(77,98,72)
(30%,38%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 72 of 255 = 28%

77
98
72

R + G + B ~ 32%. #4D6248 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 72 = 247 (100%)
R 77 of 247 ~ 31.17%
G 98 of 247 ~ 39.68%
B 72 of 247 ~ 29.15%

%31.17
%39.68
%29.15

CMYK color model

#4D6248 color CMYK value is (21,0,27,62).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 61.57%
CMYK:
(21,0,27,62)
C21M0Y27K62 
(21%,0%,27%,62%)
(0.21/0.00/0.27/0.62)	

CMYK percentages

%21.43
%0
%26.53
%61.57

Codes

Color #4D6248 in popluar color models

4D6248
RGB779872
HSL108°15.29%33.33%
HSB/HSV108°26.53%38.43%
CMYK21.43%0.00%26.53%
61.57%

Color #4D6248 in popluar number systems.

HEX4D6248
Decimal779872
Binary100110111000101001000
Octal115142110

Shades and tints

Shades of #4D6248

#4D6248
(77,98,72)
#465A42
(70,90,66)
#3F523C
(63,82,60)
#384A36
(56,74,54)
#314230
(49,66,48)
#2A3A2A
(42,58,42)
#233224
(35,50,36)
#1C2A1E
(28,42,30)
#152218
(21,34,24)
#0E1A12
(14,26,18)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #4D6248

#4D6248
(77,98,72)
#5D7058
(93,112,88)
#6D7E68
(109,126,104)
#7D8C78
(125,140,120)
#8D9A88
(141,154,136)
#9DA898
(157,168,152)
#ADB6A8
(173,182,168)
#BDC4B8
(189,196,184)
#CDD2C8
(205,210,200)
#DDE0D8
(221,224,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6248 color. Also use rgb(77,98,72) instead hex code.

Text Font Color

.myTextColor { color: #4D6248; }

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

This text font color is #4D6248.


Background Color

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

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

This div background color is #4D6248.


Border color

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

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

This div border color is #4D6248.


Opacity

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

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

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

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

This text has shadow with #4D6248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6248 on black background.


Color preview on white background

This text has color #4D6248 on white background.



Black color preview on #4D6248 background

This text has black color on #4D6248 background.


White color preview on #4D6248 background

This text has white color on #4D6248 background.