COLOR #488966

HEX: #488966
RGB: (72,137,102)

Color info

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

RGB color model

#488966 color RGB value is (72,137,102).

  • red value is 72;
  • green value is 137;
  • blue value is 102.
RGB:
(72,137,102)
(28%,54%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 137 of 255 = 54%
B 102 of 255 = 40%

72
137
102

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

Portions of RGB colors in percentages

R + G + B =
72 + 137 + 102 = 311 (100%)
R 72 of 311 ~ 23.15%
G 137 of 311 ~ 44.05%
B 102 of 311 ~ 32.8%

%23.15
%44.05
%32.8

CMYK color model

#488966 color CMYK value is (47,0,26,46).

  • cyan value is 47.45%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 46.27%
CMYK:
(47,0,26,46)
C47M0Y26K46 
(47%,0%,26%,46%)
(0.47/0.00/0.26/0.46)	

CMYK percentages

%47.45
%0
%25.55
%46.27

Codes

Color #488966 in popluar color models

488966
RGB72137102
HSL148°31.10%40.98%
HSB/HSV148°47.45%53.73%
CMYK47.45%0.00%25.55%
46.27%

Color #488966 in popluar number systems.

HEX488966
Decimal72137102
Binary1001000100010011100110
Octal110211146

Shades and tints

Shades of #488966

#488966
(72,137,102)
#427D5D
(66,125,93)
#3C7154
(60,113,84)
#36654B
(54,101,75)
#305942
(48,89,66)
#2A4D39
(42,77,57)
#244130
(36,65,48)
#1E3527
(30,53,39)
#18291E
(24,41,30)
#121D15
(18,29,21)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #488966

#488966
(72,137,102)
#589373
(88,147,115)
#689D80
(104,157,128)
#78A78D
(120,167,141)
#88B19A
(136,177,154)
#98BBA7
(152,187,167)
#A8C5B4
(168,197,180)
#B8CFC1
(184,207,193)
#C8D9CE
(200,217,206)
#D8E3DB
(216,227,219)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488966 color. Also use rgb(72,137,102) instead hex code.

Text Font Color

.myTextColor { color: #488966; }

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

This text font color is #488966.


Background Color

.myBgColor { background-color: #488966; }

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

This div background color is #488966.


Border color

.myBorderColor { border: 1px solid #488966; }

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

This div border color is #488966.


Opacity

.myOpacity80 { color: #488966; opacity: 0.8; }

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

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

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

This text has shadow with #488966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488966 on black background.


Color preview on white background

This text has color #488966 on white background.



Black color preview on #488966 background

This text has black color on #488966 background.


White color preview on #488966 background

This text has white color on #488966 background.