COLOR #487F71

HEX: #487F71
RGB: (72,127,113)

Renk bilgisi

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

RGB renk modeli

#487F71 color RGB value is (72,127,113).

  • kırmız ton 72;
  • yeşil ton 127;
  • mavi ton 113.
RGB:
(72,127,113)
(28%,50%,44%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 127 of 255 = 50%
B 113 of 255 = 44%

72
127
113

R + G + B ~ 41%. #487F71 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 127 + 113 = 312 (100%)
R 72 of 312 ~ 23.08%
G 127 of 312 ~ 40.71%
B 113 of 312 ~ 36.22%

%23.08
%40.71
%36.22

CMYK RENK MODELİ

#487F71 rengi CMYK tonu (43,0,11,50).

  • camgöbeği tonu 43.31%
  • eflatun tonu 0.00%
  • sarı tonu 11.02%
  • ana renk tonu 50.20%
CMYK:
(43,0,11,50)
C43M0Y11K50 
(43%,0%,11%,50%)
(0.43/0.00/0.11/0.50)	

CMYK yüzdeleri

%43.31
%0
%11.02
%50.2

Codes

Color #487F71 in popluar color models

487F71
RGB72127113
HSL165°27.64%39.02%
HSB/HSV165°43.31%49.80%
CMYK43.31%0.00%11.02%
50.20%

Color #487F71 in popluar number systems.

HEX487F71
Decimal72127113
Binary100100011111111110001
Octal110177161

Shades and tints

Shades of #487F71

#487F71
(72,127,113)
#427467
(66,116,103)
#3C695D
(60,105,93)
#365E53
(54,94,83)
#305349
(48,83,73)
#2A483F
(42,72,63)
#243D35
(36,61,53)
#1E322B
(30,50,43)
#182721
(24,39,33)
#121C17
(18,28,23)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #487F71

#487F71
(72,127,113)
#588A7D
(88,138,125)
#689589
(104,149,137)
#78A095
(120,160,149)
#88ABA1
(136,171,161)
#98B6AD
(152,182,173)
#A8C1B9
(168,193,185)
#B8CCC5
(184,204,197)
#C8D7D1
(200,215,209)
#D8E2DD
(216,226,221)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487F71 color. Also use rgb(72,127,113) instead hex code.

Text Font Color

.myTextColor { color: #487F71; }

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

This text font color is #487F71.


Background Color

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

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

This div background color is #487F71.


Border color

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

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

This div border color is #487F71.


Opacity

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

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

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

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

This text has shadow with #487F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487F71 on black background.


Color preview on white background

This text has color #487F71 on white background.



Black color preview on #487F71 background

This text has black color on #487F71 background.


White color preview on #487F71 background

This text has white color on #487F71 background.