COLOR #488F74

HEX: #488F74
RGB: (72,143,116)

Color info

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

RGB color model

#488F74 color RGB value is (72,143,116).

  • red value is 72;
  • green value is 143;
  • blue value is 116.
RGB:
(72,143,116)
(28%,56%,45%)

RGB channels and saturation

R 72 of 255 = 28%
G 143 of 255 = 56%
B 116 of 255 = 45%

72
143
116

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

Portions of RGB colors in percentages

R + G + B =
72 + 143 + 116 = 331 (100%)
R 72 of 331 ~ 21.75%
G 143 of 331 ~ 43.2%
B 116 of 331 ~ 35.05%

%21.75
%43.2
%35.05

CMYK color model

#488F74 color CMYK value is (50,0,19,44).

  • cyan value is 49.65%
  • magenta value is 0.00%
  • yellow value is 18.88%
  • key color value is 43.92%
CMYK:
(50,0,19,44)
C50M0Y19K44 
(50%,0%,19%,44%)
(0.50/0.00/0.19/0.44)	

CMYK percentages

%49.65
%0
%18.88
%43.92

Codes

Color #488F74 in popluar color models

488F74
RGB72143116
HSL157°33.02%42.16%
HSB/HSV157°49.65%56.08%
CMYK49.65%0.00%18.88%
43.92%

Color #488F74 in popluar number systems.

HEX488F74
Decimal72143116
Binary1001000100011111110100
Octal110217164

Shades and tints

Shades of #488F74

#488F74
(72,143,116)
#42826A
(66,130,106)
#3C7560
(60,117,96)
#366856
(54,104,86)
#305B4C
(48,91,76)
#2A4E42
(42,78,66)
#244138
(36,65,56)
#1E342E
(30,52,46)
#182724
(24,39,36)
#121A1A
(18,26,26)
#0C0D10
(12,13,16)
#000000
(0,0,0)

Tints of #488F74

#488F74
(72,143,116)
#589980
(88,153,128)
#68A38C
(104,163,140)
#78AD98
(120,173,152)
#88B7A4
(136,183,164)
#98C1B0
(152,193,176)
#A8CBBC
(168,203,188)
#B8D5C8
(184,213,200)
#C8DFD4
(200,223,212)
#D8E9E0
(216,233,224)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488F74; }

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

This text font color is #488F74.


Background Color

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

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

This div background color is #488F74.


Border color

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

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

This div border color is #488F74.


Opacity

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

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

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

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

This text has shadow with #488F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488F74 on black background.


Color preview on white background

This text has color #488F74 on white background.



Black color preview on #488F74 background

This text has black color on #488F74 background.


White color preview on #488F74 background

This text has white color on #488F74 background.