Color Hex Logo

#07561c Color Hex

#07561C
(7,86,28)
0 Favorites   0 Comments

Color spaces of #07561c

RGB 78628
HSL0.380.850.18
HSV136°92°34°
CMYK 0.920.000.67   0.66
XYZ3.62506.78462.2171
Yxy6.78460.28710.5373
Hunter Lab26.0473-20.740913.1864
CIE-Lab31.3114-35.625126.9573

#07561c color RGB value is (7,86,28).

#07561c hex color red value is 7, green value is 86 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #07561c hue: 0.38 , saturation: 0.85 and the lightness value of 07561c is 0.18.

The process color (four color CMYK) of #07561c color hex is 0.92, 0.00, 0.67, 0.66. Web safe color of #07561c is #006633. Color #07561c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010110 00011100
Octal 7 126 34
Decimal 7 86 28
Hex 7 56 1C

RGB Percentages of Color #07561c

%5.79
%71.07
%23.14

CMYK Percentages of Color #07561c

%92
%0
%67
%66

Triadic Colors of #07561c

#07561c #1c0756 #561c07

Analogous Colors of #07561c

#07561c #075644 #1a5607

Monochromatic Colors of #07561c

#07561c

Complementary Color

#07561c #560741

#07561c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07561c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07561c Color CSS Codes

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

#07561c Text Font Color

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

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


#07561c Background Color

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

This div background color is #07561c


#07561c Border Color

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

This div border color is #07561c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,86,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07561c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07561c;
  -webkit-box-shadow: 1px 1px 3px 2px #07561c;
  box-shadow:         1px 1px 3px 2px #07561c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07561c


Comments

No comments written yet.

Please login to write comment.