COLOR #4D633F

HEX: #4D633F
RGB: (77,99,63)

Color info

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

RGB color model

#4D633F color RGB value is (77,99,63).

  • red value is 77;
  • green value is 99;
  • blue value is 63.
RGB:
(77,99,63)
(30%,39%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 63 of 255 = 25%

77
99
63

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 63 = 239 (100%)
R 77 of 239 ~ 32.22%
G 99 of 239 ~ 41.42%
B 63 of 239 ~ 26.36%

%32.22
%41.42
%26.36

CMYK color model

#4D633F color CMYK value is (22,0,36,61).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 61.18%
CMYK:
(22,0,36,61)
C22M0Y36K61 
(22%,0%,36%,61%)
(0.22/0.00/0.36/0.61)	

CMYK percentages

%22.22
%0
%36.36
%61.18

Codes

Color #4D633F in popluar color models

4D633F
RGB779963
HSL97°22.22%31.76%
HSB/HSV97°36.36%38.82%
CMYK22.22%0.00%36.36%
61.18%

Color #4D633F in popluar number systems.

HEX4D633F
Decimal779963
Binary10011011100011111111
Octal11514377

Shades and tints

Shades of #4D633F

#4D633F
(77,99,63)
#465A3A
(70,90,58)
#3F5135
(63,81,53)
#384830
(56,72,48)
#313F2B
(49,63,43)
#2A3626
(42,54,38)
#232D21
(35,45,33)
#1C241C
(28,36,28)
#151B17
(21,27,23)
#0E1212
(14,18,18)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #4D633F

#4D633F
(77,99,63)
#5D7150
(93,113,80)
#6D7F61
(109,127,97)
#7D8D72
(125,141,114)
#8D9B83
(141,155,131)
#9DA994
(157,169,148)
#ADB7A5
(173,183,165)
#BDC5B6
(189,197,182)
#CDD3C7
(205,211,199)
#DDE1D8
(221,225,216)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D633F color. Also use rgb(77,99,63) instead hex code.

Text Font Color

.myTextColor { color: #4D633F; }

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

This text font color is #4D633F.


Background Color

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

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

This div background color is #4D633F.


Border color

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

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

This div border color is #4D633F.


Opacity

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

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

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

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

This text has shadow with #4D633F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D633F on black background.


Color preview on white background

This text has color #4D633F on white background.



Black color preview on #4D633F background

This text has black color on #4D633F background.


White color preview on #4D633F background

This text has white color on #4D633F background.