COLOR #4D623D

HEX: #4D623D RGB: (77,98,61)

Color info

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

RGB color model

#4D623D color RGB value is (77,98,61).

RGB: (77,98,61) (30%, 38%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 61 of 255 = 24%

77
98
61

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

Portions of RGB colors in percentages

R + G + B = 77 + 98 + 61 = 236 (100%)
R 77 of 236 ~ 32.63%
G 98 of 236 ~ 41.53%
B 61 of 236 ~ 25.85'%

%32.63
%41.53
%25.85

CMYK color model

#4D623D color CMYK value is (21,0,38,62).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 37.76%
  • key color value is 61.57%

CMYK: (21,0,38,62)
C21M0Y38K62 (21%, 0%, 38%, 62%)
(0.21 / 0.00 / 0.38 / 0.62)

CMYK percentages

%21.43
%0
%37.76
%61.57

Codes

Color #4D623D in popluar color models

4D 62 3D
RGB 77 98 61
HSL 94° 23.27% 31.18%
HSB/HSV 94° 37.76% 38.43%
CMYK 21.43% 0.00% 37.76%
61.57%

Color #4D623D in popluar number systems.

HEX 4D 62 3D
Decimal 77 98 61
Binary 1001101 1100010 111101
Octal 115 142 75

Shades and tints

Shades of #4D623D

#4D623D
(77,98,61)
#465A38
(70,90,56)
#3F5233
(63,82,51)
#384A2E
(56,74,46)
#314229
(49,66,41)
#2A3A24
(42,58,36)
#23321F
(35,50,31)
#1C2A1A
(28,42,26)
#152215
(21,34,21)
#0E1A10
(14,26,16)
#07120B
(7,18,11)
#000000
(0,0,0)

Tints of #4D623D

#4D623D
(77,98,61)
#5D704E
(93,112,78)
#6D7E5F
(109,126,95)
#7D8C70
(125,140,112)
#8D9A81
(141,154,129)
#9DA892
(157,168,146)
#ADB6A3
(173,182,163)
#BDC4B4
(189,196,180)
#CDD2C5
(205,210,197)
#DDE0D6
(221,224,214)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D623D color. Also use rgb(77,98,61) instead hex code.

Text Font Color

.myTextColor { color: #4D623D; }

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

This text font color is #4D623D.

Background Color

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

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

This div background color is #4D623D.

Border color

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

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

This div border color is #4D623D.

Opacity

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

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

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

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

This text has shadow with #4D623D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D623D.

Preview

Color preview on black background

This text has color #4D623D on black background.


Color preview on white background

This text has color #4D623D on white background.


Black color preview on #4D623D background

This text has black color on #4D623D background.


White color preview on #4D623D background

This text has white color on #4D623D background.


Related colors

Complementary color

Complementary color for #hex is #B29DC2.


I love getcolorcode.com

Triadic colors

1 #3D4D62 and #623D4D with #4D623D are triadic colors.

2 #3D624D and #624D3D with #4D623D are triadic colors.