COLOR #4D693B

HEX: #4D693B
RGB: (77,105,59)

Color info

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

RGB color model

#4D693B color RGB value is (77,105,59).

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

RGB channels and saturation

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

77
105
59

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

Portions of RGB colors in percentages

R + G + B =
77 + 105 + 59 = 241 (100%)
R 77 of 241 ~ 31.95%
G 105 of 241 ~ 43.57%
B 59 of 241 ~ 24.48%

%31.95
%43.57
%24.48

CMYK color model

#4D693B color CMYK value is (27,0,44,59).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 43.81%
  • key color value is 58.82%
CMYK:
(27,0,44,59)
C27M0Y44K59 
(27%,0%,44%,59%)
(0.27/0.00/0.44/0.59)	

CMYK percentages

%26.67
%0
%43.81
%58.82

Codes

Color #4D693B in popluar color models

4D693B
RGB7710559
HSL97°28.05%32.16%
HSB/HSV97°43.81%41.18%
CMYK26.67%0.00%43.81%
58.82%

Color #4D693B in popluar number systems.

HEX4D693B
Decimal7710559
Binary10011011101001111011
Octal11515173

Shades and tints

Shades of #4D693B

#4D693B
(77,105,59)
#466036
(70,96,54)
#3F5731
(63,87,49)
#384E2C
(56,78,44)
#314527
(49,69,39)
#2A3C22
(42,60,34)
#23331D
(35,51,29)
#1C2A18
(28,42,24)
#152113
(21,33,19)
#0E180E
(14,24,14)
#070F09
(7,15,9)
#000000
(0,0,0)

Tints of #4D693B

#4D693B
(77,105,59)
#5D764C
(93,118,76)
#6D835D
(109,131,93)
#7D906E
(125,144,110)
#8D9D7F
(141,157,127)
#9DAA90
(157,170,144)
#ADB7A1
(173,183,161)
#BDC4B2
(189,196,178)
#CDD1C3
(205,209,195)
#DDDED4
(221,222,212)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D693B; }

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

This text font color is #4D693B.


Background Color

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

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

This div background color is #4D693B.


Border color

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

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

This div border color is #4D693B.


Opacity

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

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

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

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

This text has shadow with #4D693B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D693B on black background.


Color preview on white background

This text has color #4D693B on white background.



Black color preview on #4D693B background

This text has black color on #4D693B background.


White color preview on #4D693B background

This text has white color on #4D693B background.