COLOR #487958

HEX: #487958
RGB: (72,121,88)

Color info

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

RGB color model

#487958 color RGB value is (72,121,88).

  • red value is 72;
  • green value is 121;
  • blue value is 88.
RGB:
(72,121,88)
(28%,47%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 121 of 255 = 47%
B 88 of 255 = 35%

72
121
88

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

Portions of RGB colors in percentages

R + G + B =
72 + 121 + 88 = 281 (100%)
R 72 of 281 ~ 25.62%
G 121 of 281 ~ 43.06%
B 88 of 281 ~ 31.32%

%25.62
%43.06
%31.32

CMYK color model

#487958 color CMYK value is (40,0,27,53).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(40,0,27,53)
C40M0Y27K53 
(40%,0%,27%,53%)
(0.40/0.00/0.27/0.53)	

CMYK percentages

%40.5
%0
%27.27
%52.55

Codes

Color #487958 in popluar color models

487958
RGB7212188
HSL140°25.39%37.84%
HSB/HSV140°40.50%47.45%
CMYK40.50%0.00%27.27%
52.55%

Color #487958 in popluar number systems.

HEX487958
Decimal7212188
Binary100100011110011011000
Octal110171130

Shades and tints

Shades of #487958

#487958
(72,121,88)
#426E50
(66,110,80)
#3C6348
(60,99,72)
#365840
(54,88,64)
#304D38
(48,77,56)
#2A4230
(42,66,48)
#243728
(36,55,40)
#1E2C20
(30,44,32)
#182118
(24,33,24)
#121610
(18,22,16)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #487958

#487958
(72,121,88)
#588567
(88,133,103)
#689176
(104,145,118)
#789D85
(120,157,133)
#88A994
(136,169,148)
#98B5A3
(152,181,163)
#A8C1B2
(168,193,178)
#B8CDC1
(184,205,193)
#C8D9D0
(200,217,208)
#D8E5DF
(216,229,223)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487958 color. Also use rgb(72,121,88) instead hex code.

Text Font Color

.myTextColor { color: #487958; }

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

This text font color is #487958.


Background Color

.myBgColor { background-color: #487958; }

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

This div background color is #487958.


Border color

.myBorderColor { border: 1px solid #487958; }

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

This div border color is #487958.


Opacity

.myOpacity80 { color: #487958; opacity: 0.8; }

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

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

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

This text has shadow with #487958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487958 on black background.


Color preview on white background

This text has color #487958 on white background.



Black color preview on #487958 background

This text has black color on #487958 background.


White color preview on #487958 background

This text has white color on #487958 background.