COLOR #4D7153

HEX: #4D7153
RGB: (77,113,83)

Color info

#4D7153 contains red, green and blue colors in about the same proportion. Web safe color of #4D7153 is #336666 (or #366).

RGB color model

#4D7153 color RGB value is (77,113,83).

  • red value is 77;
  • green value is 113;
  • blue value is 83.
RGB:
(77,113,83)
(30%,44%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 113 of 255 = 44%
B 83 of 255 = 33%

77
113
83

R + G + B ~ 36%. #4D7153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 113 + 83 = 273 (100%)
R 77 of 273 ~ 28.21%
G 113 of 273 ~ 41.39%
B 83 of 273 ~ 30.4%

%28.21
%41.39
%30.4

CMYK color model

#4D7153 color CMYK value is (32,0,27,56).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(32,0,27,56)
C32M0Y27K56 
(32%,0%,27%,56%)
(0.32/0.00/0.27/0.56)	

CMYK percentages

%31.86
%0
%26.55
%55.69

Codes

Color #4D7153 in popluar color models

4D7153
RGB7711383
HSL130°18.95%37.25%
HSB/HSV130°31.86%44.31%
CMYK31.86%0.00%26.55%
55.69%

Color #4D7153 in popluar number systems.

HEX4D7153
Decimal7711383
Binary100110111100011010011
Octal115161123

Shades and tints

Shades of #4D7153

#4D7153
(77,113,83)
#46674C
(70,103,76)
#3F5D45
(63,93,69)
#38533E
(56,83,62)
#314937
(49,73,55)
#2A3F30
(42,63,48)
#233529
(35,53,41)
#1C2B22
(28,43,34)
#15211B
(21,33,27)
#0E1714
(14,23,20)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #4D7153

#4D7153
(77,113,83)
#5D7D62
(93,125,98)
#6D8971
(109,137,113)
#7D9580
(125,149,128)
#8DA18F
(141,161,143)
#9DAD9E
(157,173,158)
#ADB9AD
(173,185,173)
#BDC5BC
(189,197,188)
#CDD1CB
(205,209,203)
#DDDDDA
(221,221,218)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7153 color. Also use rgb(77,113,83) instead hex code.

Text Font Color

.myTextColor { color: #4D7153; }

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

This text font color is #4D7153.


Background Color

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

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

This div background color is #4D7153.


Border color

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

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

This div border color is #4D7153.


Opacity

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

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

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

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

This text has shadow with #4D7153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7153 on black background.


Color preview on white background

This text has color #4D7153 on white background.



Black color preview on #4D7153 background

This text has black color on #4D7153 background.


White color preview on #4D7153 background

This text has white color on #4D7153 background.