COLOR #487D57

HEX: #487D57
RGB: (72,125,87)

Renk bilgisi

#487D57 contains red, green and blue colors in about the same proportion. #487D57 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#487D57 color RGB value is (72,125,87).

  • kırmız ton 72;
  • yeşil ton 125;
  • mavi ton 87.
RGB:
(72,125,87)
(28%,49%,34%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 125 of 255 = 49%
B 87 of 255 = 34%

72
125
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 125 + 87 = 284 (100%)
R 72 of 284 ~ 25.35%
G 125 of 284 ~ 44.01%
B 87 of 284 ~ 30.63%

%25.35
%44.01
%30.63

CMYK RENK MODELİ

#487D57 rengi CMYK tonu (42,0,30,51).

  • camgöbeği tonu 42.40%
  • eflatun tonu 0.00%
  • sarı tonu 30.40%
  • ana renk tonu 50.98%
CMYK:
(42,0,30,51)
C42M0Y30K51 
(42%,0%,30%,51%)
(0.42/0.00/0.30/0.51)	

CMYK yüzdeleri

%42.4
%0
%30.4
%50.98

Codes

Color #487D57 in popluar color models

487D57
RGB7212587
HSL137°26.90%38.63%
HSB/HSV137°42.40%49.02%
CMYK42.40%0.00%30.40%
50.98%

Color #487D57 in popluar number systems.

HEX487D57
Decimal7212587
Binary100100011111011010111
Octal110175127

Shades and tints

Shades of #487D57

#487D57
(72,125,87)
#427250
(66,114,80)
#3C6749
(60,103,73)
#365C42
(54,92,66)
#30513B
(48,81,59)
#2A4634
(42,70,52)
#243B2D
(36,59,45)
#1E3026
(30,48,38)
#18251F
(24,37,31)
#121A18
(18,26,24)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #487D57

#487D57
(72,125,87)
#588866
(88,136,102)
#689375
(104,147,117)
#789E84
(120,158,132)
#88A993
(136,169,147)
#98B4A2
(152,180,162)
#A8BFB1
(168,191,177)
#B8CAC0
(184,202,192)
#C8D5CF
(200,213,207)
#D8E0DE
(216,224,222)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487D57 color. Also use rgb(72,125,87) instead hex code.

Text Font Color

.myTextColor { color: #487D57; }

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

This text font color is #487D57.


Background Color

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

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

This div background color is #487D57.


Border color

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

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

This div border color is #487D57.


Opacity

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

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

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

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

This text has shadow with #487D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487D57 on black background.


Color preview on white background

This text has color #487D57 on white background.



Black color preview on #487D57 background

This text has black color on #487D57 background.


White color preview on #487D57 background

This text has white color on #487D57 background.