COLOR #4B885C

HEX: #4B885C
RGB: (75,136,92)

Color info

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

RGB color model

#4B885C color RGB value is (75,136,92).

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

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 92 of 255 = 36%

75
136
92

R + G + B ~ 39%. #4B885C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 136 + 92 = 303 (100%)
R 75 of 303 ~ 24.75%
G 136 of 303 ~ 44.88%
B 92 of 303 ~ 30.36%

%24.75
%44.88
%30.36

CMYK color model

#4B885C color CMYK value is (45,0,32,47).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 46.67%
CMYK:
(45,0,32,47)
C45M0Y32K47 
(45%,0%,32%,47%)
(0.45/0.00/0.32/0.47)	

CMYK percentages

%44.85
%0
%32.35
%46.67

Codes

Color #4B885C in popluar color models

4B885C
RGB7513692
HSL137°28.91%41.37%
HSB/HSV137°44.85%53.33%
CMYK44.85%0.00%32.35%
46.67%

Color #4B885C in popluar number systems.

HEX4B885C
Decimal7513692
Binary1001011100010001011100
Octal113210134

Shades and tints

Shades of #4B885C

#4B885C
(75,136,92)
#457C54
(69,124,84)
#3F704C
(63,112,76)
#396444
(57,100,68)
#33583C
(51,88,60)
#2D4C34
(45,76,52)
#27402C
(39,64,44)
#213424
(33,52,36)
#1B281C
(27,40,28)
#151C14
(21,28,20)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #4B885C

#4B885C
(75,136,92)
#5B926A
(91,146,106)
#6B9C78
(107,156,120)
#7BA686
(123,166,134)
#8BB094
(139,176,148)
#9BBAA2
(155,186,162)
#ABC4B0
(171,196,176)
#BBCEBE
(187,206,190)
#CBD8CC
(203,216,204)
#DBE2DA
(219,226,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B885C; }

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

This text font color is #4B885C.


Background Color

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

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

This div background color is #4B885C.


Border color

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

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

This div border color is #4B885C.


Opacity

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

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

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

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

This text has shadow with #4B885C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B885C on black background.


Color preview on white background

This text has color #4B885C on white background.



Black color preview on #4B885C background

This text has black color on #4B885C background.


White color preview on #4B885C background

This text has white color on #4B885C background.