Color Hex Logo

#078232 Color Hex

#078232
(7,130,50)
0 Favorites   0 Comments

Color spaces of #078232

RGB 713050
HSL0.390.900.27
HSV141°95°51°
CMYK 0.950.000.62   0.49
XYZ8.646016.24075.6967
Yxy16.24070.28270.5310
Hunter Lab40.2998-32.228819.8287
CIE-Lab47.2887-47.927534.3157

#078232 color RGB value is (7,130,50).

#078232 hex color red value is 7, green value is 130 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #078232 hue: 0.39 , saturation: 0.90 and the lightness value of 078232 is 0.27.

The process color (four color CMYK) of #078232 color hex is 0.95, 0.00, 0.62, 0.49. Web safe color of #078232 is #009933. Color #078232 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000010 00110010
Octal 7 202 62
Decimal 7 130 50
Hex 7 82 32

RGB Percentages of Color #078232

%3.74
%69.52
%26.74

CMYK Percentages of Color #078232

%95
%0
%62
%49

Triadic Colors of #078232

#078232 #320782 #823207

Analogous Colors of #078232

#078232 #078270 #198207

Monochromatic Colors of #078232

#078232

Complementary Color

#078232 #820757

#078232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078232 Color CSS Codes

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

#078232 Text Font Color

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

This sample text font color is #078232
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.


#078232 Background Color

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

This div background color is #078232


#078232 Border Color

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

This div border color is #078232


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,130,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #078232; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #078232;
  -webkit-box-shadow: 1px 1px 3px 2px #078232;
  box-shadow:         1px 1px 3px 2px #078232; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,130,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078232


Comments

No comments written yet.

Please login to write comment.