Color Hex Logo

#00634e Color Hex

#00634E
(0,99,78)
0 Favorites   0 Comments

Color spaces of #00634e

RGB 09978
HSL0.461.000.19
HSV167°100°39°
CMYK 1.000.000.21   0.61
XYZ5.83709.47378.7287
Yxy9.47370.24280.3941
Hunter Lab30.7794-20.01324.7316
CIE-Lab36.8808-30.66774.9369

#00634e color RGB value is (0,99,78).

#00634e hex color red value is 0, green value is 99 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #00634e hue: 0.46 , saturation: 1.00 and the lightness value of 00634e is 0.19.

The process color (four color CMYK) of #00634e color hex is 1.00, 0.00, 0.21, 0.61. Web safe color of #00634e is #006666. Color #00634e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100011 01001110
Octal 0 143 116
Decimal 0 99 78
Hex 0 63 4E

RGB Percentages of Color #00634e

%0.00
%55.93
%44.07

CMYK Percentages of Color #00634e

%100
%0
%21
%61

Triadic Colors of #00634e

#00634e #4e0063 #634e00

Analogous Colors of #00634e

#00634e #004763 #00631d

Monochromatic Colors of #00634e

#00634e

Complementary Color

#00634e #630015

#00634e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00634e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00634e Color CSS Codes

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

#00634e Text Font Color

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

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


#00634e Background Color

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

This div background color is #00634e


#00634e Border Color

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

This div border color is #00634e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00634e


Comments

No comments written yet.

Please login to write comment.