COLOR #487963

HEX: #487963
RGB: (72,121,99)

Color info

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

RGB color model

#487963 color RGB value is (72,121,99).

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

RGB channels and saturation

R 72 of 255 = 28%
G 121 of 255 = 47%
B 99 of 255 = 39%

72
121
99

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

Portions of RGB colors in percentages

R + G + B =
72 + 121 + 99 = 292 (100%)
R 72 of 292 ~ 24.66%
G 121 of 292 ~ 41.44%
B 99 of 292 ~ 33.9%

%24.66
%41.44
%33.9

CMYK color model

#487963 color CMYK value is (40,0,18,53).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(40,0,18,53)
C40M0Y18K53 
(40%,0%,18%,53%)
(0.40/0.00/0.18/0.53)	

CMYK percentages

%40.5
%0
%18.18
%52.55

Codes

Color #487963 in popluar color models

487963
RGB7212199
HSL153°25.39%37.84%
HSB/HSV153°40.50%47.45%
CMYK40.50%0.00%18.18%
52.55%

Color #487963 in popluar number systems.

HEX487963
Decimal7212199
Binary100100011110011100011
Octal110171143

Shades and tints

Shades of #487963

#487963
(72,121,99)
#426E5A
(66,110,90)
#3C6351
(60,99,81)
#365848
(54,88,72)
#304D3F
(48,77,63)
#2A4236
(42,66,54)
#24372D
(36,55,45)
#1E2C24
(30,44,36)
#18211B
(24,33,27)
#121612
(18,22,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #487963

#487963
(72,121,99)
#588571
(88,133,113)
#68917F
(104,145,127)
#789D8D
(120,157,141)
#88A99B
(136,169,155)
#98B5A9
(152,181,169)
#A8C1B7
(168,193,183)
#B8CDC5
(184,205,197)
#C8D9D3
(200,217,211)
#D8E5E1
(216,229,225)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487963; }

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

This text font color is #487963.


Background Color

.myBgColor { background-color: #487963; }

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

This div background color is #487963.


Border color

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

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

This div border color is #487963.


Opacity

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

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

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

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

This text has shadow with #487963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487963 on black background.


Color preview on white background

This text has color #487963 on white background.



Black color preview on #487963 background

This text has black color on #487963 background.


White color preview on #487963 background

This text has white color on #487963 background.