COLOR #4B772E

HEX: #4B772E RGB: (75,119,46)

Color info

#4B772E contains mainly red and green colors. Web safe color of #4B772E is #336633 (or #363).

RGB color model

#4B772E color RGB value is (75,119,46).

RGB: (75,119,46) (29%, 47%, 18%)

RGB channels and saturation

R 75 of 255 = 29%
G 119 of 255 = 47%
B 46 of 255 = 18%

75
119
46

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

Portions of RGB colors in percentages

R + G + B = 75 + 119 + 46 = 240 (100%)
R 75 of 240 ~ 31.25%
G 119 of 240 ~ 49.58%
B 46 of 240 ~ 19.17'%

%31.25
%49.58
%19.17

CMYK color model

#4B772E color CMYK value is (37,0,61,53).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 61.34%
  • key color value is 53.33%
CMYK: (37,0,61,53) C37M0Y61K53 (37%,0%,61%,53%) (0.37/0.00/0.61/0.53) 

CMYK percentages

%36.97
%0
%61.34
%53.33

Codes

Color #4B772E in popluar color models

4B 77 2E
RGB 75 119 46
HSL 96° 44.24% 32.35%
HSB/HSV 96° 61.34% 46.67%
CMYK 36.97% 0.00% 61.34%
53.33%

Color #4B772E in popluar number systems.

HEX 4B 77 2E
Decimal 75 119 46
Binary 1001011 1110111 101110
Octal 113 167 56

Shades and tints

Shades of #4B772E

#4B772E
(75,119,46)
#456D2A
(69,109,42)
#3F6326
(63,99,38)
#395922
(57,89,34)
#334F1E
(51,79,30)
#2D451A
(45,69,26)
#273B16
(39,59,22)
#213112
(33,49,18)
#1B270E
(27,39,14)
#151D0A
(21,29,10)
#0F1306
(15,19,6)
#000000
(0,0,0)

Tints of #4B772E

#4B772E
(75,119,46)
#5B8341
(91,131,65)
#6B8F54
(107,143,84)
#7B9B67
(123,155,103)
#8BA77A
(139,167,122)
#9BB38D
(155,179,141)
#ABBFA0
(171,191,160)
#BBCBB3
(187,203,179)
#CBD7C6
(203,215,198)
#DBE3D9
(219,227,217)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B772E color. Also use rgb(75,119,46) instead hex code.

Text Font Color

.myTextColor { color: #4B772E; }

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

This text font color is #4B772E.

Background Color

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

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

This div background color is #4B772E.

Border color

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

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

This div border color is #4B772E.

Opacity

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

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

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

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

This text has shadow with #4B772E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B772E.

Preview

Color preview on black background

This text has color #4B772E on black background.


Color preview on white background

This text has color #4B772E on white background.


Black color preview on #4B772E background

This text has black color on #4B772E background.


White color preview on #4B772E background

This text has white color on #4B772E background.


Related colors

Complementary color

Complementary color for #hex is #B488D1.


I love getcolorcode.com

Triadic colors

1 #2E4B77 and #772E4B with #4B772E are triadic colors.

2 #2E774B and #774B2E with #4B772E are triadic colors.