Color Hex Logo

#00813e Color Hex

#00813E
(0,129,62)
0 Favorites   0 Comments

Color spaces of #00813e

RGB 012962
HSL0.411.000.25
HSV149°100°51°
CMYK 1.000.000.52   0.49
XYZ8.719816.04837.1955
Yxy16.04830.27280.5021
Hunter Lab40.0603-31.252117.3928
CIE-Lab47.0378-46.208027.8265

#00813e color RGB value is (0,129,62).

#00813e hex color red value is 0, green value is 129 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #00813e hue: 0.41 , saturation: 1.00 and the lightness value of 00813e is 0.25.

The process color (four color CMYK) of #00813e color hex is 1.00, 0.00, 0.52, 0.49. Web safe color of #00813e is #009933. Color #00813e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000001 00111110
Octal 0 201 76
Decimal 0 129 62
Hex 0 81 3E

RGB Percentages of Color #00813e

%0.00
%67.54
%32.46

CMYK Percentages of Color #00813e

%100
%0
%52
%49

Triadic Colors of #00813e

#00813e #3e0081 #813e00

Analogous Colors of #00813e

#00813e #00817f #038100

Monochromatic Colors of #00813e

#00813e

Complementary Color

#00813e #810043

#00813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00813e Color CSS Codes

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

#00813e Text Font Color

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

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


#00813e Background Color

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

This div background color is #00813e


#00813e Border Color

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

This div border color is #00813e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00813e


Comments

No comments written yet.

Please login to write comment.