COLOR #487933

HEX: #487933
RGB: (72,121,51)

Color info

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

RGB color model

#487933 color RGB value is (72,121,51).

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

RGB channels and saturation

R 72 of 255 = 28%
G 121 of 255 = 47%
B 51 of 255 = 20%

72
121
51

R + G + B ~ 32%. #487933 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 121 + 51 = 244 (100%)
R 72 of 244 ~ 29.51%
G 121 of 244 ~ 49.59%
B 51 of 244 ~ 20.9%

%29.51
%49.59
%20.9

CMYK color model

#487933 color CMYK value is (40,0,58,53).

  • cyan value is 40.50%
  • magenta value is 0.00%
  • yellow value is 57.85%
  • key color value is 52.55%
CMYK:
(40,0,58,53)
C40M0Y58K53 
(40%,0%,58%,53%)
(0.40/0.00/0.58/0.53)	

CMYK percentages

%40.5
%0
%57.85
%52.55

Codes

Color #487933 in popluar color models

487933
RGB7212151
HSL102°40.70%33.73%
HSB/HSV102°57.85%47.45%
CMYK40.50%0.00%57.85%
52.55%

Color #487933 in popluar number systems.

HEX487933
Decimal7212151
Binary10010001111001110011
Octal11017163

Shades and tints

Shades of #487933

#487933
(72,121,51)
#426E2F
(66,110,47)
#3C632B
(60,99,43)
#365827
(54,88,39)
#304D23
(48,77,35)
#2A421F
(42,66,31)
#24371B
(36,55,27)
#1E2C17
(30,44,23)
#182113
(24,33,19)
#12160F
(18,22,15)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #487933

#487933
(72,121,51)
#588545
(88,133,69)
#689157
(104,145,87)
#789D69
(120,157,105)
#88A97B
(136,169,123)
#98B58D
(152,181,141)
#A8C19F
(168,193,159)
#B8CDB1
(184,205,177)
#C8D9C3
(200,217,195)
#D8E5D5
(216,229,213)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487933; }

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

This text font color is #487933.


Background Color

.myBgColor { background-color: #487933; }

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

This div background color is #487933.


Border color

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

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

This div border color is #487933.


Opacity

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

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

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

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

This text has shadow with #487933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487933 on black background.


Color preview on white background

This text has color #487933 on white background.



Black color preview on #487933 background

This text has black color on #487933 background.


White color preview on #487933 background

This text has white color on #487933 background.