Color Hex Logo

#00682f Color Hex

#00682F
(0,104,47)
0 Favorites   0 Comments

Color spaces of #00682f

RGB 010447
HSL0.411.000.20
HSV147°100°41°
CMYK 1.000.000.55   0.59
XYZ5.463410.10594.3520
Yxy10.10590.27420.5073
Hunter Lab31.7898-24.955114.1361
CIE-Lab38.0318-39.931024.7767

#00682f color RGB value is (0,104,47).

#00682f hex color red value is 0, green value is 104 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #00682f hue: 0.41 , saturation: 1.00 and the lightness value of 00682f is 0.20.

The process color (four color CMYK) of #00682f color hex is 1.00, 0.00, 0.55, 0.59. Web safe color of #00682f is #006633. Color #00682f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101000 00101111
Octal 0 150 57
Decimal 0 104 47
Hex 0 68 2F

RGB Percentages of Color #00682f

%0.00
%68.87
%31.13

CMYK Percentages of Color #00682f

%100
%0
%55
%59

Triadic Colors of #00682f

#00682f #2f0068 #682f00

Analogous Colors of #00682f

#00682f #006863 #056800

Monochromatic Colors of #00682f

#00682f

Complementary Color

#00682f #680039

#00682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00682f Color CSS Codes

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

#00682f Text Font Color

<p style="color:#00682f">Text here</p>

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


#00682f Background Color

<div style="background-color:#00682f">
Div content here</div>

This div background color is #00682f


#00682f Border Color

<div style="border:3px solid #00682f">
Div here</div>

This div border color is #00682f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,104,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00682f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00682f;
  -webkit-box-shadow: 1px 1px 3px 2px #00682f;
  box-shadow:         1px 1px 3px 2px #00682f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00682f


Comments

No comments written yet.

Please login to write comment.