COLOR #488F67

HEX: #488F67 RGB: (72,143,103)

Color info

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

RGB color model

#488F67 color RGB value is (72,143,103).

RGB: (72,143,103) (28%, 56%, 40%)

RGB channels and saturation

R 72 of 255 = 28%
G 143 of 255 = 56%
B 103 of 255 = 40%

72
143
103

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

Portions of RGB colors in percentages

R + G + B = 72 + 143 + 103 = 318 (100%)
R 72 of 318 ~ 22.64%
G 143 of 318 ~ 44.97%
B 103 of 318 ~ 32.39'%

%22.64
%44.97
%32.39

CMYK color model

#488F67 color CMYK value is (50,0,28,44).

  • cyan value is 49.65%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 43.92%

CMYK: (50,0,28,44)
C50M0Y28K44 (50%, 0%, 28%, 44%)
(0.50 / 0.00 / 0.28 / 0.44)

CMYK percentages

%49.65
%0
%27.97
%43.92

Codes

Color #488F67 in popluar color models

48 8F 67
RGB 72 143 103
HSL 146° 33.02% 42.16%
HSB/HSV 146° 49.65% 56.08%
CMYK 49.65% 0.00% 27.97%
43.92%

Color #488F67 in popluar number systems.

HEX 48 8F 67
Decimal 72 143 103
Binary 1001000 10001111 1100111
Octal 110 217 147

Shades and tints

Shades of #488F67

#488F67
(72,143,103)
#42825E
(66,130,94)
#3C7555
(60,117,85)
#36684C
(54,104,76)
#305B43
(48,91,67)
#2A4E3A
(42,78,58)
#244131
(36,65,49)
#1E3428
(30,52,40)
#18271F
(24,39,31)
#121A16
(18,26,22)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #488F67

#488F67
(72,143,103)
#589974
(88,153,116)
#68A381
(104,163,129)
#78AD8E
(120,173,142)
#88B79B
(136,183,155)
#98C1A8
(152,193,168)
#A8CBB5
(168,203,181)
#B8D5C2
(184,213,194)
#C8DFCF
(200,223,207)
#D8E9DC
(216,233,220)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #488F67; }

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

This text font color is #488F67.

Background Color

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

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

This div background color is #488F67.

Border color

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

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

This div border color is #488F67.

Opacity

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

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

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

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

This text has shadow with #488F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488F67.

Preview

Color preview on black background

This text has color #488F67 on black background.


Color preview on white background

This text has color #488F67 on white background.


Black color preview on #488F67 background

This text has black color on #488F67 background.


White color preview on #488F67 background

This text has white color on #488F67 background.


Related colors

Complementary color

Complementary color for #hex is #B77098.


I love getcolorcode.com

Triadic colors

1 #67488F and #8F6748 with #488F67 are triadic colors.

2 #678F48 and #8F4867 with #488F67 are triadic colors.