COLOR #4D7B41

HEX: #4D7B41
RGB: (77,123,65)

Color info

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

RGB color model

#4D7B41 color RGB value is (77,123,65).

  • red value is 77;
  • green value is 123;
  • blue value is 65.
RGB:
(77,123,65)
(30%,48%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 123 of 255 = 48%
B 65 of 255 = 25%

77
123
65

R + G + B ~ 34%. #4D7B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 123 + 65 = 265 (100%)
R 77 of 265 ~ 29.06%
G 123 of 265 ~ 46.42%
B 65 of 265 ~ 24.53%

%29.06
%46.42
%24.53

CMYK color model

#4D7B41 color CMYK value is (37,0,47,52).

  • cyan value is 37.40%
  • magenta value is 0.00%
  • yellow value is 47.15%
  • key color value is 51.76%
CMYK:
(37,0,47,52)
C37M0Y47K52 
(37%,0%,47%,52%)
(0.37/0.00/0.47/0.52)	

CMYK percentages

%37.4
%0
%47.15
%51.76

Codes

Color #4D7B41 in popluar color models

4D7B41
RGB7712365
HSL108°30.85%36.86%
HSB/HSV108°47.15%48.24%
CMYK37.40%0.00%47.15%
51.76%

Color #4D7B41 in popluar number systems.

HEX4D7B41
Decimal7712365
Binary100110111110111000001
Octal115173101

Shades and tints

Shades of #4D7B41

#4D7B41
(77,123,65)
#46703C
(70,112,60)
#3F6537
(63,101,55)
#385A32
(56,90,50)
#314F2D
(49,79,45)
#2A4428
(42,68,40)
#233923
(35,57,35)
#1C2E1E
(28,46,30)
#152319
(21,35,25)
#0E1814
(14,24,20)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D7B41

#4D7B41
(77,123,65)
#5D8752
(93,135,82)
#6D9363
(109,147,99)
#7D9F74
(125,159,116)
#8DAB85
(141,171,133)
#9DB796
(157,183,150)
#ADC3A7
(173,195,167)
#BDCFB8
(189,207,184)
#CDDBC9
(205,219,201)
#DDE7DA
(221,231,218)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7B41 color. Also use rgb(77,123,65) instead hex code.

Text Font Color

.myTextColor { color: #4D7B41; }

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

This text font color is #4D7B41.


Background Color

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

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

This div background color is #4D7B41.


Border color

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

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

This div border color is #4D7B41.


Opacity

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

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

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

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

This text has shadow with #4D7B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7B41 on black background.


Color preview on white background

This text has color #4D7B41 on white background.



Black color preview on #4D7B41 background

This text has black color on #4D7B41 background.


White color preview on #4D7B41 background

This text has white color on #4D7B41 background.