COLOR #488842

HEX: #488842
RGB: (72,136,66)

Renk bilgisi

#488842 contains mainly green color. #488842 ‘ nin web güvenlik rengi #339933 (ya da #393) dir.

RGB renk modeli

#488842 color RGB value is (72,136,66).

  • kırmız ton 72;
  • yeşil ton 136;
  • mavi ton 66.
RGB:
(72,136,66)
(28%,53%,26%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 136 of 255 = 53%
B 66 of 255 = 26%

72
136
66

R + G + B ~ 36%. #488842 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 136 + 66 = 274 (100%)
R 72 of 274 ~ 26.28%
G 136 of 274 ~ 49.64%
B 66 of 274 ~ 24.09%

%26.28
%49.64
%24.09

CMYK RENK MODELİ

#488842 rengi CMYK tonu (47,0,51,47).

  • camgöbeği tonu 47.06%
  • eflatun tonu 0.00%
  • sarı tonu 51.47%
  • ana renk tonu 46.67%
CMYK:
(47,0,51,47)
C47M0Y51K47 
(47%,0%,51%,47%)
(0.47/0.00/0.51/0.47)	

CMYK yüzdeleri

%47.06
%0
%51.47
%46.67

Codes

Color #488842 in popluar color models

488842
RGB7213666
HSL115°34.65%39.61%
HSB/HSV115°51.47%53.33%
CMYK47.06%0.00%51.47%
46.67%

Color #488842 in popluar number systems.

HEX488842
Decimal7213666
Binary1001000100010001000010
Octal110210102

Shades and tints

Shades of #488842

#488842
(72,136,66)
#427C3C
(66,124,60)
#3C7036
(60,112,54)
#366430
(54,100,48)
#30582A
(48,88,42)
#2A4C24
(42,76,36)
#24401E
(36,64,30)
#1E3418
(30,52,24)
#182812
(24,40,18)
#121C0C
(18,28,12)
#0C1006
(12,16,6)
#000000
(0,0,0)

Tints of #488842

#488842
(72,136,66)
#589253
(88,146,83)
#689C64
(104,156,100)
#78A675
(120,166,117)
#88B086
(136,176,134)
#98BA97
(152,186,151)
#A8C4A8
(168,196,168)
#B8CEB9
(184,206,185)
#C8D8CA
(200,216,202)
#D8E2DB
(216,226,219)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488842 color. Also use rgb(72,136,66) instead hex code.

Text Font Color

.myTextColor { color: #488842; }

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

This text font color is #488842.


Background Color

.myBgColor { background-color: #488842; }

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

This div background color is #488842.


Border color

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

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

This div border color is #488842.


Opacity

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

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

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

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

This text has shadow with #488842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488842 on black background.


Color preview on white background

This text has color #488842 on white background.



Black color preview on #488842 background

This text has black color on #488842 background.


White color preview on #488842 background

This text has white color on #488842 background.