COLOR #487521

HEX: #487521
RGB: (72,117,33)

Color info

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

RGB color model

#487521 color RGB value is (72,117,33).

  • red value is 72;
  • green value is 117;
  • blue value is 33.
RGB:
(72,117,33)
(28%,46%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 117 of 255 = 46%
B 33 of 255 = 13%

72
117
33

R + G + B ~ 29%. #487521 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 117 + 33 = 222 (100%)
R 72 of 222 ~ 32.43%
G 117 of 222 ~ 52.7%
B 33 of 222 ~ 14.86%

%32.43
%52.7
%14.86

CMYK color model

#487521 color CMYK value is (38,0,72,54).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 71.79%
  • key color value is 54.12%
CMYK:
(38,0,72,54)
C38M0Y72K54 
(38%,0%,72%,54%)
(0.38/0.00/0.72/0.54)	

CMYK percentages

%38.46
%0
%71.79
%54.12

Codes

Color #487521 in popluar color models

487521
RGB7211733
HSL92°56.00%29.41%
HSB/HSV92°71.79%45.88%
CMYK38.46%0.00%71.79%
54.12%

Color #487521 in popluar number systems.

HEX487521
Decimal7211733
Binary10010001110101100001
Octal11016541

Shades and tints

Shades of #487521

#487521
(72,117,33)
#426B1E
(66,107,30)
#3C611B
(60,97,27)
#365718
(54,87,24)
#304D15
(48,77,21)
#2A4312
(42,67,18)
#24390F
(36,57,15)
#1E2F0C
(30,47,12)
#182509
(24,37,9)
#121B06
(18,27,6)
#0C1103
(12,17,3)
#000000
(0,0,0)

Tints of #487521

#487521
(72,117,33)
#588135
(88,129,53)
#688D49
(104,141,73)
#78995D
(120,153,93)
#88A571
(136,165,113)
#98B185
(152,177,133)
#A8BD99
(168,189,153)
#B8C9AD
(184,201,173)
#C8D5C1
(200,213,193)
#D8E1D5
(216,225,213)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487521 color. Also use rgb(72,117,33) instead hex code.

Text Font Color

.myTextColor { color: #487521; }

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

This text font color is #487521.


Background Color

.myBgColor { background-color: #487521; }

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

This div background color is #487521.


Border color

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

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

This div border color is #487521.


Opacity

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

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

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

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

This text has shadow with #487521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487521 on black background.


Color preview on white background

This text has color #487521 on white background.



Black color preview on #487521 background

This text has black color on #487521 background.


White color preview on #487521 background

This text has white color on #487521 background.