Color Hex Logo

#836025 Color Hex

#836025
(131,96,37)
0 Favorites   0 Comments

Color spaces of #836025

RGB 1319637
HSL0.100.560.33
HSV38°72°51°
CMYK 0.000.270.72   0.49
XYZ13.876913.32463.5908
Yxy13.32460.45070.4327
Hunter Lab36.50293.978419.7196
CIE-Lab43.24837.901438.0155

#836025 color RGB value is (131,96,37).

#836025 hex color red value is 131, green value is 96 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #836025 hue: 0.10 , saturation: 0.56 and the lightness value of 836025 is 0.33.

The process color (four color CMYK) of #836025 color hex is 0.00, 0.27, 0.72, 0.49. Web safe color of #836025 is #996633. Color #836025 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100000 00100101
Octal 203 140 45
Decimal 131 96 37
Hex 83 60 25

RGB Percentages of Color #836025

%49.62
%36.36
%14.02

CMYK Percentages of Color #836025

%0
%27
%72
%49

Triadic Colors of #836025

#836025 #258360 #602583

Analogous Colors of #836025

#836025 #778325 #833125

Monochromatic Colors of #836025

#836025

Complementary Color

#836025 #254883

#836025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836025 Color CSS Codes

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

#836025 Text Font Color

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

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


#836025 Background Color

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

This div background color is #836025


#836025 Border Color

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

This div border color is #836025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836025


Comments

No comments written yet.

Please login to write comment.