Color Hex Logo

#00674d Color Hex

#00674D
(0,103,77)
0 Favorites   0 Comments

Color spaces of #00674d

RGB 010377
HSL0.461.000.20
HSV165°100°40°
CMYK 1.000.000.25   0.60
XYZ6.189810.23638.6707
Yxy10.23630.24660.4079
Hunter Lab31.9942-21.45626.3279
CIE-Lab38.2632-32.72967.5118

#00674d color RGB value is (0,103,77).

#00674d hex color red value is 0, green value is 103 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #00674d hue: 0.46 , saturation: 1.00 and the lightness value of 00674d is 0.20.

The process color (four color CMYK) of #00674d color hex is 1.00, 0.00, 0.25, 0.60. Web safe color of #00674d is #006666. Color #00674d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100111 01001101
Octal 0 147 115
Decimal 0 103 77
Hex 0 67 4D

RGB Percentages of Color #00674d

%0.00
%57.22
%42.78

CMYK Percentages of Color #00674d

%100
%0
%25
%60

Triadic Colors of #00674d

#00674d #4d0067 #674d00

Analogous Colors of #00674d

#00674d #004d67 #00671a

Monochromatic Colors of #00674d

#00674d

Complementary Color

#00674d #67001a

#00674d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00674d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00674d Color CSS Codes

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

#00674d Text Font Color

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

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


#00674d Background Color

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

This div background color is #00674d


#00674d Border Color

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

This div border color is #00674d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00674d


Comments

No comments written yet.

Please login to write comment.