COLOR #488D5C

HEX: #488D5C
RGB: (72,141,92)

Renk bilgisi

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

RGB renk modeli

#488D5C color RGB value is (72,141,92).

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

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 141 of 255 = 55%
B 92 of 255 = 36%

72
141
92

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 141 + 92 = 305 (100%)
R 72 of 305 ~ 23.61%
G 141 of 305 ~ 46.23%
B 92 of 305 ~ 30.16%

%23.61
%46.23
%30.16

CMYK RENK MODELİ

#488D5C rengi CMYK tonu (49,0,35,45).

  • camgöbeği tonu 48.94%
  • eflatun tonu 0.00%
  • sarı tonu 34.75%
  • ana renk tonu 44.71%
CMYK:
(49,0,35,45)
C49M0Y35K45 
(49%,0%,35%,45%)
(0.49/0.00/0.35/0.45)	

CMYK yüzdeleri

%48.94
%0
%34.75
%44.71

Codes

Color #488D5C in popluar color models

488D5C
RGB7214192
HSL137°32.39%41.76%
HSB/HSV137°48.94%55.29%
CMYK48.94%0.00%34.75%
44.71%

Color #488D5C in popluar number systems.

HEX488D5C
Decimal7214192
Binary1001000100011011011100
Octal110215134

Shades and tints

Shades of #488D5C

#488D5C
(72,141,92)
#428154
(66,129,84)
#3C754C
(60,117,76)
#366944
(54,105,68)
#305D3C
(48,93,60)
#2A5134
(42,81,52)
#24452C
(36,69,44)
#1E3924
(30,57,36)
#182D1C
(24,45,28)
#122114
(18,33,20)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #488D5C

#488D5C
(72,141,92)
#58976A
(88,151,106)
#68A178
(104,161,120)
#78AB86
(120,171,134)
#88B594
(136,181,148)
#98BFA2
(152,191,162)
#A8C9B0
(168,201,176)
#B8D3BE
(184,211,190)
#C8DDCC
(200,221,204)
#D8E7DA
(216,231,218)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488D5C; }

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

This text font color is #488D5C.


Background Color

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

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

This div background color is #488D5C.


Border color

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

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

This div border color is #488D5C.


Opacity

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

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

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

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

This text has shadow with #488D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488D5C on black background.


Color preview on white background

This text has color #488D5C on white background.



Black color preview on #488D5C background

This text has black color on #488D5C background.


White color preview on #488D5C background

This text has white color on #488D5C background.