Color Hex Logo

#353223 Color Hex

#353223
(53,50,35)
0 Favorites   0 Comments

Color spaces of #353223

RGB 535035
HSL0.140.200.17
HSV50°34°21°
CMYK 0.000.060.34   0.79
XYZ2.91223.15942.0465
Yxy3.15940.35870.3892
Hunter Lab17.7747-1.86045.6159
CIE-Lab20.6713-1.608010.0506

#353223 color RGB value is (53,50,35).

#353223 hex color red value is 53, green value is 50 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #353223 hue: 0.14 , saturation: 0.20 and the lightness value of 353223 is 0.17.

The process color (four color CMYK) of #353223 color hex is 0.00, 0.06, 0.34, 0.79. Web safe color of #353223 is #333333. Color #353223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 00100011
Octal 65 62 43
Decimal 53 50 35
Hex 35 32 23

RGB Percentages of Color #353223

%38.41
%36.23
%25.36

CMYK Percentages of Color #353223

%0
%6
%34
%79

Triadic Colors of #353223

#353223 #233532 #322335

Analogous Colors of #353223

#353223 #2f3523 #352923

Monochromatic Colors of #353223

#353223

Complementary Color

#353223 #232635

#353223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353223 Color CSS Codes

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

#353223 Text Font Color

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

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


#353223 Background Color

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

This div background color is #353223


#353223 Border Color

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

This div border color is #353223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353223


Comments

No comments written yet.

Please login to write comment.