Color Hex Logo

#003504 Color Hex

#003504
(0,53,4)
0 Favorites   0 Comments

Color spaces of #003504

RGB 0534
HSL0.351.000.10
HSV125°100°21°
CMYK 1.000.000.92   0.79
XYZ1.29502.55500.5398
Yxy2.55500.29500.5820
Hunter Lab15.9844-13.51129.1868
CIE-Lab18.1655-27.844323.5989

#003504 color RGB value is (0,53,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110101 00000100
Octal 0 65 4
Decimal 0 53 4
Hex 0 35 4

RGB Percentages of Color #003504

%0.00
%92.98
%7.02

CMYK Percentages of Color #003504

%100
%0
%92
%79

Triadic Colors of #003504

#003504 #040035 #350400

Analogous Colors of #003504

#003504 #00351f #173500

Monochromatic Colors of #003504

#003504

Complementary Color

#003504 #350031

#003504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003504 Color CSS Codes

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

#003504 Text Font Color

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

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


#003504 Background Color

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

This div background color is #003504


#003504 Border Color

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

This div border color is #003504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003504


Comments

No comments written yet.

Please login to write comment.