Color Hex Logo

#853213 Color Hex

#853213
(133,50,19)
0 Favorites   0 Comments

Color spaces of #853213

RGB 1335019
HSL0.050.750.30
HSV16°86°52°
CMYK 0.000.620.86   0.48
XYZ10.93107.31481.4519
Yxy7.31480.55490.3714
Hunter Lab27.045924.813115.7493
CIE-Lab32.513134.043536.2166

#853213 color RGB value is (133,50,19).

#853213 hex color red value is 133, green value is 50 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #853213 hue: 0.05 , saturation: 0.75 and the lightness value of 853213 is 0.30.

The process color (four color CMYK) of #853213 color hex is 0.00, 0.62, 0.86, 0.48. Web safe color of #853213 is #993300. Color #853213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 00010011
Octal 205 62 23
Decimal 133 50 19
Hex 85 32 13

RGB Percentages of Color #853213

%65.84
%24.75
%9.41

CMYK Percentages of Color #853213

%0
%62
%86
%48

Triadic Colors of #853213

#853213 #138532 #321385

Analogous Colors of #853213

#853213 #856b13 #85132d

Monochromatic Colors of #853213

#853213

Complementary Color

#853213 #136685

#853213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853213 Color CSS Codes

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

#853213 Text Font Color

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

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


#853213 Background Color

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

This div background color is #853213


#853213 Border Color

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

This div border color is #853213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853213


Comments

No comments written yet.

Please login to write comment.