Color Hex Logo

#076351 Color Hex

#076351
(7,99,81)
0 Favorites   0 Comments

Color spaces of #076351

RGB 79981
HSL0.470.870.21
HSV168°93°39°
CMYK 0.930.000.18   0.61
XYZ6.03479.56299.3124
Yxy9.56290.24230.3839
Hunter Lab30.9239-19.28323.7922
CIE-Lab37.0462-29.17843.3412

#076351 color RGB value is (7,99,81).

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

The process color (four color CMYK) of #076351 color hex is 0.93, 0.00, 0.18, 0.61. Web safe color of #076351 is #006666. Color #076351 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100011 01010001
Octal 7 143 121
Decimal 7 99 81
Hex 7 63 51

RGB Percentages of Color #076351

%3.74
%52.94
%43.32

CMYK Percentages of Color #076351

%93
%0
%18
%61

Triadic Colors of #076351

#076351 #510763 #635107

Analogous Colors of #076351

#076351 #074763 #076323

Monochromatic Colors of #076351

#076351

Complementary Color

#076351 #630719

#076351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076351 Color CSS Codes

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

#076351 Text Font Color

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

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


#076351 Background Color

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

This div background color is #076351


#076351 Border Color

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

This div border color is #076351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076351


Comments

No comments written yet.

Please login to write comment.