COLOR #487A3F

HEX: #487A3F RGB: (72,122,63)

Color info

#487A3F contains red, green and blue colors in about the same proportion. Web safe color of #487A3F is #336633 (or #363).

RGB color model

#487A3F color RGB value is (72,122,63).

RGB: (72,122,63) (28%, 48%, 25%)

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 63 of 255 = 25%

72
122
63

R + G + B ~ 34%. #487A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 122 + 63 = 257 (100%)
R 72 of 257 ~ 28.02%
G 122 of 257 ~ 47.47%
B 63 of 257 ~ 24.51'%

%28.02
%47.47
%24.51

CMYK color model

#487A3F color CMYK value is (41,0,48,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 48.36%
  • key color value is 52.16%

CMYK: (41,0,48,52)
C41M0Y48K52 (41%, 0%, 48%, 52%)
(0.41 / 0.00 / 0.48 / 0.52)

CMYK percentages

%40.98
%0
%48.36
%52.16

Codes

Color #487A3F in popluar color models

48 7A 3F
RGB 72 122 63
HSL 111° 31.89% 36.27%
HSB/HSV 111° 48.36% 47.84%
CMYK 40.98% 0.00% 48.36%
52.16%

Color #487A3F in popluar number systems.

HEX 48 7A 3F
Decimal 72 122 63
Binary 1001000 1111010 111111
Octal 110 172 77

Shades and tints

Shades of #487A3F

#487A3F
(72,122,63)
#426F3A
(66,111,58)
#3C6435
(60,100,53)
#365930
(54,89,48)
#304E2B
(48,78,43)
#2A4326
(42,67,38)
#243821
(36,56,33)
#1E2D1C
(30,45,28)
#182217
(24,34,23)
#121712
(18,23,18)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #487A3F

#487A3F
(72,122,63)
#588650
(88,134,80)
#689261
(104,146,97)
#789E72
(120,158,114)
#88AA83
(136,170,131)
#98B694
(152,182,148)
#A8C2A5
(168,194,165)
#B8CEB6
(184,206,182)
#C8DAC7
(200,218,199)
#D8E6D8
(216,230,216)
#E8F2E9
(232,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A3F; }

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

This text font color is #487A3F.

Background Color

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

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

This div background color is #487A3F.

Border color

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

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

This div border color is #487A3F.

Opacity

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

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

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

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

This text has shadow with #487A3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487A3F.

Preview

Color preview on black background

This text has color #487A3F on black background.


Color preview on white background

This text has color #487A3F on white background.


Black color preview on #487A3F background

This text has black color on #487A3F background.


White color preview on #487A3F background

This text has white color on #487A3F background.


Related colors

Complementary color

Complementary color for #hex is #B785C0.


I love getcolorcode.com

Triadic colors

1 #3F487A and #7A3F48 with #487A3F are triadic colors.

2 #3F7A48 and #7A483F with #487A3F are triadic colors.