Color Hex Logo

#07502f Color Hex

#07502F
(7,80,47)
0 Favorites   0 Comments

Color spaces of #07502f

RGB 78047
HSL0.420.840.17
HSV153°91°31°
CMYK 0.910.000.41   0.69
XYZ3.46945.98773.6622
Yxy5.98770.26450.4564
Hunter Lab24.4698-17.51388.2554
CIE-Lab29.3814-29.749413.6847

#07502f color RGB value is (7,80,47).

#07502f hex color red value is 7, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #07502f hue: 0.42 , saturation: 0.84 and the lightness value of 07502f is 0.17.

The process color (four color CMYK) of #07502f color hex is 0.91, 0.00, 0.41, 0.69. Web safe color of #07502f is #006633. Color #07502f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 00101111
Octal 7 120 57
Decimal 7 80 47
Hex 7 50 2F

RGB Percentages of Color #07502f

%5.22
%59.70
%35.07

CMYK Percentages of Color #07502f

%91
%0
%41
%69

Triadic Colors of #07502f

#07502f #2f0750 #502f07

Analogous Colors of #07502f

#07502f #074d50 #07500b

Monochromatic Colors of #07502f

#07502f

Complementary Color

#07502f #500728

#07502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07502f Color CSS Codes

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

#07502f Text Font Color

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

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


#07502f Background Color

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

This div background color is #07502f


#07502f Border Color

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

This div border color is #07502f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,80,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07502f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07502f;
  -webkit-box-shadow: 1px 1px 3px 2px #07502f;
  box-shadow:         1px 1px 3px 2px #07502f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07502f


Comments

No comments written yet.

Please login to write comment.