Color Hex Logo

#553835 Color Hex

#553835
(85,56,53)
0 Favorites   0 Comments

Color spaces of #553835

RGB 855653
HSL0.020.230.27
HSV38°33°
CMYK 0.000.340.38   0.67
XYZ5.80315.01674.0306
Yxy5.01670.39080.3378
Hunter Lab22.39807.05115.0091
CIE-Lab26.782312.47767.1075

#553835 color RGB value is (85,56,53).

#553835 hex color red value is 85, green value is 56 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #553835 hue: 0.02 , saturation: 0.23 and the lightness value of 553835 is 0.27.

The process color (four color CMYK) of #553835 color hex is 0.00, 0.34, 0.38, 0.67. Web safe color of #553835 is #663333. Color #553835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 00110101
Octal 125 70 65
Decimal 85 56 53
Hex 55 38 35

RGB Percentages of Color #553835

%43.81
%28.87
%27.32

CMYK Percentages of Color #553835

%0
%34
%38
%67

Triadic Colors of #553835

#553835 #355538 #383555

Analogous Colors of #553835

#553835 #554835 #553542

Monochromatic Colors of #553835

#553835

Complementary Color

#553835 #355255

#553835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553835 Color CSS Codes

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

#553835 Text Font Color

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

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


#553835 Background Color

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

This div background color is #553835


#553835 Border Color

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

This div border color is #553835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553835


Comments

No comments written yet.

Please login to write comment.