COLOR #488F80

HEX: #488F80
RGB: (72,143,128)

Renk bilgisi

#488F80 contains mainly green and blue colors. #488F80 ‘ nin web güvenlik rengi #339966 (ya da #396) dir.

RGB renk modeli

#488F80 color RGB value is (72,143,128).

  • kırmız ton 72;
  • yeşil ton 143;
  • mavi ton 128.
RGB:
(72,143,128)
(28%,56%,50%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 143 of 255 = 56%
B 128 of 255 = 50%

72
143
128

R + G + B ~ 45%. #488F80 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 143 + 128 = 343 (100%)
R 72 of 343 ~ 20.99%
G 143 of 343 ~ 41.69%
B 128 of 343 ~ 37.32%

%20.99
%41.69
%37.32

CMYK RENK MODELİ

#488F80 rengi CMYK tonu (50,0,10,44).

  • camgöbeği tonu 49.65%
  • eflatun tonu 0.00%
  • sarı tonu 10.49%
  • ana renk tonu 43.92%
CMYK:
(50,0,10,44)
C50M0Y10K44 
(50%,0%,10%,44%)
(0.50/0.00/0.10/0.44)	

CMYK yüzdeleri

%49.65
%0
%10.49
%43.92

Codes

Color #488F80 in popluar color models

488F80
RGB72143128
HSL167°33.02%42.16%
HSB/HSV167°49.65%56.08%
CMYK49.65%0.00%10.49%
43.92%

Color #488F80 in popluar number systems.

HEX488F80
Decimal72143128
Binary10010001000111110000000
Octal110217200

Shades and tints

Shades of #488F80

#488F80
(72,143,128)
#428275
(66,130,117)
#3C756A
(60,117,106)
#36685F
(54,104,95)
#305B54
(48,91,84)
#2A4E49
(42,78,73)
#24413E
(36,65,62)
#1E3433
(30,52,51)
#182728
(24,39,40)
#121A1D
(18,26,29)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #488F80

#488F80
(72,143,128)
#58998B
(88,153,139)
#68A396
(104,163,150)
#78ADA1
(120,173,161)
#88B7AC
(136,183,172)
#98C1B7
(152,193,183)
#A8CBC2
(168,203,194)
#B8D5CD
(184,213,205)
#C8DFD8
(200,223,216)
#D8E9E3
(216,233,227)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488F80 color. Also use rgb(72,143,128) instead hex code.

Text Font Color

.myTextColor { color: #488F80; }

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

This text font color is #488F80.


Background Color

.myBgColor { background-color: #488F80; }

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

This div background color is #488F80.


Border color

.myBorderColor { border: 1px solid #488F80; }

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

This div border color is #488F80.


Opacity

.myOpacity80 { color: #488F80; opacity: 0.8; }

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

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

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

This text has shadow with #488F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488F80 on black background.


Color preview on white background

This text has color #488F80 on white background.



Black color preview on #488F80 background

This text has black color on #488F80 background.


White color preview on #488F80 background

This text has white color on #488F80 background.