COLOR #487354

HEX: #487354
RGB: (72,115,84)

Color info

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

RGB color model

#487354 color RGB value is (72,115,84).

  • red value is 72;
  • green value is 115;
  • blue value is 84.
RGB:
(72,115,84)
(28%,45%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 115 of 255 = 45%
B 84 of 255 = 33%

72
115
84

R + G + B ~ 35%. #487354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 115 + 84 = 271 (100%)
R 72 of 271 ~ 26.57%
G 115 of 271 ~ 42.44%
B 84 of 271 ~ 31%

%26.57
%42.44
%31

CMYK color model

#487354 color CMYK value is (37,0,27,55).

  • cyan value is 37.39%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 54.90%
CMYK:
(37,0,27,55)
C37M0Y27K55 
(37%,0%,27%,55%)
(0.37/0.00/0.27/0.55)	

CMYK percentages

%37.39
%0
%26.96
%54.9

Codes

Color #487354 in popluar color models

487354
RGB7211584
HSL137°22.99%36.67%
HSB/HSV137°37.39%45.10%
CMYK37.39%0.00%26.96%
54.90%

Color #487354 in popluar number systems.

HEX487354
Decimal7211584
Binary100100011100111010100
Octal110163124

Shades and tints

Shades of #487354

#487354
(72,115,84)
#42694D
(66,105,77)
#3C5F46
(60,95,70)
#36553F
(54,85,63)
#304B38
(48,75,56)
#2A4131
(42,65,49)
#24372A
(36,55,42)
#1E2D23
(30,45,35)
#18231C
(24,35,28)
#121915
(18,25,21)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #487354

#487354
(72,115,84)
#587F63
(88,127,99)
#688B72
(104,139,114)
#789781
(120,151,129)
#88A390
(136,163,144)
#98AF9F
(152,175,159)
#A8BBAE
(168,187,174)
#B8C7BD
(184,199,189)
#C8D3CC
(200,211,204)
#D8DFDB
(216,223,219)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487354 color. Also use rgb(72,115,84) instead hex code.

Text Font Color

.myTextColor { color: #487354; }

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

This text font color is #487354.


Background Color

.myBgColor { background-color: #487354; }

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

This div background color is #487354.


Border color

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

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

This div border color is #487354.


Opacity

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

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

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

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

This text has shadow with #487354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487354 on black background.


Color preview on white background

This text has color #487354 on white background.



Black color preview on #487354 background

This text has black color on #487354 background.


White color preview on #487354 background

This text has white color on #487354 background.