Color Hex Logo

#488741 Color Hex

#488741
(72,135,65)
0 Favorites   0 Comments

Color spaces of #488741

RGB 7213565
HSL0.320.350.39
HSV114°52°53°
CMYK 0.470.000.52   0.47
XYZ12.290619.08738.0375
Yxy19.08730.31180.4843
Hunter Lab43.6890-26.240119.6747
CIE-Lab50.7892-35.043031.2560

#488741 color RGB value is (72,135,65).

#488741 hex color red value is 72, green value is 135 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #488741 hue: 0.32 , saturation: 0.35 and the lightness value of 488741 is 0.39.

The process color (four color CMYK) of #488741 color hex is 0.47, 0.00, 0.52, 0.47. Web safe color of #488741 is #339933. Color #488741 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000111 01000001
Octal 110 207 101
Decimal 72 135 65
Hex 48 87 41

RGB Percentages of Color #488741

%26.47
%49.63
%23.90

CMYK Percentages of Color #488741

%47
%0
%52
%47

Triadic Colors of #488741

#488741 #414887 #874148

Analogous Colors of #488741

#488741 #41875d #6b8741

Monochromatic Colors of #488741

#488741

Complementary Color

#488741 #804187

#488741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488741 Color CSS Codes

.mybgcolor {background-color:#488741; } 
.myforecolor {color:#488741; }
.mybordercolor {border:3px solid #488741; }

#488741 Text Font Color

<p style="color:#488741">Text here</p>

This sample text font color is #488741
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#488741 Background Color

<div style="background-color:#488741">
Div content here</div>

This div background color is #488741


#488741 Border Color

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

This div border color is #488741


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,135,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488741; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488741;
  -webkit-box-shadow: 1px 1px 3px 2px #488741;
  box-shadow:         1px 1px 3px 2px #488741; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,135,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #488741">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #488741;
  -webkit-box-shadow: 1px 1px 3px 2px #488741;
  box-shadow:         1px 1px 3px 2px #488741;">
Div content here</div>

This div box has shadow with color #488741


Comments

No comments written yet.

Please login to write comment.