Color Hex Logo

#853207 Color Hex

#853207
(133,50,7)
0 Favorites   0 Comments

Color spaces of #853207

RGB 133507
HSL0.060.900.27
HSV20°95°52°
CMYK 0.000.620.95   0.48
XYZ10.85187.28311.0348
Yxy7.28310.56610.3799
Hunter Lab26.987224.548816.6176
CIE-Lab32.442933.757441.1584

#853207 color RGB value is (133,50,7).

#853207 hex color red value is 133, green value is 50 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #853207 hue: 0.06 , saturation: 0.90 and the lightness value of 853207 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 00000111
Octal 205 62 7
Decimal 133 50 7
Hex 85 32 7

RGB Percentages of Color #853207

%70.00
%26.32
%3.68

CMYK Percentages of Color #853207

%0
%62
%95
%48

Triadic Colors of #853207

#853207 #078532 #320785

Analogous Colors of #853207

#853207 #857107 #85071b

Monochromatic Colors of #853207

#853207

Complementary Color

#853207 #075a85

#853207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853207 Color CSS Codes

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

#853207 Text Font Color

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

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


#853207 Background Color

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

This div background color is #853207


#853207 Border Color

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

This div border color is #853207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853207


Comments

No comments written yet.

Please login to write comment.