COLOR #4B7A54

HEX: #4B7A54
RGB: (75,122,84)

Color info

#4B7A54 contains red, green and blue colors in about the same proportion. Web safe color of #4B7A54 is #336666 (or #366).

RGB color model

#4B7A54 color RGB value is (75,122,84).

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

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 84 of 255 = 33%

75
122
84

R + G + B ~ 37%. #4B7A54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 122 + 84 = 281 (100%)
R 75 of 281 ~ 26.69%
G 122 of 281 ~ 43.42%
B 84 of 281 ~ 29.89%

%26.69
%43.42
%29.89

CMYK color model

#4B7A54 color CMYK value is (39,0,31,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 52.16%
CMYK:
(39,0,31,52)
C39M0Y31K52 
(39%,0%,31%,52%)
(0.39/0.00/0.31/0.52)	

CMYK percentages

%38.52
%0
%31.15
%52.16

Codes

Color #4B7A54 in popluar color models

4B7A54
RGB7512284
HSL131°23.86%38.63%
HSB/HSV131°38.52%47.84%
CMYK38.52%0.00%31.15%
52.16%

Color #4B7A54 in popluar number systems.

HEX4B7A54
Decimal7512284
Binary100101111110101010100
Octal113172124

Shades and tints

Shades of #4B7A54

#4B7A54
(75,122,84)
#456F4D
(69,111,77)
#3F6446
(63,100,70)
#39593F
(57,89,63)
#334E38
(51,78,56)
#2D4331
(45,67,49)
#27382A
(39,56,42)
#212D23
(33,45,35)
#1B221C
(27,34,28)
#151715
(21,23,21)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #4B7A54

#4B7A54
(75,122,84)
#5B8663
(91,134,99)
#6B9272
(107,146,114)
#7B9E81
(123,158,129)
#8BAA90
(139,170,144)
#9BB69F
(155,182,159)
#ABC2AE
(171,194,174)
#BBCEBD
(187,206,189)
#CBDACC
(203,218,204)
#DBE6DB
(219,230,219)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7A54; }

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

This text font color is #4B7A54.


Background Color

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

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

This div background color is #4B7A54.


Border color

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

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

This div border color is #4B7A54.


Opacity

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

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

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

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

This text has shadow with #4B7A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7A54 on black background.


Color preview on white background

This text has color #4B7A54 on white background.



Black color preview on #4B7A54 background

This text has black color on #4B7A54 background.


White color preview on #4B7A54 background

This text has white color on #4B7A54 background.