COLOR #488D68

HEX: #488D68 RGB: (72,141,104)

Color info

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

RGB color model

#488D68 color RGB value is (72,141,104).

RGB: (72,141,104) (28%, 55%, 41%)

RGB channels and saturation

R 72 of 255 = 28%
G 141 of 255 = 55%
B 104 of 255 = 41%

72
141
104

R + G + B ~ 41%. #488D68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 141 + 104 = 317 (100%)
R 72 of 317 ~ 22.71%
G 141 of 317 ~ 44.48%
B 104 of 317 ~ 32.81'%

%22.71
%44.48
%32.81

CMYK color model

#488D68 color CMYK value is (49,0,26,45).

  • cyan value is 48.94%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 44.71%

CMYK: (49,0,26,45)
C49M0Y26K45 (49%, 0%, 26%, 45%)
(0.49 / 0.00 / 0.26 / 0.45)

CMYK percentages

%48.94
%0
%26.24
%44.71

Codes

Color #488D68 in popluar color models

48 8D 68
RGB 72 141 104
HSL 148° 32.39% 41.76%
HSB/HSV 148° 48.94% 55.29%
CMYK 48.94% 0.00% 26.24%
44.71%

Color #488D68 in popluar number systems.

HEX 48 8D 68
Decimal 72 141 104
Binary 1001000 10001101 1101000
Octal 110 215 150

Shades and tints

Shades of #488D68

#488D68
(72,141,104)
#42815F
(66,129,95)
#3C7556
(60,117,86)
#36694D
(54,105,77)
#305D44
(48,93,68)
#2A513B
(42,81,59)
#244532
(36,69,50)
#1E3929
(30,57,41)
#182D20
(24,45,32)
#122117
(18,33,23)
#0C150E
(12,21,14)
#000000
(0,0,0)

Tints of #488D68

#488D68
(72,141,104)
#589775
(88,151,117)
#68A182
(104,161,130)
#78AB8F
(120,171,143)
#88B59C
(136,181,156)
#98BFA9
(152,191,169)
#A8C9B6
(168,201,182)
#B8D3C3
(184,211,195)
#C8DDD0
(200,221,208)
#D8E7DD
(216,231,221)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488D68 color. Also use rgb(72,141,104) instead hex code.

Text Font Color

.myTextColor { color: #488D68; }

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

This text font color is #488D68.

Background Color

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

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

This div background color is #488D68.

Border color

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

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

This div border color is #488D68.

Opacity

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

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

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

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

This text has shadow with #488D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488D68.

Preview

Color preview on black background

This text has color #488D68 on black background.


Color preview on white background

This text has color #488D68 on white background.


Black color preview on #488D68 background

This text has black color on #488D68 background.


White color preview on #488D68 background

This text has white color on #488D68 background.


Related colors

Complementary color

Complementary color for #hex is #B77297.


I love getcolorcode.com

Triadic colors

1 #68488D and #8D6848 with #488D68 are triadic colors.

2 #688D48 and #8D4868 with #488D68 are triadic colors.