COLOR #488D7F

HEX: #488D7F
RGB: (72,141,127)

Renk bilgisi

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

RGB renk modeli

#488D7F color RGB value is (72,141,127).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 141 of 255 = 55%
B 127 of 255 = 50%

72
141
127

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 141 + 127 = 340 (100%)
R 72 of 340 ~ 21.18%
G 141 of 340 ~ 41.47%
B 127 of 340 ~ 37.35%

%21.18
%41.47
%37.35

CMYK RENK MODELİ

#488D7F rengi CMYK tonu (49,0,10,45).

  • camgöbeği tonu 48.94%
  • eflatun tonu 0.00%
  • sarı tonu 9.93%
  • ana renk tonu 44.71%
CMYK:
(49,0,10,45)
C49M0Y10K45 
(49%,0%,10%,45%)
(0.49/0.00/0.10/0.45)	

CMYK yüzdeleri

%48.94
%0
%9.93
%44.71

Codes

Color #488D7F in popluar color models

488D7F
RGB72141127
HSL168°32.39%41.76%
HSB/HSV168°48.94%55.29%
CMYK48.94%0.00%9.93%
44.71%

Color #488D7F in popluar number systems.

HEX488D7F
Decimal72141127
Binary1001000100011011111111
Octal110215177

Shades and tints

Shades of #488D7F

#488D7F
(72,141,127)
#428174
(66,129,116)
#3C7569
(60,117,105)
#36695E
(54,105,94)
#305D53
(48,93,83)
#2A5148
(42,81,72)
#24453D
(36,69,61)
#1E3932
(30,57,50)
#182D27
(24,45,39)
#12211C
(18,33,28)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #488D7F

#488D7F
(72,141,127)
#58978A
(88,151,138)
#68A195
(104,161,149)
#78ABA0
(120,171,160)
#88B5AB
(136,181,171)
#98BFB6
(152,191,182)
#A8C9C1
(168,201,193)
#B8D3CC
(184,211,204)
#C8DDD7
(200,221,215)
#D8E7E2
(216,231,226)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488D7F color. Also use rgb(72,141,127) instead hex code.

Text Font Color

.myTextColor { color: #488D7F; }

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

This text font color is #488D7F.


Background Color

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

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

This div background color is #488D7F.


Border color

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

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

This div border color is #488D7F.


Opacity

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

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

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

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

This text has shadow with #488D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488D7F on black background.


Color preview on white background

This text has color #488D7F on white background.



Black color preview on #488D7F background

This text has black color on #488D7F background.


White color preview on #488D7F background

This text has white color on #488D7F background.