Color Hex Logo

#07533a Color Hex

#07533A
(7,83,58)
0 Favorites   0 Comments

Color spaces of #07533a

RGB 78358
HSL0.450.840.18
HSV160°92°33°
CMYK 0.920.000.30   0.67
XYZ3.94466.53725.0569
Yxy6.53720.25390.4207
Hunter Lab25.5679-17.20516.1710
CIE-Lab30.7292-28.30808.6771

#07533a color RGB value is (7,83,58).

#07533a hex color red value is 7, green value is 83 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #07533a hue: 0.45 , saturation: 0.84 and the lightness value of 07533a is 0.18.

The process color (four color CMYK) of #07533a color hex is 0.92, 0.00, 0.30, 0.67. Web safe color of #07533a is #006633. Color #07533a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010011 00111010
Octal 7 123 72
Decimal 7 83 58
Hex 7 53 3A

RGB Percentages of Color #07533a

%4.73
%56.08
%39.19

CMYK Percentages of Color #07533a

%92
%0
%30
%67

Triadic Colors of #07533a

#07533a #3a0753 #533a07

Analogous Colors of #07533a

#07533a #074653 #075314

Monochromatic Colors of #07533a

#07533a

Complementary Color

#07533a #530720

#07533a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07533a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07533a Color CSS Codes

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

#07533a Text Font Color

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

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


#07533a Background Color

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

This div background color is #07533a


#07533a Border Color

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

This div border color is #07533a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,83,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07533a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07533a;
  -webkit-box-shadow: 1px 1px 3px 2px #07533a;
  box-shadow:         1px 1px 3px 2px #07533a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07533a


Comments

No comments written yet.

Please login to write comment.