COLOR #488D66

HEX: #488D66
RGB: (72,141,102)

Renk bilgisi

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

RGB renk modeli

#488D66 color RGB value is (72,141,102).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 141 of 255 = 55%
B 102 of 255 = 40%

72
141
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 141 + 102 = 315 (100%)
R 72 of 315 ~ 22.86%
G 141 of 315 ~ 44.76%
B 102 of 315 ~ 32.38%

%22.86
%44.76
%32.38

CMYK RENK MODELİ

#488D66 rengi CMYK tonu (49,0,28,45).

  • camgöbeği tonu 48.94%
  • eflatun tonu 0.00%
  • sarı tonu 27.66%
  • ana renk tonu 44.71%
CMYK:
(49,0,28,45)
C49M0Y28K45 
(49%,0%,28%,45%)
(0.49/0.00/0.28/0.45)	

CMYK yüzdeleri

%48.94
%0
%27.66
%44.71

Codes

Color #488D66 in popluar color models

488D66
RGB72141102
HSL146°32.39%41.76%
HSB/HSV146°48.94%55.29%
CMYK48.94%0.00%27.66%
44.71%

Color #488D66 in popluar number systems.

HEX488D66
Decimal72141102
Binary1001000100011011100110
Octal110215146

Shades and tints

Shades of #488D66

#488D66
(72,141,102)
#42815D
(66,129,93)
#3C7554
(60,117,84)
#36694B
(54,105,75)
#305D42
(48,93,66)
#2A5139
(42,81,57)
#244530
(36,69,48)
#1E3927
(30,57,39)
#182D1E
(24,45,30)
#122115
(18,33,21)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #488D66

#488D66
(72,141,102)
#589773
(88,151,115)
#68A180
(104,161,128)
#78AB8D
(120,171,141)
#88B59A
(136,181,154)
#98BFA7
(152,191,167)
#A8C9B4
(168,201,180)
#B8D3C1
(184,211,193)
#C8DDCE
(200,221,206)
#D8E7DB
(216,231,219)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488D66; }

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

This text font color is #488D66.


Background Color

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

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

This div background color is #488D66.


Border color

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

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

This div border color is #488D66.


Opacity

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

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

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

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

This text has shadow with #488D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488D66 on black background.


Color preview on white background

This text has color #488D66 on white background.



Black color preview on #488D66 background

This text has black color on #488D66 background.


White color preview on #488D66 background

This text has white color on #488D66 background.