Color Hex Logo

#853d44 Color Hex

#853D44
(133,61,68)
0 Favorites   0 Comments

Color spaces of #853d44

RGB 1336168
HSL0.980.370.38
HSV354°54°52°
CMYK 0.000.540.49   0.48
XYZ12.38508.74146.5033
Yxy8.74140.44820.3164
Hunter Lab29.565923.03267.6547
CIE-Lab35.481631.583910.5827

#853d44 color RGB value is (133,61,68).

#853d44 hex color red value is 133, green value is 61 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #853d44 hue: 0.98 , saturation: 0.37 and the lightness value of 853d44 is 0.38.

The process color (four color CMYK) of #853d44 color hex is 0.00, 0.54, 0.49, 0.48. Web safe color of #853d44 is #993333. Color #853d44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111101 01000100
Octal 205 75 104
Decimal 133 61 68
Hex 85 3D 44

RGB Percentages of Color #853d44

%50.76
%23.28
%25.95

CMYK Percentages of Color #853d44

%0
%54
%49
%48

Triadic Colors of #853d44

#853d44 #44853d #3d4485

Analogous Colors of #853d44

#853d44 #855a3d #853d68

Monochromatic Colors of #853d44

#853d44

Complementary Color

#853d44 #3d857e

#853d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853d44 Color CSS Codes

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

#853d44 Text Font Color

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

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


#853d44 Background Color

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

This div background color is #853d44


#853d44 Border Color

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

This div border color is #853d44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,61,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #853d44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #853d44;
  -webkit-box-shadow: 1px 1px 3px 2px #853d44;
  box-shadow:         1px 1px 3px 2px #853d44; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853d44


Comments

No comments written yet.

Please login to write comment.