COLOR #487321

HEX: #487321
RGB: (72,115,33)

Color info

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

RGB color model

#487321 color RGB value is (72,115,33).

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

RGB channels and saturation

R 72 of 255 = 28%
G 115 of 255 = 45%
B 33 of 255 = 13%

72
115
33

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

Portions of RGB colors in percentages

R + G + B =
72 + 115 + 33 = 220 (100%)
R 72 of 220 ~ 32.73%
G 115 of 220 ~ 52.27%
B 33 of 220 ~ 15%

%32.73
%52.27
%15

CMYK color model

#487321 color CMYK value is (37,0,71,55).

  • cyan value is 37.39%
  • magenta value is 0.00%
  • yellow value is 71.30%
  • key color value is 54.90%
CMYK:
(37,0,71,55)
C37M0Y71K55 
(37%,0%,71%,55%)
(0.37/0.00/0.71/0.55)	

CMYK percentages

%37.39
%0
%71.3
%54.9

Codes

Color #487321 in popluar color models

487321
RGB7211533
HSL91°55.41%29.02%
HSB/HSV91°71.30%45.10%
CMYK37.39%0.00%71.30%
54.90%

Color #487321 in popluar number systems.

HEX487321
Decimal7211533
Binary10010001110011100001
Octal11016341

Shades and tints

Shades of #487321

#487321
(72,115,33)
#42691E
(66,105,30)
#3C5F1B
(60,95,27)
#365518
(54,85,24)
#304B15
(48,75,21)
#2A4112
(42,65,18)
#24370F
(36,55,15)
#1E2D0C
(30,45,12)
#182309
(24,35,9)
#121906
(18,25,6)
#0C0F03
(12,15,3)
#000000
(0,0,0)

Tints of #487321

#487321
(72,115,33)
#587F35
(88,127,53)
#688B49
(104,139,73)
#78975D
(120,151,93)
#88A371
(136,163,113)
#98AF85
(152,175,133)
#A8BB99
(168,187,153)
#B8C7AD
(184,199,173)
#C8D3C1
(200,211,193)
#D8DFD5
(216,223,213)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487321; }

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

This text font color is #487321.


Background Color

.myBgColor { background-color: #487321; }

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

This div background color is #487321.


Border color

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

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

This div border color is #487321.


Opacity

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

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

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

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

This text has shadow with #487321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487321 on black background.


Color preview on white background

This text has color #487321 on white background.



Black color preview on #487321 background

This text has black color on #487321 background.


White color preview on #487321 background

This text has white color on #487321 background.