Color Hex Logo

#07523c Color Hex

#07523C
(7,82,60)
0 Favorites   0 Comments

Color spaces of #07523c

RGB 78260
HSL0.450.840.17
HSV162°91°32°
CMYK 0.910.000.27   0.68
XYZ3.92056.40605.3048
Yxy6.40600.25080.4098
Hunter Lab25.3101-16.64325.2903
CIE-Lab30.4145-27.30476.9785

#07523c color RGB value is (7,82,60).

#07523c hex color red value is 7, green value is 82 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #07523c hue: 0.45 , saturation: 0.84 and the lightness value of 07523c is 0.17.

The process color (four color CMYK) of #07523c color hex is 0.91, 0.00, 0.27, 0.68. Web safe color of #07523c is #006633. Color #07523c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010010 00111100
Octal 7 122 74
Decimal 7 82 60
Hex 7 52 3C

RGB Percentages of Color #07523c

%4.70
%55.03
%40.27

CMYK Percentages of Color #07523c

%91
%0
%27
%68

Triadic Colors of #07523c

#07523c #3c0752 #523c07

Analogous Colors of #07523c

#07523c #074352 #075217

Monochromatic Colors of #07523c

#07523c

Complementary Color

#07523c #52071d

#07523c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07523c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07523c Color CSS Codes

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

#07523c Text Font Color

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

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


#07523c Background Color

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

This div background color is #07523c


#07523c Border Color

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

This div border color is #07523c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07523c


Comments

No comments written yet.

Please login to write comment.