COLOR #488A6C

HEX: #488A6C
RGB: (72,138,108)

Renk bilgisi

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

RGB renk modeli

#488A6C color RGB value is (72,138,108).

  • kırmız ton 72;
  • yeşil ton 138;
  • mavi ton 108.
RGB:
(72,138,108)
(28%,54%,42%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 138 of 255 = 54%
B 108 of 255 = 42%

72
138
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 138 + 108 = 318 (100%)
R 72 of 318 ~ 22.64%
G 138 of 318 ~ 43.4%
B 108 of 318 ~ 33.96%

%22.64
%43.4
%33.96

CMYK RENK MODELİ

#488A6C rengi CMYK tonu (48,0,22,46).

  • camgöbeği tonu 47.83%
  • eflatun tonu 0.00%
  • sarı tonu 21.74%
  • ana renk tonu 45.88%
CMYK:
(48,0,22,46)
C48M0Y22K46 
(48%,0%,22%,46%)
(0.48/0.00/0.22/0.46)	

CMYK yüzdeleri

%47.83
%0
%21.74
%45.88

Codes

Color #488A6C in popluar color models

488A6C
RGB72138108
HSL153°31.43%41.18%
HSB/HSV153°47.83%54.12%
CMYK47.83%0.00%21.74%
45.88%

Color #488A6C in popluar number systems.

HEX488A6C
Decimal72138108
Binary1001000100010101101100
Octal110212154

Shades and tints

Shades of #488A6C

#488A6C
(72,138,108)
#427E63
(66,126,99)
#3C725A
(60,114,90)
#366651
(54,102,81)
#305A48
(48,90,72)
#2A4E3F
(42,78,63)
#244236
(36,66,54)
#1E362D
(30,54,45)
#182A24
(24,42,36)
#121E1B
(18,30,27)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #488A6C

#488A6C
(72,138,108)
#589479
(88,148,121)
#689E86
(104,158,134)
#78A893
(120,168,147)
#88B2A0
(136,178,160)
#98BCAD
(152,188,173)
#A8C6BA
(168,198,186)
#B8D0C7
(184,208,199)
#C8DAD4
(200,218,212)
#D8E4E1
(216,228,225)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488A6C color. Also use rgb(72,138,108) instead hex code.

Text Font Color

.myTextColor { color: #488A6C; }

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

This text font color is #488A6C.


Background Color

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

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

This div background color is #488A6C.


Border color

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

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

This div border color is #488A6C.


Opacity

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

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

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

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

This text has shadow with #488A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488A6C on black background.


Color preview on white background

This text has color #488A6C on white background.



Black color preview on #488A6C background

This text has black color on #488A6C background.


White color preview on #488A6C background

This text has white color on #488A6C background.