COLOR #487427

HEX: #487427
RGB: (72,116,39)

Color info

#487427 contains mainly red and green colors. Web safe color of #487427 is #336633 (or #363).

RGB color model

#487427 color RGB value is (72,116,39).

  • red value is 72;
  • green value is 116;
  • blue value is 39.
RGB:
(72,116,39)
(28%,45%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 116 of 255 = 45%
B 39 of 255 = 15%

72
116
39

R + G + B ~ 29%. #487427 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 116 + 39 = 227 (100%)
R 72 of 227 ~ 31.72%
G 116 of 227 ~ 51.1%
B 39 of 227 ~ 17.18%

%31.72
%51.1
%17.18

CMYK color model

#487427 color CMYK value is (38,0,66,55).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 66.38%
  • key color value is 54.51%
CMYK:
(38,0,66,55)
C38M0Y66K55 
(38%,0%,66%,55%)
(0.38/0.00/0.66/0.55)	

CMYK percentages

%37.93
%0
%66.38
%54.51

Codes

Color #487427 in popluar color models

487427
RGB7211639
HSL94°49.68%30.39%
HSB/HSV94°66.38%45.49%
CMYK37.93%0.00%66.38%
54.51%

Color #487427 in popluar number systems.

HEX487427
Decimal7211639
Binary10010001110100100111
Octal11016447

Shades and tints

Shades of #487427

#487427
(72,116,39)
#426A24
(66,106,36)
#3C6021
(60,96,33)
#36561E
(54,86,30)
#304C1B
(48,76,27)
#2A4218
(42,66,24)
#243815
(36,56,21)
#1E2E12
(30,46,18)
#18240F
(24,36,15)
#121A0C
(18,26,12)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #487427

#487427
(72,116,39)
#58803A
(88,128,58)
#688C4D
(104,140,77)
#789860
(120,152,96)
#88A473
(136,164,115)
#98B086
(152,176,134)
#A8BC99
(168,188,153)
#B8C8AC
(184,200,172)
#C8D4BF
(200,212,191)
#D8E0D2
(216,224,210)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487427 color. Also use rgb(72,116,39) instead hex code.

Text Font Color

.myTextColor { color: #487427; }

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

This text font color is #487427.


Background Color

.myBgColor { background-color: #487427; }

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

This div background color is #487427.


Border color

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

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

This div border color is #487427.


Opacity

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

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

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

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

This text has shadow with #487427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487427 on black background.


Color preview on white background

This text has color #487427 on white background.



Black color preview on #487427 background

This text has black color on #487427 background.


White color preview on #487427 background

This text has white color on #487427 background.