COLOR #488B50

HEX: #488B50 RGB: (72,139,80)

Color info

#488B50 contains mainly green and blue colors. Web safe color of #488B50 is #339966 (or #396).

RGB color model

#488B50 color RGB value is (72,139,80).

RGB: (72,139,80) (28%, 55%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 139 of 255 = 55%
B 80 of 255 = 31%

72
139
80

R + G + B ~ 38%. #488B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 139 + 80 = 291 (100%)
R 72 of 291 ~ 24.74%
G 139 of 291 ~ 47.77%
B 80 of 291 ~ 27.49'%

%24.74
%47.77
%27.49

CMYK color model

#488B50 color CMYK value is (48,0,42,45).

  • cyan value is 48.20%
  • magenta value is 0.00%
  • yellow value is 42.45%
  • key color value is 45.49%

CMYK: (48,0,42,45)
C48M0Y42K45 (48%, 0%, 42%, 45%)
(0.48 / 0.00 / 0.42 / 0.45)

CMYK percentages

%48.2
%0
%42.45
%45.49

Codes

Color #488B50 in popluar color models

48 8B 50
RGB 72 139 80
HSL 127° 31.75% 41.37%
HSB/HSV 127° 48.20% 54.51%
CMYK 48.20% 0.00% 42.45%
45.49%

Color #488B50 in popluar number systems.

HEX 48 8B 50
Decimal 72 139 80
Binary 1001000 10001011 1010000
Octal 110 213 120

Shades and tints

Shades of #488B50

#488B50
(72,139,80)
#427F49
(66,127,73)
#3C7342
(60,115,66)
#36673B
(54,103,59)
#305B34
(48,91,52)
#2A4F2D
(42,79,45)
#244326
(36,67,38)
#1E371F
(30,55,31)
#182B18
(24,43,24)
#121F11
(18,31,17)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #488B50

#488B50
(72,139,80)
#58955F
(88,149,95)
#689F6E
(104,159,110)
#78A97D
(120,169,125)
#88B38C
(136,179,140)
#98BD9B
(152,189,155)
#A8C7AA
(168,199,170)
#B8D1B9
(184,209,185)
#C8DBC8
(200,219,200)
#D8E5D7
(216,229,215)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488B50; }

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

This text font color is #488B50.

Background Color

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

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

This div background color is #488B50.

Border color

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

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

This div border color is #488B50.

Opacity

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

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

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

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

This text has shadow with #488B50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488B50.

Preview

Color preview on black background

This text has color #488B50 on black background.


Color preview on white background

This text has color #488B50 on white background.


Black color preview on #488B50 background

This text has black color on #488B50 background.


White color preview on #488B50 background

This text has white color on #488B50 background.


Related colors

Complementary color

Complementary color for #hex is #B774AF.


I love getcolorcode.com

Triadic colors

1 #50488B and #8B5048 with #488B50 are triadic colors.

2 #508B48 and #8B4850 with #488B50 are triadic colors.