COLOR #4B7A51

HEX: #4B7A51
RGB: (75,122,81)

Color info

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

RGB color model

#4B7A51 color RGB value is (75,122,81).

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

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 81 of 255 = 32%

75
122
81

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

Portions of RGB colors in percentages

R + G + B =
75 + 122 + 81 = 278 (100%)
R 75 of 278 ~ 26.98%
G 122 of 278 ~ 43.88%
B 81 of 278 ~ 29.14%

%26.98
%43.88
%29.14

CMYK color model

#4B7A51 color CMYK value is (39,0,34,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 52.16%
CMYK:
(39,0,34,52)
C39M0Y34K52 
(39%,0%,34%,52%)
(0.39/0.00/0.34/0.52)	

CMYK percentages

%38.52
%0
%33.61
%52.16

Codes

Color #4B7A51 in popluar color models

4B7A51
RGB7512281
HSL128°23.86%38.63%
HSB/HSV128°38.52%47.84%
CMYK38.52%0.00%33.61%
52.16%

Color #4B7A51 in popluar number systems.

HEX4B7A51
Decimal7512281
Binary100101111110101010001
Octal113172121

Shades and tints

Shades of #4B7A51

#4B7A51
(75,122,81)
#456F4A
(69,111,74)
#3F6443
(63,100,67)
#39593C
(57,89,60)
#334E35
(51,78,53)
#2D432E
(45,67,46)
#273827
(39,56,39)
#212D20
(33,45,32)
#1B2219
(27,34,25)
#151712
(21,23,18)
#0F0C0B
(15,12,11)
#000000
(0,0,0)

Tints of #4B7A51

#4B7A51
(75,122,81)
#5B8660
(91,134,96)
#6B926F
(107,146,111)
#7B9E7E
(123,158,126)
#8BAA8D
(139,170,141)
#9BB69C
(155,182,156)
#ABC2AB
(171,194,171)
#BBCEBA
(187,206,186)
#CBDAC9
(203,218,201)
#DBE6D8
(219,230,216)
#EBF2E7
(235,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7A51; }

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

This text font color is #4B7A51.


Background Color

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

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

This div background color is #4B7A51.


Border color

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

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

This div border color is #4B7A51.


Opacity

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

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

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

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

This text has shadow with #4B7A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7A51 on black background.


Color preview on white background

This text has color #4B7A51 on white background.



Black color preview on #4B7A51 background

This text has black color on #4B7A51 background.


White color preview on #4B7A51 background

This text has white color on #4B7A51 background.