COLOR #488C39

HEX: #488C39 RGB: (72,140,57)

Color info

#488C39 contains mainly green color. Web safe color of #488C39 is #339933 (or #393).

RGB color model

#488C39 color RGB value is (72,140,57).

RGB: (72,140,57) (28%, 55%, 22%)

RGB channels and saturation

R 72 of 255 = 28%
G 140 of 255 = 55%
B 57 of 255 = 22%

72
140
57

R + G + B ~ 35%. #488C39 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 140 + 57 = 269 (100%)
R 72 of 269 ~ 26.77%
G 140 of 269 ~ 52.04%
B 57 of 269 ~ 21.19'%

%26.77
%52.04
%21.19

CMYK color model

#488C39 color CMYK value is (49,0,59,45).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 59.29%
  • key color value is 45.10%
CMYK: (49,0,59,45) C49M0Y59K45 (49%,0%,59%,45%) (0.49/0.00/0.59/0.45) 

CMYK percentages

%48.57
%0
%59.29
%45.1

Codes

Color #488C39 in popluar color models

48 8C 39
RGB 72 140 57
HSL 109° 42.13% 38.63%
HSB/HSV 109° 59.29% 54.90%
CMYK 48.57% 0.00% 59.29%
45.10%

Color #488C39 in popluar number systems.

HEX 48 8C 39
Decimal 72 140 57
Binary 1001000 10001100 111001
Octal 110 214 71

Shades and tints

Shades of #488C39

#488C39
(72,140,57)
#428034
(66,128,52)
#3C742F
(60,116,47)
#36682A
(54,104,42)
#305C25
(48,92,37)
#2A5020
(42,80,32)
#24441B
(36,68,27)
#1E3816
(30,56,22)
#182C11
(24,44,17)
#12200C
(18,32,12)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #488C39

#488C39
(72,140,57)
#58964B
(88,150,75)
#68A05D
(104,160,93)
#78AA6F
(120,170,111)
#88B481
(136,180,129)
#98BE93
(152,190,147)
#A8C8A5
(168,200,165)
#B8D2B7
(184,210,183)
#C8DCC9
(200,220,201)
#D8E6DB
(216,230,219)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #488C39 color. Also use rgb(72,140,57) instead hex code.

Text Font Color

.myTextColor { color: #488C39; }

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

This text font color is #488C39.

Background Color

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

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

This div background color is #488C39.

Border color

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

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

This div border color is #488C39.

Opacity

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

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

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

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

This text has shadow with #488C39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #488C39.

Preview

Color preview on black background

This text has color #488C39 on black background.


Color preview on white background

This text has color #488C39 on white background.


Black color preview on #488C39 background

This text has black color on #488C39 background.


White color preview on #488C39 background

This text has white color on #488C39 background.


Related colors

Complementary color

Complementary color for #hex is #B773C6.


I love getcolorcode.com

Triadic colors

1 #39488C and #8C3948 with #488C39 are triadic colors.

2 #398C48 and #8C4839 with #488C39 are triadic colors.