Color Hex Logo

#076249 Color Hex

#076249
(7,98,73)
0 Favorites   0 Comments

Color spaces of #076249

RGB 79873
HSL0.450.870.21
HSV164°93°38°
CMYK 0.930.000.26   0.62
XYZ5.65799.26167.7928
Yxy9.26160.24910.4078
Hunter Lab30.4329-20.07196.1209
CIE-Lab36.4832-30.99247.4507

#076249 color RGB value is (7,98,73).

#076249 hex color red value is 7, green value is 98 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #076249 hue: 0.45 , saturation: 0.87 and the lightness value of 076249 is 0.21.

The process color (four color CMYK) of #076249 color hex is 0.93, 0.00, 0.26, 0.62. Web safe color of #076249 is #006633. Color #076249 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100010 01001001
Octal 7 142 111
Decimal 7 98 73
Hex 7 62 49

RGB Percentages of Color #076249

%3.93
%55.06
%41.01

CMYK Percentages of Color #076249

%93
%0
%26
%62

Triadic Colors of #076249

#076249 #490762 #624907

Analogous Colors of #076249

#076249 #074d62 #07621c

Monochromatic Colors of #076249

#076249

Complementary Color

#076249 #620720

#076249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076249 Color CSS Codes

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

#076249 Text Font Color

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

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


#076249 Background Color

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

This div background color is #076249


#076249 Border Color

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

This div border color is #076249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076249


Comments

No comments written yet.

Please login to write comment.