COLOR #488B61

HEX: #488B61
RGB: (72,139,97)

Color info

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

RGB color model

#488B61 color RGB value is (72,139,97).

  • red value is 72;
  • green value is 139;
  • blue value is 97.
RGB:
(72,139,97)
(28%,55%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 139 of 255 = 55%
B 97 of 255 = 38%

72
139
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 139 + 97 = 308 (100%)
R 72 of 308 ~ 23.38%
G 139 of 308 ~ 45.13%
B 97 of 308 ~ 31.49%

%23.38
%45.13
%31.49

CMYK color model

#488B61 color CMYK value is (48,0,30,45).

  • cyan value is 48.20%
  • magenta value is 0.00%
  • yellow value is 30.22%
  • key color value is 45.49%
CMYK:
(48,0,30,45)
C48M0Y30K45 
(48%,0%,30%,45%)
(0.48/0.00/0.30/0.45)	

CMYK percentages

%48.2
%0
%30.22
%45.49

Codes

Color #488B61 in popluar color models

488B61
RGB7213997
HSL142°31.75%41.37%
HSB/HSV142°48.20%54.51%
CMYK48.20%0.00%30.22%
45.49%

Color #488B61 in popluar number systems.

HEX488B61
Decimal7213997
Binary1001000100010111100001
Octal110213141

Shades and tints

Shades of #488B61

#488B61
(72,139,97)
#427F59
(66,127,89)
#3C7351
(60,115,81)
#366749
(54,103,73)
#305B41
(48,91,65)
#2A4F39
(42,79,57)
#244331
(36,67,49)
#1E3729
(30,55,41)
#182B21
(24,43,33)
#121F19
(18,31,25)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #488B61

#488B61
(72,139,97)
#58956F
(88,149,111)
#689F7D
(104,159,125)
#78A98B
(120,169,139)
#88B399
(136,179,153)
#98BDA7
(152,189,167)
#A8C7B5
(168,199,181)
#B8D1C3
(184,209,195)
#C8DBD1
(200,219,209)
#D8E5DF
(216,229,223)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488B61 color. Also use rgb(72,139,97) instead hex code.

Text Font Color

.myTextColor { color: #488B61; }

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

This text font color is #488B61.


Background Color

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

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

This div background color is #488B61.


Border color

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

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

This div border color is #488B61.


Opacity

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

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

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

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

This text has shadow with #488B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #488B61 on black background.


Color preview on white background

This text has color #488B61 on white background.



Black color preview on #488B61 background

This text has black color on #488B61 background.


White color preview on #488B61 background

This text has white color on #488B61 background.