COLOR #4B773F

HEX: #4B773F
RGB: (75,119,63)

Color info

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

RGB color model

#4B773F color RGB value is (75,119,63).

  • red value is 75;
  • green value is 119;
  • blue value is 63.
RGB:
(75,119,63)
(29%,47%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 119 of 255 = 47%
B 63 of 255 = 25%

75
119
63

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

Portions of RGB colors in percentages

R + G + B =
75 + 119 + 63 = 257 (100%)
R 75 of 257 ~ 29.18%
G 119 of 257 ~ 46.3%
B 63 of 257 ~ 24.51%

%29.18
%46.3
%24.51

CMYK color model

#4B773F color CMYK value is (37,0,47,53).

  • cyan value is 36.97%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(37,0,47,53)
C37M0Y47K53 
(37%,0%,47%,53%)
(0.37/0.00/0.47/0.53)	

CMYK percentages

%36.97
%0
%47.06
%53.33

Codes

Color #4B773F in popluar color models

4B773F
RGB7511963
HSL107°30.77%35.69%
HSB/HSV107°47.06%46.67%
CMYK36.97%0.00%47.06%
53.33%

Color #4B773F in popluar number systems.

HEX4B773F
Decimal7511963
Binary10010111110111111111
Octal11316777

Shades and tints

Shades of #4B773F

#4B773F
(75,119,63)
#456D3A
(69,109,58)
#3F6335
(63,99,53)
#395930
(57,89,48)
#334F2B
(51,79,43)
#2D4526
(45,69,38)
#273B21
(39,59,33)
#21311C
(33,49,28)
#1B2717
(27,39,23)
#151D12
(21,29,18)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #4B773F

#4B773F
(75,119,63)
#5B8350
(91,131,80)
#6B8F61
(107,143,97)
#7B9B72
(123,155,114)
#8BA783
(139,167,131)
#9BB394
(155,179,148)
#ABBFA5
(171,191,165)
#BBCBB6
(187,203,182)
#CBD7C7
(203,215,199)
#DBE3D8
(219,227,216)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B773F; }

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

This text font color is #4B773F.


Background Color

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

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

This div background color is #4B773F.


Border color

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

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

This div border color is #4B773F.


Opacity

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

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

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

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

This text has shadow with #4B773F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B773F on black background.


Color preview on white background

This text has color #4B773F on white background.



Black color preview on #4B773F background

This text has black color on #4B773F background.


White color preview on #4B773F background

This text has white color on #4B773F background.