Color Hex Logo

#00753d Color Hex

#00753D
(0,117,61)
0 Favorites   0 Comments

Color spaces of #00753d

RGB 011761
HSL0.421.000.23
HSV151°100°46°
CMYK 1.000.000.48   0.54
XYZ7.203613.05956.5559
Yxy13.05950.26860.4869
Hunter Lab36.1379-27.659914.5406
CIE-Lab42.8528-42.079923.0815

#00753d color RGB value is (0,117,61).

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

The process color (four color CMYK) of #00753d color hex is 1.00, 0.00, 0.48, 0.54. Web safe color of #00753d is #006633. Color #00753d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110101 00111101
Octal 0 165 75
Decimal 0 117 61
Hex 0 75 3D

RGB Percentages of Color #00753d

%0.00
%65.73
%34.27

CMYK Percentages of Color #00753d

%100
%0
%48
%54

Triadic Colors of #00753d

#00753d #3d0075 #753d00

Analogous Colors of #00753d

#00753d #007375 #007502

Monochromatic Colors of #00753d

#00753d

Complementary Color

#00753d #750038

#00753d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00753d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00753d Color CSS Codes

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

#00753d Text Font Color

<p style="color:#00753d">Text here</p>

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


#00753d Background Color

<div style="background-color:#00753d">
Div content here</div>

This div background color is #00753d


#00753d Border Color

<div style="border:3px solid #00753d">
Div here</div>

This div border color is #00753d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00753d


Comments

No comments written yet.

Please login to write comment.