COLOR #488551

HEX: #488551
RGB: (72,133,81)

Color info

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

RGB color model

#488551 color RGB value is (72,133,81).

  • red value is 72;
  • green value is 133;
  • blue value is 81.
RGB: (72,133,81) (28%,52%,32%)

RGB channels and saturation

R 72 of 255 = 28%
G 133 of 255 = 52%
B 81 of 255 = 32%

72
133
81

R + G + B ~ 37%. #488551 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 133 + 81 = 286 (100%)
R 72 of 286 ~ 25.17%
G 133 of 286 ~ 46.5%
B 81 of 286 ~ 28.32%

%25.17
%46.5
%28.32

CMYK color model

#488551 color CMYK value is (46,0,39,48).

  • cyan value is 45.86%
  • magenta value is 0.00%
  • yellow value is 39.10%
  • key color value is 47.84%
CMYK: (46,0,39,48) C46M0Y39K48 (46%,0%,39%,48%) (0.46/0.00/0.39/0.48)

CMYK percentages

%45.86
%0
%39.1
%47.84

Codes

Color #488551 in popluar color models

488551
RGB7213381
HSL129°29.76%40.20%
HSB/HSV129°45.86%52.16%
CMYK45.86%0.00%39.10%
47.84%

Color #488551 in popluar number systems.

HEX488551
Decimal7213381
Binary1001000100001011010001
Octal110205121

Shades and tints

Shades of #488551

#488551
(72,133,81)
#42794A
(66,121,74)
#3C6D43
(60,109,67)
#36613C
(54,97,60)
#305535
(48,85,53)
#2A492E
(42,73,46)
#243D27
(36,61,39)
#1E3120
(30,49,32)
#182519
(24,37,25)
#121912
(18,25,18)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #488551

#488551
(72,133,81)
#589060
(88,144,96)
#689B6F
(104,155,111)
#78A67E
(120,166,126)
#88B18D
(136,177,141)
#98BC9C
(152,188,156)
#A8C7AB
(168,199,171)
#B8D2BA
(184,210,186)
#C8DDC9
(200,221,201)
#D8E8D8
(216,232,216)
#E8F3E7
(232,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488551 color. Also use rgb(72,133,81) instead hex code.

Text Font Color

.myTextColor { color: #488551; }

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

This text font color is #488551.


Background Color

.myBgColor { background-color: #488551; }

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

This div background color is #488551.


Border color

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

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

This div border color is #488551.


Opacity

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

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

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

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

This text has shadow with #488551 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #488551 on black background.


Color preview on white background

This text has color #488551 on white background.



Black color preview on #488551 background

This text has black color on #488551 background.


White color preview on #488551 background

This text has white color on #488551 background.