Color Hex Logo

#00752e Color Hex

#00752E
(0,117,46)
0 Favorites   0 Comments

Color spaces of #00752e

RGB 011746
HSL0.401.000.23
HSV144°100°46°
CMYK 1.000.000.61   0.54
XYZ6.854412.91984.7173
Yxy12.91980.27990.5275
Hunter Lab35.9441-28.863017.3797
CIE-Lab42.6422-44.648030.8634

#00752e color RGB value is (0,117,46).

#00752e hex color red value is 0, green value is 117 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #00752e hue: 0.40 , saturation: 1.00 and the lightness value of 00752e is 0.23.

The process color (four color CMYK) of #00752e color hex is 1.00, 0.00, 0.61, 0.54. Web safe color of #00752e is #006633. Color #00752e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110101 00101110
Octal 0 165 56
Decimal 0 117 46
Hex 0 75 2E

RGB Percentages of Color #00752e

%0.00
%71.78
%28.22

CMYK Percentages of Color #00752e

%100
%0
%61
%54

Triadic Colors of #00752e

#00752e #2e0075 #752e00

Analogous Colors of #00752e

#00752e #007569 #0d7500

Monochromatic Colors of #00752e

#00752e

Complementary Color

#00752e #750047

#00752e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00752e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00752e Color CSS Codes

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

#00752e Text Font Color

<p style="color:#00752e">Text here</p>

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


#00752e Background Color

<div style="background-color:#00752e">
Div content here</div>

This div background color is #00752e


#00752e Border Color

<div style="border:3px solid #00752e">
Div here</div>

This div border color is #00752e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,117,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00752e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00752e;
  -webkit-box-shadow: 1px 1px 3px 2px #00752e;
  box-shadow:         1px 1px 3px 2px #00752e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,117,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00752e


Comments

No comments written yet.

Please login to write comment.