Color Hex Logo

#853f15 Color Hex

#853F15
(133,63,21)
0 Favorites   0 Comments

Color spaces of #853f15

RGB 1336321
HSL0.060.730.30
HSV23°84°52°
CMYK 0.000.530.84   0.48
XYZ11.58578.59571.7580
Yxy8.59570.52810.3918
Hunter Lab29.318419.230216.9677
CIE-Lab35.193927.248837.7160

#853f15 color RGB value is (133,63,21).

#853f15 hex color red value is 133, green value is 63 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #853f15 hue: 0.06 , saturation: 0.73 and the lightness value of 853f15 is 0.30.

The process color (four color CMYK) of #853f15 color hex is 0.00, 0.53, 0.84, 0.48. Web safe color of #853f15 is #993300. Color #853f15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 00010101
Octal 205 77 25
Decimal 133 63 21
Hex 85 3F 15

RGB Percentages of Color #853f15

%61.29
%29.03
%9.68

CMYK Percentages of Color #853f15

%0
%53
%84
%48

Triadic Colors of #853f15

#853f15 #15853f #3f1585

Analogous Colors of #853f15

#853f15 #857715 #851523

Monochromatic Colors of #853f15

#853f15

Complementary Color

#853f15 #155b85

#853f15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853f15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853f15 Color CSS Codes

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

#853f15 Text Font Color

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

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


#853f15 Background Color

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

This div background color is #853f15


#853f15 Border Color

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

This div border color is #853f15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853f15


Comments

No comments written yet.

Please login to write comment.