Color Hex Logo

#853440 Color Hex

#853440
(133,52,64)
0 Favorites   0 Comments

Color spaces of #853440

RGB 1335264
HSL0.980.440.36
HSV351°61°52°
CMYK 0.000.610.52   0.48
XYZ11.82637.81275.7352
Yxy7.81270.46610.3079
Hunter Lab27.951226.60977.4004
CIE-Lab33.589735.867810.5286

#853440 color RGB value is (133,52,64).

#853440 hex color red value is 133, green value is 52 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #853440 hue: 0.98 , saturation: 0.44 and the lightness value of 853440 is 0.36.

The process color (four color CMYK) of #853440 color hex is 0.00, 0.61, 0.52, 0.48. Web safe color of #853440 is #993333. Color #853440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110100 01000000
Octal 205 64 100
Decimal 133 52 64
Hex 85 34 40

RGB Percentages of Color #853440

%53.41
%20.88
%25.70

CMYK Percentages of Color #853440

%0
%61
%52
%48

Triadic Colors of #853440

#853440 #408534 #344085

Analogous Colors of #853440

#853440 #855134 #853469

Monochromatic Colors of #853440

#853440

Complementary Color

#853440 #348579

#853440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853440 Color CSS Codes

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

#853440 Text Font Color

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

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


#853440 Background Color

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

This div background color is #853440


#853440 Border Color

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

This div border color is #853440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853440


Comments

No comments written yet.

Please login to write comment.