COLOR #4B7A5C

HEX: #4B7A5C
RGB: (75,122,92)

Color info

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

RGB color model

#4B7A5C color RGB value is (75,122,92).

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

RGB channels and saturation

R 75 of 255 = 29%
G 122 of 255 = 48%
B 92 of 255 = 36%

75
122
92

R + G + B ~ 38%. #4B7A5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 122 + 92 = 289 (100%)
R 75 of 289 ~ 25.95%
G 122 of 289 ~ 42.21%
B 92 of 289 ~ 31.83%

%25.95
%42.21
%31.83

CMYK color model

#4B7A5C color CMYK value is (39,0,25,52).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 52.16%
CMYK:
(39,0,25,52)
C39M0Y25K52 
(39%,0%,25%,52%)
(0.39/0.00/0.25/0.52)	

CMYK percentages

%38.52
%0
%24.59
%52.16

Codes

Color #4B7A5C in popluar color models

4B7A5C
RGB7512292
HSL142°23.86%38.63%
HSB/HSV142°38.52%47.84%
CMYK38.52%0.00%24.59%
52.16%

Color #4B7A5C in popluar number systems.

HEX4B7A5C
Decimal7512292
Binary100101111110101011100
Octal113172134

Shades and tints

Shades of #4B7A5C

#4B7A5C
(75,122,92)
#456F54
(69,111,84)
#3F644C
(63,100,76)
#395944
(57,89,68)
#334E3C
(51,78,60)
#2D4334
(45,67,52)
#27382C
(39,56,44)
#212D24
(33,45,36)
#1B221C
(27,34,28)
#151714
(21,23,20)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #4B7A5C

#4B7A5C
(75,122,92)
#5B866A
(91,134,106)
#6B9278
(107,146,120)
#7B9E86
(123,158,134)
#8BAA94
(139,170,148)
#9BB6A2
(155,182,162)
#ABC2B0
(171,194,176)
#BBCEBE
(187,206,190)
#CBDACC
(203,218,204)
#DBE6DA
(219,230,218)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7A5C; }

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

This text font color is #4B7A5C.


Background Color

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

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

This div background color is #4B7A5C.


Border color

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

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

This div border color is #4B7A5C.


Opacity

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

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

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

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

This text has shadow with #4B7A5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7A5C on black background.


Color preview on white background

This text has color #4B7A5C on white background.



Black color preview on #4B7A5C background

This text has black color on #4B7A5C background.


White color preview on #4B7A5C background

This text has white color on #4B7A5C background.