Color Hex Logo

#854738 Color Hex

#854738
(133,71,56)
0 Favorites   0 Comments

Color spaces of #854738

RGB 1337156
HSL0.030.410.37
HSV12°58°52°
CMYK 0.000.470.58   0.48
XYZ12.63999.77854.9626
Yxy9.77850.46160.3571
Hunter Lab31.270617.428012.4802
CIE-Lab37.441924.861220.7004

#854738 color RGB value is (133,71,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000111 00111000
Octal 205 107 70
Decimal 133 71 56
Hex 85 47 38

RGB Percentages of Color #854738

%51.15
%27.31
%21.54

CMYK Percentages of Color #854738

%0
%47
%58
%48

Triadic Colors of #854738

#854738 #388547 #473885

Analogous Colors of #854738

#854738 #856e38 #85384f

Monochromatic Colors of #854738

#854738

Complementary Color

#854738 #387685

#854738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854738 Color CSS Codes

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

#854738 Text Font Color

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

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


#854738 Background Color

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

This div background color is #854738


#854738 Border Color

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

This div border color is #854738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854738


Comments

No comments written yet.

Please login to write comment.