COLOR #4D7751

HEX: #4D7751
RGB: (77,119,81)

Color info

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

RGB color model

#4D7751 color RGB value is (77,119,81).

  • red value is 77;
  • green value is 119;
  • blue value is 81.
RGB:
(77,119,81)
(30%,47%,32%)

RGB channels and saturation

R 77 of 255 = 30%
G 119 of 255 = 47%
B 81 of 255 = 32%

77
119
81

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

Portions of RGB colors in percentages

R + G + B =
77 + 119 + 81 = 277 (100%)
R 77 of 277 ~ 27.8%
G 119 of 277 ~ 42.96%
B 81 of 277 ~ 29.24%

%27.8
%42.96
%29.24

CMYK color model

#4D7751 color CMYK value is (35,0,32,53).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 31.93%
  • key color value is 53.33%
CMYK:
(35,0,32,53)
C35M0Y32K53 
(35%,0%,32%,53%)
(0.35/0.00/0.32/0.53)	

CMYK percentages

%35.29
%0
%31.93
%53.33

Codes

Color #4D7751 in popluar color models

4D7751
RGB7711981
HSL126°21.43%38.43%
HSB/HSV126°35.29%46.67%
CMYK35.29%0.00%31.93%
53.33%

Color #4D7751 in popluar number systems.

HEX4D7751
Decimal7711981
Binary100110111101111010001
Octal115167121

Shades and tints

Shades of #4D7751

#4D7751
(77,119,81)
#466D4A
(70,109,74)
#3F6343
(63,99,67)
#38593C
(56,89,60)
#314F35
(49,79,53)
#2A452E
(42,69,46)
#233B27
(35,59,39)
#1C3120
(28,49,32)
#152719
(21,39,25)
#0E1D12
(14,29,18)
#07130B
(7,19,11)
#000000
(0,0,0)

Tints of #4D7751

#4D7751
(77,119,81)
#5D8360
(93,131,96)
#6D8F6F
(109,143,111)
#7D9B7E
(125,155,126)
#8DA78D
(141,167,141)
#9DB39C
(157,179,156)
#ADBFAB
(173,191,171)
#BDCBBA
(189,203,186)
#CDD7C9
(205,215,201)
#DDE3D8
(221,227,216)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7751 color. Also use rgb(77,119,81) instead hex code.

Text Font Color

.myTextColor { color: #4D7751; }

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

This text font color is #4D7751.


Background Color

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

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

This div background color is #4D7751.


Border color

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

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

This div border color is #4D7751.


Opacity

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

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

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

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

This text has shadow with #4D7751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7751 on black background.


Color preview on white background

This text has color #4D7751 on white background.



Black color preview on #4D7751 background

This text has black color on #4D7751 background.


White color preview on #4D7751 background

This text has white color on #4D7751 background.