Color Hex Logo

#002307 Color Hex

#002307
(0,35,7)
0 Favorites   0 Comments

Color spaces of #002307

RGB 0357
HSL0.371.000.07
HSV132°100°14°
CMYK 1.000.000.80   0.86
XYZ0.63941.21740.4023
Yxy1.21740.28300.5389
Hunter Lab11.0336-8.96465.5617
CIE-Lab10.6851-19.864212.6683

#002307 color RGB value is (0,35,7).

#002307 hex color red value is 0, green value is 35 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #002307 hue: 0.37 , saturation: 1.00 and the lightness value of 002307 is 0.07.

The process color (four color CMYK) of #002307 color hex is 1.00, 0.00, 0.80, 0.86. Web safe color of #002307 is #003300. Color #002307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100011 00000111
Octal 0 43 7
Decimal 0 35 7
Hex 0 23 7

RGB Percentages of Color #002307

%0.00
%83.33
%16.67

CMYK Percentages of Color #002307

%100
%0
%80
%86

Triadic Colors of #002307

#002307 #070023 #230700

Analogous Colors of #002307

#002307 #002319 #0b2300

Monochromatic Colors of #002307

#002307

Complementary Color

#002307 #23001c

#002307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#002307 Color CSS Codes

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

#002307 Text Font Color

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

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


#002307 Background Color

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

This div background color is #002307


#002307 Border Color

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

This div border color is #002307


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,35,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #002307; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #002307;
  -webkit-box-shadow: 1px 1px 3px 2px #002307;
  box-shadow:         1px 1px 3px 2px #002307; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002307


Comments

No comments written yet.

Please login to write comment.