Color Hex Logo

#353500 Color Hex

#353500
(53,53,0)
0 Favorites   0 Comments

Color spaces of #353500

RGB 53530
HSL0.171.000.10
HSV60°100°21°
CMYK 0.000.001.00   0.79
XYZ2.74133.30310.4931
Yxy3.30310.41930.5053
Hunter Lab18.1744-4.881611.1135
CIE-Lab21.2190-7.091429.5315

#353500 color RGB value is (53,53,0).

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

The process color (four color CMYK) of #353500 color hex is 0.00, 0.00, 1.00, 0.79. Web safe color of #353500 is #333300. Color #353500 contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #353500

%50.00
%50.00
%0.00

CMYK Percentages of Color #353500

%0
%0
%100
%79

Triadic Colors of #353500

#353500 #003535 #350035

Analogous Colors of #353500

#353500 #1b3500 #351b00

Monochromatic Colors of #353500

#353500

Complementary Color

#353500 #000035

#353500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353500 Color CSS Codes

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

#353500 Text Font Color

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

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


#353500 Background Color

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

This div background color is #353500


#353500 Border Color

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

This div border color is #353500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353500


Comments

No comments written yet.

Please login to write comment.