Color Hex Logo

#07523b Color Hex

#07523B
(7,82,59)
0 Favorites   0 Comments

Color spaces of #07523b

RGB 78259
HSL0.450.840.17
HSV162°91°32°
CMYK 0.910.000.28   0.68
XYZ3.89436.39555.1669
Yxy6.39550.25190.4138
Hunter Lab25.2893-16.76915.5889
CIE-Lab30.3891-27.58107.5732

#07523b color RGB value is (7,82,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010010 00111011
Octal 7 122 73
Decimal 7 82 59
Hex 7 52 3B

RGB Percentages of Color #07523b

%4.73
%55.41
%39.86

CMYK Percentages of Color #07523b

%91
%0
%28
%68

Triadic Colors of #07523b

#07523b #3b0752 #523b07

Analogous Colors of #07523b

#07523b #074452 #075216

Monochromatic Colors of #07523b

#07523b

Complementary Color

#07523b #52071e

#07523b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07523b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07523b Color CSS Codes

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

#07523b Text Font Color

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

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


#07523b Background Color

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

This div background color is #07523b


#07523b Border Color

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

This div border color is #07523b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07523b


Comments

No comments written yet.

Please login to write comment.