COLOR #4D693A

HEX: #4D693A
RGB: (77,105,58)

Color info

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

RGB color model

#4D693A color RGB value is (77,105,58).

  • red value is 77;
  • green value is 105;
  • blue value is 58.
RGB:
(77,105,58)
(30%,41%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 105 of 255 = 41%
B 58 of 255 = 23%

77
105
58

R + G + B ~ 31%. #4D693A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 58 = 240 (100%)
R 77 of 240 ~ 32.08%
G 105 of 240 ~ 43.75%
B 58 of 240 ~ 24.17%

%32.08
%43.75
%24.17

CMYK color model

#4D693A color CMYK value is (27,0,45,59).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 58.82%
CMYK:
(27,0,45,59)
C27M0Y45K59 
(27%,0%,45%,59%)
(0.27/0.00/0.45/0.59)	

CMYK percentages

%26.67
%0
%44.76
%58.82

Codes

Color #4D693A in popluar color models

4D693A
RGB7710558
HSL96°28.83%31.96%
HSB/HSV96°44.76%41.18%
CMYK26.67%0.00%44.76%
58.82%

Color #4D693A in popluar number systems.

HEX4D693A
Decimal7710558
Binary10011011101001111010
Octal11515172

Shades and tints

Shades of #4D693A

#4D693A
(77,105,58)
#466035
(70,96,53)
#3F5730
(63,87,48)
#384E2B
(56,78,43)
#314526
(49,69,38)
#2A3C21
(42,60,33)
#23331C
(35,51,28)
#1C2A17
(28,42,23)
#152112
(21,33,18)
#0E180D
(14,24,13)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #4D693A

#4D693A
(77,105,58)
#5D764B
(93,118,75)
#6D835C
(109,131,92)
#7D906D
(125,144,109)
#8D9D7E
(141,157,126)
#9DAA8F
(157,170,143)
#ADB7A0
(173,183,160)
#BDC4B1
(189,196,177)
#CDD1C2
(205,209,194)
#DDDED3
(221,222,211)
#EDEBE4
(237,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D693A color. Also use rgb(77,105,58) instead hex code.

Text Font Color

.myTextColor { color: #4D693A; }

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

This text font color is #4D693A.


Background Color

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

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

This div background color is #4D693A.


Border color

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

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

This div border color is #4D693A.


Opacity

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

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

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

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

This text has shadow with #4D693A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D693A on black background.


Color preview on white background

This text has color #4D693A on white background.



Black color preview on #4D693A background

This text has black color on #4D693A background.


White color preview on #4D693A background

This text has white color on #4D693A background.