Color Hex Logo

#003507 Color Hex

#003507
(0,53,7)
0 Favorites   0 Comments

Color spaces of #003507

RGB 0537
HSL0.361.000.10
HSV128°100°21°
CMYK 1.000.000.87   0.79
XYZ1.31152.56150.6263
Yxy2.56150.29150.5693
Hunter Lab16.0047-13.38118.8831
CIE-Lab18.1945-27.464022.4116

#003507 color RGB value is (0,53,7).

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

The process color (four color CMYK) of #003507 color hex is 1.00, 0.00, 0.87, 0.79. Web safe color of #003507 is #003300. Color #003507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110101 00000111
Octal 0 65 7
Decimal 0 53 7
Hex 0 35 7

RGB Percentages of Color #003507

%0.00
%88.33
%11.67

CMYK Percentages of Color #003507

%100
%0
%87
%79

Triadic Colors of #003507

#003507 #070035 #350700

Analogous Colors of #003507

#003507 #003522 #143500

Monochromatic Colors of #003507

#003507

Complementary Color

#003507 #35002e

#003507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003507 Color CSS Codes

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

#003507 Text Font Color

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

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


#003507 Background Color

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

This div background color is #003507


#003507 Border Color

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

This div border color is #003507


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,53,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 #003507">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003507


Comments

No comments written yet.

Please login to write comment.