COLOR #4B7A5A

HEX: #4B7A5A
RGB: (75,122,90)

Color info

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

RGB color model

#4B7A5A color RGB value is (75,122,90).

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

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 90 of 255 = 35%

75
122
90

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

Portions of RGB colors in percentages

R + G + B =
75 + 122 + 90 = 287 (100%)
R 75 of 287 ~ 26.13%
G 122 of 287 ~ 42.51%
B 90 of 287 ~ 31.36%

%26.13
%42.51
%31.36

CMYK color model

#4B7A5A color CMYK value is (39,0,26,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 26.23%
  • key color value is 52.16%
CMYK:
(39,0,26,52)
C39M0Y26K52 
(39%,0%,26%,52%)
(0.39/0.00/0.26/0.52)	

CMYK percentages

%38.52
%0
%26.23
%52.16

Codes

Color #4B7A5A in popluar color models

4B7A5A
RGB7512290
HSL139°23.86%38.63%
HSB/HSV139°38.52%47.84%
CMYK38.52%0.00%26.23%
52.16%

Color #4B7A5A in popluar number systems.

HEX4B7A5A
Decimal7512290
Binary100101111110101011010
Octal113172132

Shades and tints

Shades of #4B7A5A

#4B7A5A
(75,122,90)
#456F52
(69,111,82)
#3F644A
(63,100,74)
#395942
(57,89,66)
#334E3A
(51,78,58)
#2D4332
(45,67,50)
#27382A
(39,56,42)
#212D22
(33,45,34)
#1B221A
(27,34,26)
#151712
(21,23,18)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #4B7A5A

#4B7A5A
(75,122,90)
#5B8669
(91,134,105)
#6B9278
(107,146,120)
#7B9E87
(123,158,135)
#8BAA96
(139,170,150)
#9BB6A5
(155,182,165)
#ABC2B4
(171,194,180)
#BBCEC3
(187,206,195)
#CBDAD2
(203,218,210)
#DBE6E1
(219,230,225)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7A5A; }

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

This text font color is #4B7A5A.


Background Color

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

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

This div background color is #4B7A5A.


Border color

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

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

This div border color is #4B7A5A.


Opacity

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

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

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

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

This text has shadow with #4B7A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7A5A on black background.


Color preview on white background

This text has color #4B7A5A on white background.



Black color preview on #4B7A5A background

This text has black color on #4B7A5A background.


White color preview on #4B7A5A background

This text has white color on #4B7A5A background.