COLOR #4B895C

HEX: #4B895C
RGB: (75,137,92)

Color info

#4B895C contains mainly green and blue colors. Web safe color of #4B895C is #339966 (or #396).

RGB color model

#4B895C color RGB value is (75,137,92).

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

RGB channels and saturation

R 75 of 255 = 29%
G 137 of 255 = 54%
B 92 of 255 = 36%

75
137
92

R + G + B ~ 40%. #4B895C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 137 + 92 = 304 (100%)
R 75 of 304 ~ 24.67%
G 137 of 304 ~ 45.07%
B 92 of 304 ~ 30.26%

%24.67
%45.07
%30.26

CMYK color model

#4B895C color CMYK value is (45,0,33,46).

  • cyan value is 45.26%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 46.27%
CMYK:
(45,0,33,46)
C45M0Y33K46 
(45%,0%,33%,46%)
(0.45/0.00/0.33/0.46)	

CMYK percentages

%45.26
%0
%32.85
%46.27

Codes

Color #4B895C in popluar color models

4B895C
RGB7513792
HSL136°29.25%41.57%
HSB/HSV136°45.26%53.73%
CMYK45.26%0.00%32.85%
46.27%

Color #4B895C in popluar number systems.

HEX4B895C
Decimal7513792
Binary1001011100010011011100
Octal113211134

Shades and tints

Shades of #4B895C

#4B895C
(75,137,92)
#457D54
(69,125,84)
#3F714C
(63,113,76)
#396544
(57,101,68)
#33593C
(51,89,60)
#2D4D34
(45,77,52)
#27412C
(39,65,44)
#213524
(33,53,36)
#1B291C
(27,41,28)
#151D14
(21,29,20)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #4B895C

#4B895C
(75,137,92)
#5B936A
(91,147,106)
#6B9D78
(107,157,120)
#7BA786
(123,167,134)
#8BB194
(139,177,148)
#9BBBA2
(155,187,162)
#ABC5B0
(171,197,176)
#BBCFBE
(187,207,190)
#CBD9CC
(203,217,204)
#DBE3DA
(219,227,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B895C; }

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

This text font color is #4B895C.


Background Color

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

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

This div background color is #4B895C.


Border color

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

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

This div border color is #4B895C.


Opacity

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

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

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

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

This text has shadow with #4B895C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B895C on black background.


Color preview on white background

This text has color #4B895C on white background.



Black color preview on #4B895C background

This text has black color on #4B895C background.


White color preview on #4B895C background

This text has white color on #4B895C background.