Color Hex Logo

#853014 Color Hex

#853014
(133,48,20)
0 Favorites   0 Comments

Color spaces of #853014

RGB 1334820
HSL0.040.740.30
HSV15°85°52°
CMYK 0.000.640.85   0.48
XYZ10.85617.15101.4699
Yxy7.15100.55740.3672
Hunter Lab26.741425.667715.4599
CIE-Lab32.148235.059535.3924

#853014 color RGB value is (133,48,20).

#853014 hex color red value is 133, green value is 48 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #853014 hue: 0.04 , saturation: 0.74 and the lightness value of 853014 is 0.30.

The process color (four color CMYK) of #853014 color hex is 0.00, 0.64, 0.85, 0.48. Web safe color of #853014 is #993300. Color #853014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110000 00010100
Octal 205 60 24
Decimal 133 48 20
Hex 85 30 14

RGB Percentages of Color #853014

%66.17
%23.88
%9.95

CMYK Percentages of Color #853014

%0
%64
%85
%48

Triadic Colors of #853014

#853014 #148530 #301485

Analogous Colors of #853014

#853014 #856914 #851430

Monochromatic Colors of #853014

#853014

Complementary Color

#853014 #146985

#853014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853014 Color CSS Codes

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

#853014 Text Font Color

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

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


#853014 Background Color

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

This div background color is #853014


#853014 Border Color

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

This div border color is #853014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853014


Comments

No comments written yet.

Please login to write comment.