COLOR #487A61

HEX: #487A61
RGB: (72,122,97)

Color info

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

RGB color model

#487A61 color RGB value is (72,122,97).

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

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 97 of 255 = 38%

72
122
97

R + G + B ~ 38%. #487A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 97 = 291 (100%)
R 72 of 291 ~ 24.74%
G 122 of 291 ~ 41.92%
B 97 of 291 ~ 33.33%

%24.74
%41.92
%33.33

CMYK color model

#487A61 color CMYK value is (41,0,20,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 52.16%
CMYK:
(41,0,20,52)
C41M0Y20K52 
(41%,0%,20%,52%)
(0.41/0.00/0.20/0.52)	

CMYK percentages

%40.98
%0
%20.49
%52.16

Codes

Color #487A61 in popluar color models

487A61
RGB7212297
HSL150°25.77%38.04%
HSB/HSV150°40.98%47.84%
CMYK40.98%0.00%20.49%
52.16%

Color #487A61 in popluar number systems.

HEX487A61
Decimal7212297
Binary100100011110101100001
Octal110172141

Shades and tints

Shades of #487A61

#487A61
(72,122,97)
#426F59
(66,111,89)
#3C6451
(60,100,81)
#365949
(54,89,73)
#304E41
(48,78,65)
#2A4339
(42,67,57)
#243831
(36,56,49)
#1E2D29
(30,45,41)
#182221
(24,34,33)
#121719
(18,23,25)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #487A61

#487A61
(72,122,97)
#58866F
(88,134,111)
#68927D
(104,146,125)
#789E8B
(120,158,139)
#88AA99
(136,170,153)
#98B6A7
(152,182,167)
#A8C2B5
(168,194,181)
#B8CEC3
(184,206,195)
#C8DAD1
(200,218,209)
#D8E6DF
(216,230,223)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A61; }

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

This text font color is #487A61.


Background Color

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

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

This div background color is #487A61.


Border color

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

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

This div border color is #487A61.


Opacity

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

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

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

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

This text has shadow with #487A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487A61 on black background.


Color preview on white background

This text has color #487A61 on white background.



Black color preview on #487A61 background

This text has black color on #487A61 background.


White color preview on #487A61 background

This text has white color on #487A61 background.