Color Hex Logo

#835015 Color Hex

#835015
(131,80,21)
0 Favorites   0 Comments

Color spaces of #835015

RGB 1318021
HSL0.090.720.30
HSV32°84°51°
CMYK 0.000.390.84   0.49
XYZ12.364110.61682.1070
Yxy10.61680.49280.4232
Hunter Lab32.583410.712618.9744
CIE-Lab38.927416.588341.0077

#835015 color RGB value is (131,80,21).

#835015 hex color red value is 131, green value is 80 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #835015 hue: 0.09 , saturation: 0.72 and the lightness value of 835015 is 0.30.

The process color (four color CMYK) of #835015 color hex is 0.00, 0.39, 0.84, 0.49. Web safe color of #835015 is #996600. Color #835015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010000 00010101
Octal 203 120 25
Decimal 131 80 21
Hex 83 50 15

RGB Percentages of Color #835015

%56.47
%34.48
%9.05

CMYK Percentages of Color #835015

%0
%39
%84
%49

Triadic Colors of #835015

#835015 #158350 #501583

Analogous Colors of #835015

#835015 #7f8315 #831915

Monochromatic Colors of #835015

#835015

Complementary Color

#835015 #154883

#835015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#835015 Color CSS Codes

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

#835015 Text Font Color

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

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


#835015 Background Color

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

This div background color is #835015


#835015 Border Color

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

This div border color is #835015


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,80,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835015; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835015;
  -webkit-box-shadow: 1px 1px 3px 2px #835015;
  box-shadow:         1px 1px 3px 2px #835015; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,80,21, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835015


Comments

No comments written yet.

Please login to write comment.