COLOR #488474

HEX: #488474
RGB: (72,132,116)

Renk bilgisi

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

RGB renk modeli

#488474 color RGB value is (72,132,116).

  • kırmız ton 72;
  • yeşil ton 132;
  • mavi ton 116.
RGB:
(72,132,116)
(28%,52%,45%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 132 of 255 = 52%
B 116 of 255 = 45%

72
132
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 132 + 116 = 320 (100%)
R 72 of 320 ~ 22.5%
G 132 of 320 ~ 41.25%
B 116 of 320 ~ 36.25%

%22.5
%41.25
%36.25

CMYK RENK MODELİ

#488474 rengi CMYK tonu (45,0,12,48).

  • camgöbeği tonu 45.45%
  • eflatun tonu 0.00%
  • sarı tonu 12.12%
  • ana renk tonu 48.24%
CMYK:
(45,0,12,48)
C45M0Y12K48 
(45%,0%,12%,48%)
(0.45/0.00/0.12/0.48)	

CMYK yüzdeleri

%45.45
%0
%12.12
%48.24

Codes

Color #488474 in popluar color models

488474
RGB72132116
HSL164°29.41%40.00%
HSB/HSV164°45.45%51.76%
CMYK45.45%0.00%12.12%
48.24%

Color #488474 in popluar number systems.

HEX488474
Decimal72132116
Binary1001000100001001110100
Octal110204164

Shades and tints

Shades of #488474

#488474
(72,132,116)
#42786A
(66,120,106)
#3C6C60
(60,108,96)
#366056
(54,96,86)
#30544C
(48,84,76)
#2A4842
(42,72,66)
#243C38
(36,60,56)
#1E302E
(30,48,46)
#182424
(24,36,36)
#12181A
(18,24,26)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #488474

#488474
(72,132,116)
#588F80
(88,143,128)
#689A8C
(104,154,140)
#78A598
(120,165,152)
#88B0A4
(136,176,164)
#98BBB0
(152,187,176)
#A8C6BC
(168,198,188)
#B8D1C8
(184,209,200)
#C8DCD4
(200,220,212)
#D8E7E0
(216,231,224)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488474 color. Also use rgb(72,132,116) instead hex code.

Text Font Color

.myTextColor { color: #488474; }

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

This text font color is #488474.


Background Color

.myBgColor { background-color: #488474; }

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

This div background color is #488474.


Border color

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

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

This div border color is #488474.


Opacity

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

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

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

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

This text has shadow with #488474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488474 on black background.


Color preview on white background

This text has color #488474 on white background.



Black color preview on #488474 background

This text has black color on #488474 background.


White color preview on #488474 background

This text has white color on #488474 background.