COLOR #4B7A4D

HEX: #4B7A4D
RGB: (75,122,77)

Color info

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

RGB color model

#4B7A4D color RGB value is (75,122,77).

  • red value is 75;
  • green value is 122;
  • blue value is 77.
RGB:
(75,122,77)
(29%,48%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 77 of 255 = 30%

75
122
77

R + G + B ~ 36%. #4B7A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 122 + 77 = 274 (100%)
R 75 of 274 ~ 27.37%
G 122 of 274 ~ 44.53%
B 77 of 274 ~ 28.1%

%27.37
%44.53
%28.1

CMYK color model

#4B7A4D color CMYK value is (39,0,37,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 52.16%
CMYK:
(39,0,37,52)
C39M0Y37K52 
(39%,0%,37%,52%)
(0.39/0.00/0.37/0.52)	

CMYK percentages

%38.52
%0
%36.89
%52.16

Codes

Color #4B7A4D in popluar color models

4B7A4D
RGB7512277
HSL123°23.86%38.63%
HSB/HSV123°38.52%47.84%
CMYK38.52%0.00%36.89%
52.16%

Color #4B7A4D in popluar number systems.

HEX4B7A4D
Decimal7512277
Binary100101111110101001101
Octal113172115

Shades and tints

Shades of #4B7A4D

#4B7A4D
(75,122,77)
#456F46
(69,111,70)
#3F643F
(63,100,63)
#395938
(57,89,56)
#334E31
(51,78,49)
#2D432A
(45,67,42)
#273823
(39,56,35)
#212D1C
(33,45,28)
#1B2215
(27,34,21)
#15170E
(21,23,14)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #4B7A4D

#4B7A4D
(75,122,77)
#5B865D
(91,134,93)
#6B926D
(107,146,109)
#7B9E7D
(123,158,125)
#8BAA8D
(139,170,141)
#9BB69D
(155,182,157)
#ABC2AD
(171,194,173)
#BBCEBD
(187,206,189)
#CBDACD
(203,218,205)
#DBE6DD
(219,230,221)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7A4D color. Also use rgb(75,122,77) instead hex code.

Text Font Color

.myTextColor { color: #4B7A4D; }

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

This text font color is #4B7A4D.


Background Color

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

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

This div background color is #4B7A4D.


Border color

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

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

This div border color is #4B7A4D.


Opacity

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

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

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

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

This text has shadow with #4B7A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7A4D on black background.


Color preview on white background

This text has color #4B7A4D on white background.



Black color preview on #4B7A4D background

This text has black color on #4B7A4D background.


White color preview on #4B7A4D background

This text has white color on #4B7A4D background.