COLOR #488518

HEX: #488518
RGB: (72,133,24)

Renk bilgisi

#488518 contains mainly green color. #488518 ‘ nin web güvenlik rengi #339900 (ya da #390) dir.

RGB renk modeli

#488518 color RGB value is (72,133,24).

  • kırmız ton 72;
  • yeşil ton 133;
  • mavi ton 24.
RGB:
(72,133,24)
(28%,52%,9%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 133 of 255 = 52%
B 24 of 255 = 9%

72
133
24

R + G + B ~ 30%. #488518 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 133 + 24 = 229 (100%)
R 72 of 229 ~ 31.44%
G 133 of 229 ~ 58.08%
B 24 of 229 ~ 10.48%

%31.44
%58.08
%10.48

CMYK RENK MODELİ

#488518 rengi CMYK tonu (46,0,82,48).

  • camgöbeği tonu 45.86%
  • eflatun tonu 0.00%
  • sarı tonu 81.95%
  • ana renk tonu 47.84%
CMYK:
(46,0,82,48)
C46M0Y82K48 
(46%,0%,82%,48%)
(0.46/0.00/0.82/0.48)	

CMYK yüzdeleri

%45.86
%0
%81.95
%47.84

Codes

Color #488518 in popluar color models

488518
RGB7213324
HSL94°69.43%30.78%
HSB/HSV94°81.95%52.16%
CMYK45.86%0.00%81.95%
47.84%

Color #488518 in popluar number systems.

HEX488518
Decimal7213324
Binary10010001000010111000
Octal11020530

Shades and tints

Shades of #488518

#488518
(72,133,24)
#427916
(66,121,22)
#3C6D14
(60,109,20)
#366112
(54,97,18)
#305510
(48,85,16)
#2A490E
(42,73,14)
#243D0C
(36,61,12)
#1E310A
(30,49,10)
#182508
(24,37,8)
#121906
(18,25,6)
#0C0D04
(12,13,4)
#000000
(0,0,0)

Tints of #488518

#488518
(72,133,24)
#58902D
(88,144,45)
#689B42
(104,155,66)
#78A657
(120,166,87)
#88B16C
(136,177,108)
#98BC81
(152,188,129)
#A8C796
(168,199,150)
#B8D2AB
(184,210,171)
#C8DDC0
(200,221,192)
#D8E8D5
(216,232,213)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488518 color. Also use rgb(72,133,24) instead hex code.

Text Font Color

.myTextColor { color: #488518; }

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

This text font color is #488518.


Background Color

.myBgColor { background-color: #488518; }

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

This div background color is #488518.


Border color

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

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

This div border color is #488518.


Opacity

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

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

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

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

This text has shadow with #488518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488518 on black background.


Color preview on white background

This text has color #488518 on white background.



Black color preview on #488518 background

This text has black color on #488518 background.


White color preview on #488518 background

This text has white color on #488518 background.