Color Hex Logo

#853005 Color Hex

#853005
(133,48,5)
0 Favorites   0 Comments

Color spaces of #853005

RGB 133485
HSL0.060.930.27
HSV20°96°52°
CMYK 0.000.640.96   0.48
XYZ10.75727.11140.9493
Yxy7.11140.57160.3779
Hunter Lab26.667225.336916.5564
CIE-Lab32.059234.704441.6962

#853005 color RGB value is (133,48,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110000 00000101
Octal 205 60 5
Decimal 133 48 5
Hex 85 30 5

RGB Percentages of Color #853005

%71.51
%25.81
%2.69

CMYK Percentages of Color #853005

%0
%64
%96
%48

Triadic Colors of #853005

#853005 #058530 #300585

Analogous Colors of #853005

#853005 #857005 #85051a

Monochromatic Colors of #853005

#853005

Complementary Color

#853005 #055a85

#853005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853005 Color CSS Codes

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

#853005 Text Font Color

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

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


#853005 Background Color

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

This div background color is #853005


#853005 Border Color

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

This div border color is #853005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853005


Comments

No comments written yet.

Please login to write comment.