Color Hex Logo

#078135 Color Hex

#078135
(7,129,53)
0 Favorites   0 Comments

Color spaces of #078135

RGB 712953
HSL0.400.900.27
HSV143°95°51°
CMYK 0.950.000.59   0.49
XYZ8.580516.00276.0048
Yxy16.00270.28050.5232
Hunter Lab40.0034-31.718719.1025
CIE-Lab46.9780-47.157732.4551

#078135 color RGB value is (7,129,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000001 00110101
Octal 7 201 65
Decimal 7 129 53
Hex 7 81 35

RGB Percentages of Color #078135

%3.70
%68.25
%28.04

CMYK Percentages of Color #078135

%95
%0
%59
%49

Triadic Colors of #078135

#078135 #350781 #813507

Analogous Colors of #078135

#078135 #078172 #168107

Monochromatic Colors of #078135

#078135

Complementary Color

#078135 #810753

#078135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#078135 Color CSS Codes

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

#078135 Text Font Color

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

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


#078135 Background Color

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

This div background color is #078135


#078135 Border Color

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

This div border color is #078135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078135


Comments

No comments written yet.

Please login to write comment.