Color Hex Logo

#853d0c Color Hex

#853D0C
(133,61,12)
0 Favorites   0 Comments

Color spaces of #853d0c

RGB 1336112
HSL0.070.830.28
HSV24°91°52°
CMYK 0.000.540.91   0.48
XYZ11.40808.35061.3584
Yxy8.35060.54020.3954
Hunter Lab28.897419.897017.4411
CIE-Lab34.702628.092441.0325

#853d0c color RGB value is (133,61,12).

#853d0c hex color red value is 133, green value is 61 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #853d0c hue: 0.07 , saturation: 0.83 and the lightness value of 853d0c is 0.28.

The process color (four color CMYK) of #853d0c color hex is 0.00, 0.54, 0.91, 0.48. Web safe color of #853d0c is #993300. Color #853d0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111101 00001100
Octal 205 75 14
Decimal 133 61 12
Hex 85 3D C

RGB Percentages of Color #853d0c

%64.56
%29.61
%5.83

CMYK Percentages of Color #853d0c

%0
%54
%91
%48

Triadic Colors of #853d0c

#853d0c #0c853d #3d0c85

Analogous Colors of #853d0c

#853d0c #857a0c #850c17

Monochromatic Colors of #853d0c

#853d0c

Complementary Color

#853d0c #0c5485

#853d0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853d0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#853d0c Color CSS Codes

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

#853d0c Text Font Color

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

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


#853d0c Background Color

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

This div background color is #853d0c


#853d0c Border Color

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

This div border color is #853d0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853d0c

#853d0c Color Palettes


Comments

No comments written yet.

Please login to write comment.