COLOR #488D7A

HEX: #488D7A
RGB: (72,141,122)

Renk bilgisi

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

RGB renk modeli

#488D7A color RGB value is (72,141,122).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 141 of 255 = 55%
B 122 of 255 = 48%

72
141
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 141 + 122 = 335 (100%)
R 72 of 335 ~ 21.49%
G 141 of 335 ~ 42.09%
B 122 of 335 ~ 36.42%

%21.49
%42.09
%36.42

CMYK RENK MODELİ

#488D7A rengi CMYK tonu (49,0,13,45).

  • camgöbeği tonu 48.94%
  • eflatun tonu 0.00%
  • sarı tonu 13.48%
  • ana renk tonu 44.71%
CMYK:
(49,0,13,45)
C49M0Y13K45 
(49%,0%,13%,45%)
(0.49/0.00/0.13/0.45)	

CMYK yüzdeleri

%48.94
%0
%13.48
%44.71

Codes

Color #488D7A in popluar color models

488D7A
RGB72141122
HSL163°32.39%41.76%
HSB/HSV163°48.94%55.29%
CMYK48.94%0.00%13.48%
44.71%

Color #488D7A in popluar number systems.

HEX488D7A
Decimal72141122
Binary1001000100011011111010
Octal110215172

Shades and tints

Shades of #488D7A

#488D7A
(72,141,122)
#42816F
(66,129,111)
#3C7564
(60,117,100)
#366959
(54,105,89)
#305D4E
(48,93,78)
#2A5143
(42,81,67)
#244538
(36,69,56)
#1E392D
(30,57,45)
#182D22
(24,45,34)
#122117
(18,33,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #488D7A

#488D7A
(72,141,122)
#589786
(88,151,134)
#68A192
(104,161,146)
#78AB9E
(120,171,158)
#88B5AA
(136,181,170)
#98BFB6
(152,191,182)
#A8C9C2
(168,201,194)
#B8D3CE
(184,211,206)
#C8DDDA
(200,221,218)
#D8E7E6
(216,231,230)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488D7A; }

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

This text font color is #488D7A.


Background Color

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

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

This div background color is #488D7A.


Border color

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

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

This div border color is #488D7A.


Opacity

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

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

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

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

This text has shadow with #488D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488D7A on black background.


Color preview on white background

This text has color #488D7A on white background.



Black color preview on #488D7A background

This text has black color on #488D7A background.


White color preview on #488D7A background

This text has white color on #488D7A background.