COLOR #488755

HEX: #488755
RGB: (72,135,85)

Renk bilgisi

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

RGB renk modeli

#488755 color RGB value is (72,135,85).

  • kırmız ton 72;
  • yeşil ton 135;
  • mavi ton 85.
RGB:
(72,135,85)
(28%,53%,33%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 135 of 255 = 53%
B 85 of 255 = 33%

72
135
85

R + G + B ~ 38%. #488755 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 135 + 85 = 292 (100%)
R 72 of 292 ~ 24.66%
G 135 of 292 ~ 46.23%
B 85 of 292 ~ 29.11%

%24.66
%46.23
%29.11

CMYK RENK MODELİ

#488755 rengi CMYK tonu (47,0,37,47).

  • camgöbeği tonu 46.67%
  • eflatun tonu 0.00%
  • sarı tonu 37.04%
  • ana renk tonu 47.06%
CMYK:
(47,0,37,47)
C47M0Y37K47 
(47%,0%,37%,47%)
(0.47/0.00/0.37/0.47)	

CMYK yüzdeleri

%46.67
%0
%37.04
%47.06

Codes

Color #488755 in popluar color models

488755
RGB7213585
HSL132°30.43%40.59%
HSB/HSV132°46.67%52.94%
CMYK46.67%0.00%37.04%
47.06%

Color #488755 in popluar number systems.

HEX488755
Decimal7213585
Binary1001000100001111010101
Octal110207125

Shades and tints

Shades of #488755

#488755
(72,135,85)
#427B4E
(66,123,78)
#3C6F47
(60,111,71)
#366340
(54,99,64)
#305739
(48,87,57)
#2A4B32
(42,75,50)
#243F2B
(36,63,43)
#1E3324
(30,51,36)
#18271D
(24,39,29)
#121B16
(18,27,22)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #488755

#488755
(72,135,85)
#589164
(88,145,100)
#689B73
(104,155,115)
#78A582
(120,165,130)
#88AF91
(136,175,145)
#98B9A0
(152,185,160)
#A8C3AF
(168,195,175)
#B8CDBE
(184,205,190)
#C8D7CD
(200,215,205)
#D8E1DC
(216,225,220)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488755 color. Also use rgb(72,135,85) instead hex code.

Text Font Color

.myTextColor { color: #488755; }

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

This text font color is #488755.


Background Color

.myBgColor { background-color: #488755; }

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

This div background color is #488755.


Border color

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

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

This div border color is #488755.


Opacity

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

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

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

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

This text has shadow with #488755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488755 on black background.


Color preview on white background

This text has color #488755 on white background.



Black color preview on #488755 background

This text has black color on #488755 background.


White color preview on #488755 background

This text has white color on #488755 background.