COLOR #487A39

HEX: #487A39
RGB: (72,122,57)

Color info

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

RGB color model

#487A39 color RGB value is (72,122,57).

  • red value is 72;
  • green value is 122;
  • blue value is 57.
RGB:
(72,122,57)
(28%,48%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 57 of 255 = 22%

72
122
57

R + G + B ~ 33%. #487A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 57 = 251 (100%)
R 72 of 251 ~ 28.69%
G 122 of 251 ~ 48.61%
B 57 of 251 ~ 22.71%

%28.69
%48.61
%22.71

CMYK color model

#487A39 color CMYK value is (41,0,53,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 53.28%
  • key color value is 52.16%
CMYK:
(41,0,53,52)
C41M0Y53K52 
(41%,0%,53%,52%)
(0.41/0.00/0.53/0.52)	

CMYK percentages

%40.98
%0
%53.28
%52.16

Codes

Color #487A39 in popluar color models

487A39
RGB7212257
HSL106°36.31%35.10%
HSB/HSV106°53.28%47.84%
CMYK40.98%0.00%53.28%
52.16%

Color #487A39 in popluar number systems.

HEX487A39
Decimal7212257
Binary10010001111010111001
Octal11017271

Shades and tints

Shades of #487A39

#487A39
(72,122,57)
#426F34
(66,111,52)
#3C642F
(60,100,47)
#36592A
(54,89,42)
#304E25
(48,78,37)
#2A4320
(42,67,32)
#24381B
(36,56,27)
#1E2D16
(30,45,22)
#182211
(24,34,17)
#12170C
(18,23,12)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #487A39

#487A39
(72,122,57)
#58864B
(88,134,75)
#68925D
(104,146,93)
#789E6F
(120,158,111)
#88AA81
(136,170,129)
#98B693
(152,182,147)
#A8C2A5
(168,194,165)
#B8CEB7
(184,206,183)
#C8DAC9
(200,218,201)
#D8E6DB
(216,230,219)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487A39 color. Also use rgb(72,122,57) instead hex code.

Text Font Color

.myTextColor { color: #487A39; }

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

This text font color is #487A39.


Background Color

.myBgColor { background-color: #487A39; }

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

This div background color is #487A39.


Border color

.myBorderColor { border: 1px solid #487A39; }

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

This div border color is #487A39.


Opacity

.myOpacity80 { color: #487A39; opacity: 0.8; }

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

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

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

This text has shadow with #487A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487A39 on black background.


Color preview on white background

This text has color #487A39 on white background.



Black color preview on #487A39 background

This text has black color on #487A39 background.


White color preview on #487A39 background

This text has white color on #487A39 background.