COLOR #487C53

HEX: #487C53 RGB: (72,124,83)

Color info

#487C53 contains red, green and blue colors in about the same proportion. Web safe color of #487C53 is #336666 (or #366).

RGB color model

#487C53 color RGB value is (72,124,83).

RGB: (72,124,83) (28%, 49%, 33%)

RGB channels and saturation

R 72 of 255 = 28%
G 124 of 255 = 49%
B 83 of 255 = 33%

72
124
83

R + G + B ~ 37%. #487C53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 124 + 83 = 279 (100%)
R 72 of 279 ~ 25.81%
G 124 of 279 ~ 44.44%
B 83 of 279 ~ 29.75'%

%25.81
%44.44
%29.75

CMYK color model

#487C53 color CMYK value is (42,0,33,51).

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

CMYK: (42,0,33,51)
C42M0Y33K51 (42%, 0%, 33%, 51%)
(0.42 / 0.00 / 0.33 / 0.51)

CMYK percentages

%41.94
%0
%33.06
%51.37

Codes

Color #487C53 in popluar color models

48 7C 53
RGB 72 124 83
HSL 133° 26.53% 38.43%
HSB/HSV 133° 41.94% 48.63%
CMYK 41.94% 0.00% 33.06%
51.37%

Color #487C53 in popluar number systems.

HEX 48 7C 53
Decimal 72 124 83
Binary 1001000 1111100 1010011
Octal 110 174 123

Shades and tints

Shades of #487C53

#487C53
(72,124,83)
#42714C
(66,113,76)
#3C6645
(60,102,69)
#365B3E
(54,91,62)
#305037
(48,80,55)
#2A4530
(42,69,48)
#243A29
(36,58,41)
#1E2F22
(30,47,34)
#18241B
(24,36,27)
#121914
(18,25,20)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #487C53

#487C53
(72,124,83)
#588762
(88,135,98)
#689271
(104,146,113)
#789D80
(120,157,128)
#88A88F
(136,168,143)
#98B39E
(152,179,158)
#A8BEAD
(168,190,173)
#B8C9BC
(184,201,188)
#C8D4CB
(200,212,203)
#D8DFDA
(216,223,218)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #487C53; }

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

This text font color is #487C53.

Background Color

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

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

This div background color is #487C53.

Border color

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

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

This div border color is #487C53.

Opacity

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

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

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

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

This text has shadow with #487C53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #487C53.

Preview

Color preview on black background

This text has color #487C53 on black background.


Color preview on white background

This text has color #487C53 on white background.


Black color preview on #487C53 background

This text has black color on #487C53 background.


White color preview on #487C53 background

This text has white color on #487C53 background.


Related colors

Complementary color

Complementary color for #hex is #B783AC.


I love getcolorcode.com

Triadic colors

1 #53487C and #7C5348 with #487C53 are triadic colors.

2 #537C48 and #7C4853 with #487C53 are triadic colors.