COLOR #488F37

HEX: #488F37
RGB: (72,143,55)

Renk bilgisi

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

RGB renk modeli

#488F37 color RGB value is (72,143,55).

  • kırmız ton 72;
  • yeşil ton 143;
  • mavi ton 55.
RGB:
(72,143,55)
(28%,56%,22%)

RGB bağlantıları ve doygunluk

R 72 of 255 = 28%
G 143 of 255 = 56%
B 55 of 255 = 22%

72
143
55

R + G + B ~ 35%. #488F37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
72 + 143 + 55 = 270 (100%)
R 72 of 270 ~ 26.67%
G 143 of 270 ~ 52.96%
B 55 of 270 ~ 20.37%

%26.67
%52.96
%20.37

CMYK RENK MODELİ

#488F37 rengi CMYK tonu (50,0,62,44).

  • camgöbeği tonu 49.65%
  • eflatun tonu 0.00%
  • sarı tonu 61.54%
  • ana renk tonu 43.92%
CMYK:
(50,0,62,44)
C50M0Y62K44 
(50%,0%,62%,44%)
(0.50/0.00/0.62/0.44)	

CMYK yüzdeleri

%49.65
%0
%61.54
%43.92

Codes

Color #488F37 in popluar color models

488F37
RGB7214355
HSL108°44.44%38.82%
HSB/HSV108°61.54%56.08%
CMYK49.65%0.00%61.54%
43.92%

Color #488F37 in popluar number systems.

HEX488F37
Decimal7214355
Binary100100010001111110111
Octal11021767

Shades and tints

Shades of #488F37

#488F37
(72,143,55)
#428232
(66,130,50)
#3C752D
(60,117,45)
#366828
(54,104,40)
#305B23
(48,91,35)
#2A4E1E
(42,78,30)
#244119
(36,65,25)
#1E3414
(30,52,20)
#18270F
(24,39,15)
#121A0A
(18,26,10)
#0C0D05
(12,13,5)
#000000
(0,0,0)

Tints of #488F37

#488F37
(72,143,55)
#589949
(88,153,73)
#68A35B
(104,163,91)
#78AD6D
(120,173,109)
#88B77F
(136,183,127)
#98C191
(152,193,145)
#A8CBA3
(168,203,163)
#B8D5B5
(184,213,181)
#C8DFC7
(200,223,199)
#D8E9D9
(216,233,217)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488F37 color. Also use rgb(72,143,55) instead hex code.

Text Font Color

.myTextColor { color: #488F37; }

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

This text font color is #488F37.


Background Color

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

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

This div background color is #488F37.


Border color

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

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

This div border color is #488F37.


Opacity

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

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

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

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

This text has shadow with #488F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488F37 on black background.


Color preview on white background

This text has color #488F37 on white background.



Black color preview on #488F37 background

This text has black color on #488F37 background.


White color preview on #488F37 background

This text has white color on #488F37 background.