COLOR #488678

HEX: #488678
RGB: (72,134,120)

Renk bilgisi

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

RGB renk modeli

#488678 color RGB value is (72,134,120).

  • kırmız ton 72;
  • yeşil ton 134;
  • mavi ton 120.
RGB:
(72,134,120)
(28%,53%,47%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 134 of 255 = 53%
B 120 of 255 = 47%

72
134
120

R + G + B ~ 43%. #488678 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 134 + 120 = 326 (100%)
R 72 of 326 ~ 22.09%
G 134 of 326 ~ 41.1%
B 120 of 326 ~ 36.81%

%22.09
%41.1
%36.81

CMYK RENK MODELİ

#488678 rengi CMYK tonu (46,0,10,47).

  • camgöbeği tonu 46.27%
  • eflatun tonu 0.00%
  • sarı tonu 10.45%
  • ana renk tonu 47.45%
CMYK:
(46,0,10,47)
C46M0Y10K47 
(46%,0%,10%,47%)
(0.46/0.00/0.10/0.47)	

CMYK yüzdeleri

%46.27
%0
%10.45
%47.45

Codes

Color #488678 in popluar color models

488678
RGB72134120
HSL166°30.10%40.39%
HSB/HSV166°46.27%52.55%
CMYK46.27%0.00%10.45%
47.45%

Color #488678 in popluar number systems.

HEX488678
Decimal72134120
Binary1001000100001101111000
Octal110206170

Shades and tints

Shades of #488678

#488678
(72,134,120)
#427A6E
(66,122,110)
#3C6E64
(60,110,100)
#36625A
(54,98,90)
#305650
(48,86,80)
#2A4A46
(42,74,70)
#243E3C
(36,62,60)
#1E3232
(30,50,50)
#182628
(24,38,40)
#121A1E
(18,26,30)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #488678

#488678
(72,134,120)
#589184
(88,145,132)
#689C90
(104,156,144)
#78A79C
(120,167,156)
#88B2A8
(136,178,168)
#98BDB4
(152,189,180)
#A8C8C0
(168,200,192)
#B8D3CC
(184,211,204)
#C8DED8
(200,222,216)
#D8E9E4
(216,233,228)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488678 color. Also use rgb(72,134,120) instead hex code.

Text Font Color

.myTextColor { color: #488678; }

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

This text font color is #488678.


Background Color

.myBgColor { background-color: #488678; }

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

This div background color is #488678.


Border color

.myBorderColor { border: 1px solid #488678; }

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

This div border color is #488678.


Opacity

.myOpacity80 { color: #488678; opacity: 0.8; }

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

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

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

This text has shadow with #488678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488678 on black background.


Color preview on white background

This text has color #488678 on white background.



Black color preview on #488678 background

This text has black color on #488678 background.


White color preview on #488678 background

This text has white color on #488678 background.