Color Hex Logo

#076849 Color Hex

#076849
(7,104,73)
0 Favorites   0 Comments

Color spaces of #076849

RGB 710473
HSL0.450.870.22
HSV161°93°41°
CMYK 0.930.000.30   0.59
XYZ6.240510.42687.9870
Yxy10.42680.25310.4229
Hunter Lab32.2906-22.01147.9381
CIE-Lab38.5978-33.623910.4124

#076849 color RGB value is (7,104,73).

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

The process color (four color CMYK) of #076849 color hex is 0.93, 0.00, 0.30, 0.59. Web safe color of #076849 is #006633. Color #076849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101000 01001001
Octal 7 150 111
Decimal 7 104 73
Hex 7 68 49

RGB Percentages of Color #076849

%3.80
%56.52
%39.67

CMYK Percentages of Color #076849

%93
%0
%30
%59

Triadic Colors of #076849

#076849 #490768 #684907

Analogous Colors of #076849

#076849 #075768 #076819

Monochromatic Colors of #076849

#076849

Complementary Color

#076849 #680726

#076849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076849 Color CSS Codes

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

#076849 Text Font Color

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

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


#076849 Background Color

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

This div background color is #076849


#076849 Border Color

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

This div border color is #076849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,104,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 #076849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076849


Comments

No comments written yet.

Please login to write comment.