COLOR #488C75

HEX: #488C75
RGB: (72,140,117)

Color info

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

RGB color model

#488C75 color RGB value is (72,140,117).

  • red value is 72;
  • green value is 140;
  • blue value is 117.
RGB:
(72,140,117)
(28%,55%,46%)

RGB channels and saturation

R 72 of 255 = 28%
G 140 of 255 = 55%
B 117 of 255 = 46%

72
140
117

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

Portions of RGB colors in percentages

R + G + B =
72 + 140 + 117 = 329 (100%)
R 72 of 329 ~ 21.88%
G 140 of 329 ~ 42.55%
B 117 of 329 ~ 35.56%

%21.88
%42.55
%35.56

CMYK color model

#488C75 color CMYK value is (49,0,16,45).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 45.10%
CMYK:
(49,0,16,45)
C49M0Y16K45 
(49%,0%,16%,45%)
(0.49/0.00/0.16/0.45)	

CMYK percentages

%48.57
%0
%16.43
%45.1

Codes

Color #488C75 in popluar color models

488C75
RGB72140117
HSL160°32.08%41.57%
HSB/HSV160°48.57%54.90%
CMYK48.57%0.00%16.43%
45.10%

Color #488C75 in popluar number systems.

HEX488C75
Decimal72140117
Binary1001000100011001110101
Octal110214165

Shades and tints

Shades of #488C75

#488C75
(72,140,117)
#42806B
(66,128,107)
#3C7461
(60,116,97)
#366857
(54,104,87)
#305C4D
(48,92,77)
#2A5043
(42,80,67)
#244439
(36,68,57)
#1E382F
(30,56,47)
#182C25
(24,44,37)
#12201B
(18,32,27)
#0C1411
(12,20,17)
#000000
(0,0,0)

Tints of #488C75

#488C75
(72,140,117)
#589681
(88,150,129)
#68A08D
(104,160,141)
#78AA99
(120,170,153)
#88B4A5
(136,180,165)
#98BEB1
(152,190,177)
#A8C8BD
(168,200,189)
#B8D2C9
(184,210,201)
#C8DCD5
(200,220,213)
#D8E6E1
(216,230,225)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488C75 color. Also use rgb(72,140,117) instead hex code.

Text Font Color

.myTextColor { color: #488C75; }

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

This text font color is #488C75.


Background Color

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

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

This div background color is #488C75.


Border color

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

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

This div border color is #488C75.


Opacity

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

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

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

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

This text has shadow with #488C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488C75 on black background.


Color preview on white background

This text has color #488C75 on white background.



Black color preview on #488C75 background

This text has black color on #488C75 background.


White color preview on #488C75 background

This text has white color on #488C75 background.