Color Hex Logo

#077148 Color Hex

#077148
(7,113,72)
0 Favorites   0 Comments

Color spaces of #077148

RGB 711372
HSL0.440.880.24
HSV157°94°44°
CMYK 0.940.000.36   0.56
XYZ7.162412.32338.1320
Yxy12.32330.25930.4462
Hunter Lab35.1046-25.013510.8386
CIE-Lab41.7254-37.624815.3013

#077148 color RGB value is (7,113,72).

#077148 hex color red value is 7, green value is 113 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #077148 hue: 0.44 , saturation: 0.88 and the lightness value of 077148 is 0.24.

The process color (four color CMYK) of #077148 color hex is 0.94, 0.00, 0.36, 0.56. Web safe color of #077148 is #006633. Color #077148 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110001 01001000
Octal 7 161 110
Decimal 7 113 72
Hex 7 71 48

RGB Percentages of Color #077148

%3.65
%58.85
%37.50

CMYK Percentages of Color #077148

%94
%0
%36
%56

Triadic Colors of #077148

#077148 #480771 #714807

Analogous Colors of #077148

#077148 #076571 #077113

Monochromatic Colors of #077148

#077148

Complementary Color

#077148 #710730

#077148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077148 Color CSS Codes

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

#077148 Text Font Color

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

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


#077148 Background Color

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

This div background color is #077148


#077148 Border Color

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

This div border color is #077148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077148


Comments

No comments written yet.

Please login to write comment.