COLOR #488642

HEX: #488642
RGB: (72,134,66)

Renk bilgisi

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

RGB renk modeli

#488642 color RGB value is (72,134,66).

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

RGB bağlantıları ve doygunluk

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

72
134
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 134 + 66 = 272 (100%)
R 72 of 272 ~ 26.47%
G 134 of 272 ~ 49.26%
B 66 of 272 ~ 24.26%

%26.47
%49.26
%24.26

CMYK RENK MODELİ

#488642 rengi CMYK tonu (46,0,51,47).

  • camgöbeği tonu 46.27%
  • eflatun tonu 0.00%
  • sarı tonu 50.75%
  • ana renk tonu 47.45%
CMYK:
(46,0,51,47)
C46M0Y51K47 
(46%,0%,51%,47%)
(0.46/0.00/0.51/0.47)	

CMYK yüzdeleri

%46.27
%0
%50.75
%47.45

Codes

Color #488642 in popluar color models

488642
RGB7213466
HSL115°34.00%39.22%
HSB/HSV115°50.75%52.55%
CMYK46.27%0.00%50.75%
47.45%

Color #488642 in popluar number systems.

HEX488642
Decimal7213466
Binary1001000100001101000010
Octal110206102

Shades and tints

Shades of #488642

#488642
(72,134,66)
#427A3C
(66,122,60)
#3C6E36
(60,110,54)
#366230
(54,98,48)
#30562A
(48,86,42)
#2A4A24
(42,74,36)
#243E1E
(36,62,30)
#1E3218
(30,50,24)
#182612
(24,38,18)
#121A0C
(18,26,12)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #488642

#488642
(72,134,66)
#589153
(88,145,83)
#689C64
(104,156,100)
#78A775
(120,167,117)
#88B286
(136,178,134)
#98BD97
(152,189,151)
#A8C8A8
(168,200,168)
#B8D3B9
(184,211,185)
#C8DECA
(200,222,202)
#D8E9DB
(216,233,219)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488642; }

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

This text font color is #488642.


Background Color

.myBgColor { background-color: #488642; }

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

This div background color is #488642.


Border color

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

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

This div border color is #488642.


Opacity

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

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

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

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

This text has shadow with #488642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488642 on black background.


Color preview on white background

This text has color #488642 on white background.



Black color preview on #488642 background

This text has black color on #488642 background.


White color preview on #488642 background

This text has white color on #488642 background.