Color Hex Logo

#853838 Color Hex

#853838
(133,56,56)
0 Favorites   0 Comments

Color spaces of #853838

RGB 1335656
HSL0.000.410.37
HSV58°52°
CMYK 0.000.580.58   0.48
XYZ11.80088.10044.6829
Yxy8.10040.48000.3295
Hunter Lab28.461224.203910.1675
CIE-Lab34.191133.096116.4638

#853838 color RGB value is (133,56,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 00111000
Octal 205 70 70
Decimal 133 56 56
Hex 85 38 38

RGB Percentages of Color #853838

%54.29
%22.86
%22.86

CMYK Percentages of Color #853838

%0
%58
%58
%48

Triadic Colors of #853838

#853838 #388538 #383885

Analogous Colors of #853838

#853838 #855f38 #85385f

Monochromatic Colors of #853838

#853838

Complementary Color

#853838 #388585

#853838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853838 Color CSS Codes

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

#853838 Text Font Color

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

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


#853838 Background Color

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

This div background color is #853838


#853838 Border Color

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

This div border color is #853838


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,56,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 #853838">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853838

#853838 Color Palettes


Comments

No comments written yet.

Please login to write comment.