Color Hex Logo

#853047 Color Hex

#853047
(133,48,71)
0 Favorites   0 Comments

Color spaces of #853047

RGB 1334871
HSL0.950.470.35
HSV344°64°52°
CMYK 0.000.640.47   0.48
XYZ11.86717.55546.7941
Yxy7.55540.45270.2882
Hunter Lab27.487128.96204.5860
CIE-Lab33.039238.52735.2235

#853047 color RGB value is (133,48,71).

#853047 hex color red value is 133, green value is 48 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #853047 hue: 0.95 , saturation: 0.47 and the lightness value of 853047 is 0.35.

The process color (four color CMYK) of #853047 color hex is 0.00, 0.64, 0.47, 0.48. Web safe color of #853047 is #993333. Color #853047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110000 01000111
Octal 205 60 107
Decimal 133 48 71
Hex 85 30 47

RGB Percentages of Color #853047

%52.78
%19.05
%28.17

CMYK Percentages of Color #853047

%0
%64
%47
%48

Triadic Colors of #853047

#853047 #478530 #304785

Analogous Colors of #853047

#853047 #854430 #853072

Monochromatic Colors of #853047

#853047

Complementary Color

#853047 #30856e

#853047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853047 Color CSS Codes

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

#853047 Text Font Color

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

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


#853047 Background Color

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

This div background color is #853047


#853047 Border Color

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

This div border color is #853047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853047


Comments

No comments written yet.

Please login to write comment.