COLOR #4D735C

HEX: #4D735C
RGB: (77,115,92)

Color info

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

RGB color model

#4D735C color RGB value is (77,115,92).

  • red value is 77;
  • green value is 115;
  • blue value is 92.
RGB:
(77,115,92)
(30%,45%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 92 of 255 = 36%

77
115
92

R + G + B ~ 37%. #4D735C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 92 = 284 (100%)
R 77 of 284 ~ 27.11%
G 115 of 284 ~ 40.49%
B 92 of 284 ~ 32.39%

%27.11
%40.49
%32.39

CMYK color model

#4D735C color CMYK value is (33,0,20,55).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(33,0,20,55)
C33M0Y20K55 
(33%,0%,20%,55%)
(0.33/0.00/0.20/0.55)	

CMYK percentages

%33.04
%0
%20
%54.9

Codes

Color #4D735C in popluar color models

4D735C
RGB7711592
HSL144°19.79%37.65%
HSB/HSV144°33.04%45.10%
CMYK33.04%0.00%20.00%
54.90%

Color #4D735C in popluar number systems.

HEX4D735C
Decimal7711592
Binary100110111100111011100
Octal115163134

Shades and tints

Shades of #4D735C

#4D735C
(77,115,92)
#466954
(70,105,84)
#3F5F4C
(63,95,76)
#385544
(56,85,68)
#314B3C
(49,75,60)
#2A4134
(42,65,52)
#23372C
(35,55,44)
#1C2D24
(28,45,36)
#15231C
(21,35,28)
#0E1914
(14,25,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D735C

#4D735C
(77,115,92)
#5D7F6A
(93,127,106)
#6D8B78
(109,139,120)
#7D9786
(125,151,134)
#8DA394
(141,163,148)
#9DAFA2
(157,175,162)
#ADBBB0
(173,187,176)
#BDC7BE
(189,199,190)
#CDD3CC
(205,211,204)
#DDDFDA
(221,223,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D735C color. Also use rgb(77,115,92) instead hex code.

Text Font Color

.myTextColor { color: #4D735C; }

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

This text font color is #4D735C.


Background Color

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

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

This div background color is #4D735C.


Border color

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

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

This div border color is #4D735C.


Opacity

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

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

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

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

This text has shadow with #4D735C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D735C on black background.


Color preview on white background

This text has color #4D735C on white background.



Black color preview on #4D735C background

This text has black color on #4D735C background.


White color preview on #4D735C background

This text has white color on #4D735C background.