Color Hex Logo

#852318 Color Hex

#852318
(133,35,24)
0 Favorites   0 Comments

Color spaces of #852318

RGB 1333524
HSL0.020.690.31
HSV82°52°
CMYK 0.000.740.82   0.48
XYZ10.43886.25461.5212
Yxy6.25460.57310.3434
Hunter Lab25.009230.739513.9001
CIE-Lab30.045940.972131.2200

#852318 color RGB value is (133,35,24).

#852318 hex color red value is 133, green value is 35 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #852318 hue: 0.02 , saturation: 0.69 and the lightness value of 852318 is 0.31.

The process color (four color CMYK) of #852318 color hex is 0.00, 0.74, 0.82, 0.48. Web safe color of #852318 is #993300. Color #852318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100011 00011000
Octal 205 43 30
Decimal 133 35 24
Hex 85 23 18

RGB Percentages of Color #852318

%69.27
%18.23
%12.50

CMYK Percentages of Color #852318

%0
%74
%82
%48

Triadic Colors of #852318

#852318 #188523 #231885

Analogous Colors of #852318

#852318 #855a18 #851843

Monochromatic Colors of #852318

#852318

Complementary Color

#852318 #187a85

#852318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#852318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#852318 Color CSS Codes

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

#852318 Text Font Color

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

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


#852318 Background Color

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

This div background color is #852318


#852318 Border Color

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

This div border color is #852318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #852318


Comments

No comments written yet.

Please login to write comment.