COLOR #487C35

HEX: #487C35 RGB: (72,124,53)

Color info

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

RGB color model

#487C35 color RGB value is (72,124,53).

RGB: (72,124,53) (28%, 49%, 21%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 53 of 255 = 21%

72
124
53

R + G + B ~ 33%. #487C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 124 + 53 = 249 (100%)
R 72 of 249 ~ 28.92%
G 124 of 249 ~ 49.8%
B 53 of 249 ~ 21.29'%

%28.92
%49.8
%21.29

CMYK color model

#487C35 color CMYK value is (42,0,57,51).

  • cyan value is 41.94%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 51.37%

CMYK: (42,0,57,51)
C42M0Y57K51 (42%, 0%, 57%, 51%)
(0.42 / 0.00 / 0.57 / 0.51)

CMYK percentages

%41.94
%0
%57.26
%51.37

Codes

Color #487C35 in popluar color models

48 7C 35
RGB 72 124 53
HSL 104° 40.11% 34.71%
HSB/HSV 104° 57.26% 48.63%
CMYK 41.94% 0.00% 57.26%
51.37%

Color #487C35 in popluar number systems.

HEX 48 7C 35
Decimal 72 124 53
Binary 1001000 1111100 110101
Octal 110 174 65

Shades and tints

Shades of #487C35

#487C35
(72,124,53)
#427131
(66,113,49)
#3C662D
(60,102,45)
#365B29
(54,91,41)
#305025
(48,80,37)
#2A4521
(42,69,33)
#243A1D
(36,58,29)
#1E2F19
(30,47,25)
#182415
(24,36,21)
#121911
(18,25,17)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #487C35

#487C35
(72,124,53)
#588747
(88,135,71)
#689259
(104,146,89)
#789D6B
(120,157,107)
#88A87D
(136,168,125)
#98B38F
(152,179,143)
#A8BEA1
(168,190,161)
#B8C9B3
(184,201,179)
#C8D4C5
(200,212,197)
#D8DFD7
(216,223,215)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487C35 color. Also use rgb(72,124,53) instead hex code.

Text Font Color

.myTextColor { color: #487C35; }

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

This text font color is #487C35.

Background Color

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

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

This div background color is #487C35.

Border color

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

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

This div border color is #487C35.

Opacity

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

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

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

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

This text has shadow with #487C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487C35.

Preview

Color preview on black background

This text has color #487C35 on black background.


Color preview on white background

This text has color #487C35 on white background.


Black color preview on #487C35 background

This text has black color on #487C35 background.


White color preview on #487C35 background

This text has white color on #487C35 background.


Related colors

Complementary color

Complementary color for #hex is #B783CA.


I love getcolorcode.com

Triadic colors

1 #35487C and #7C3548 with #487C35 are triadic colors.

2 #357C48 and #7C4835 with #487C35 are triadic colors.