Color Hex Logo

#853843 Color Hex

#853843
(133,56,67)
0 Favorites   0 Comments

Color spaces of #853843

RGB 1335667
HSL0.980.410.37
HSV351°58°52°
CMYK 0.000.580.50   0.48
XYZ12.10028.22016.2591
Yxy8.22010.45520.3093
Hunter Lab28.670725.16057.1259
CIE-Lab34.437134.12769.7730

#853843 color RGB value is (133,56,67).

#853843 hex color red value is 133, green value is 56 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #853843 hue: 0.98 , saturation: 0.41 and the lightness value of 853843 is 0.37.

The process color (four color CMYK) of #853843 color hex is 0.00, 0.58, 0.50, 0.48. Web safe color of #853843 is #993333. Color #853843 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 01000011
Octal 205 70 103
Decimal 133 56 67
Hex 85 38 43

RGB Percentages of Color #853843

%51.95
%21.88
%26.17

CMYK Percentages of Color #853843

%0
%58
%50
%48

Triadic Colors of #853843

#853843 #438538 #384385

Analogous Colors of #853843

#853843 #855438 #85386a

Monochromatic Colors of #853843

#853843

Complementary Color

#853843 #38857a

#853843 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853843 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853843 Color CSS Codes

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

#853843 Text Font Color

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

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


#853843 Background Color

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

This div background color is #853843


#853843 Border Color

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

This div border color is #853843


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853843


Comments

No comments written yet.

Please login to write comment.