Color Hex Logo

#353730 Color Hex

#353730
(53,55,48)
0 Favorites   0 Comments

Color spaces of #353730

RGB 535548
HSL0.210.070.20
HSV77°13°22°
CMYK 0.040.000.13   0.78
XYZ3.36793.70273.3335
Yxy3.70270.32370.3559
Hunter Lab19.2424-2.43233.1984
CIE-Lab22.6632-2.42504.0939

#353730 color RGB value is (53,55,48).

#353730 hex color red value is 53, green value is 55 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #353730 hue: 0.21 , saturation: 0.07 and the lightness value of 353730 is 0.20.

The process color (four color CMYK) of #353730 color hex is 0.04, 0.00, 0.13, 0.78. Web safe color of #353730 is #333333. Color #353730 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 00110000
Octal 65 67 60
Decimal 53 55 48
Hex 35 37 30

RGB Percentages of Color #353730

%33.97
%35.26
%30.77

CMYK Percentages of Color #353730

%4
%0
%13
%78

Triadic Colors of #353730

#353730 #303537 #373035

Analogous Colors of #353730

#353730 #323730 #373630

Monochromatic Colors of #353730

#353730

Complementary Color

#353730 #323037

#353730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353730 Color CSS Codes

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

#353730 Text Font Color

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

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


#353730 Background Color

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

This div background color is #353730


#353730 Border Color

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

This div border color is #353730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353730


Comments

No comments written yet.

Please login to write comment.