COLOR #487A4A

HEX: #487A4A
RGB: (72,122,74)

Color info

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

RGB color model

#487A4A color RGB value is (72,122,74).

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

RGB channels and saturation

R 72 of 255 = 28%
G 122 of 255 = 48%
B 74 of 255 = 29%

72
122
74

R + G + B ~ 35%. #487A4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 122 + 74 = 268 (100%)
R 72 of 268 ~ 26.87%
G 122 of 268 ~ 45.52%
B 74 of 268 ~ 27.61%

%26.87
%45.52
%27.61

CMYK color model

#487A4A color CMYK value is (41,0,39,52).

  • cyan value is 40.98%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 52.16%
CMYK:
(41,0,39,52)
C41M0Y39K52 
(41%,0%,39%,52%)
(0.41/0.00/0.39/0.52)	

CMYK percentages

%40.98
%0
%39.34
%52.16

Codes

Color #487A4A in popluar color models

487A4A
RGB7212274
HSL122°25.77%38.04%
HSB/HSV122°40.98%47.84%
CMYK40.98%0.00%39.34%
52.16%

Color #487A4A in popluar number systems.

HEX487A4A
Decimal7212274
Binary100100011110101001010
Octal110172112

Shades and tints

Shades of #487A4A

#487A4A
(72,122,74)
#426F44
(66,111,68)
#3C643E
(60,100,62)
#365938
(54,89,56)
#304E32
(48,78,50)
#2A432C
(42,67,44)
#243826
(36,56,38)
#1E2D20
(30,45,32)
#18221A
(24,34,26)
#121714
(18,23,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #487A4A

#487A4A
(72,122,74)
#58865A
(88,134,90)
#68926A
(104,146,106)
#789E7A
(120,158,122)
#88AA8A
(136,170,138)
#98B69A
(152,182,154)
#A8C2AA
(168,194,170)
#B8CEBA
(184,206,186)
#C8DACA
(200,218,202)
#D8E6DA
(216,230,218)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487A4A; }

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

This text font color is #487A4A.


Background Color

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

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

This div background color is #487A4A.


Border color

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

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

This div border color is #487A4A.


Opacity

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

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

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

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

This text has shadow with #487A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487A4A on black background.


Color preview on white background

This text has color #487A4A on white background.



Black color preview on #487A4A background

This text has black color on #487A4A background.


White color preview on #487A4A background

This text has white color on #487A4A background.