COLOR #488B37

HEX: #488B37
RGB: (72,139,55)

Color info

#488B37 contains mainly green color. Web safe color of #488B37 is #339933 (or #393).

RGB color model

#488B37 color RGB value is (72,139,55).

  • red value is 72;
  • green value is 139;
  • blue value is 55.
RGB:
(72,139,55)
(28%,55%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 139 of 255 = 55%
B 55 of 255 = 22%

72
139
55

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

Portions of RGB colors in percentages

R + G + B =
72 + 139 + 55 = 266 (100%)
R 72 of 266 ~ 27.07%
G 139 of 266 ~ 52.26%
B 55 of 266 ~ 20.68%

%27.07
%52.26
%20.68

CMYK color model

#488B37 color CMYK value is (48,0,60,45).

  • cyan value is 48.20%
  • magenta value is 0.00%
  • yellow value is 60.43%
  • key color value is 45.49%
CMYK:
(48,0,60,45)
C48M0Y60K45 
(48%,0%,60%,45%)
(0.48/0.00/0.60/0.45)	

CMYK percentages

%48.2
%0
%60.43
%45.49

Codes

Color #488B37 in popluar color models

488B37
RGB7213955
HSL108°43.30%38.04%
HSB/HSV108°60.43%54.51%
CMYK48.20%0.00%60.43%
45.49%

Color #488B37 in popluar number systems.

HEX488B37
Decimal7213955
Binary100100010001011110111
Octal11021367

Shades and tints

Shades of #488B37

#488B37
(72,139,55)
#427F32
(66,127,50)
#3C732D
(60,115,45)
#366728
(54,103,40)
#305B23
(48,91,35)
#2A4F1E
(42,79,30)
#244319
(36,67,25)
#1E3714
(30,55,20)
#182B0F
(24,43,15)
#121F0A
(18,31,10)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #488B37

#488B37
(72,139,55)
#589549
(88,149,73)
#689F5B
(104,159,91)
#78A96D
(120,169,109)
#88B37F
(136,179,127)
#98BD91
(152,189,145)
#A8C7A3
(168,199,163)
#B8D1B5
(184,209,181)
#C8DBC7
(200,219,199)
#D8E5D9
(216,229,217)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488B37; }

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

This text font color is #488B37.


Background Color

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

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

This div background color is #488B37.


Border color

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

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

This div border color is #488B37.


Opacity

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

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

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

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

This text has shadow with #488B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488B37 on black background.


Color preview on white background

This text has color #488B37 on white background.



Black color preview on #488B37 background

This text has black color on #488B37 background.


White color preview on #488B37 background

This text has white color on #488B37 background.