Color Hex Logo

#853003 Color Hex

#853003
(133,48,3)
0 Favorites   0 Comments

Color spaces of #853003

RGB 133483
HSL0.060.960.27
HSV21°98°52°
CMYK 0.000.640.98   0.48
XYZ10.74637.10700.8916
Yxy7.10700.57330.3791
Hunter Lab26.659025.300716.6783
CIE-Lab32.049334.665442.5044

#853003 color RGB value is (133,48,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110000 00000011
Octal 205 60 3
Decimal 133 48 3
Hex 85 30 3

RGB Percentages of Color #853003

%72.28
%26.09
%1.63

CMYK Percentages of Color #853003

%0
%64
%98
%48

Triadic Colors of #853003

#853003 #038530 #300385

Analogous Colors of #853003

#853003 #857103 #850317

Monochromatic Colors of #853003

#853003

Complementary Color

#853003 #035885

#853003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853003 Color CSS Codes

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

#853003 Text Font Color

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

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


#853003 Background Color

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

This div background color is #853003


#853003 Border Color

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

This div border color is #853003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853003


Comments

No comments written yet.

Please login to write comment.