Color Hex Logo

#836426 Color Hex

#836426
(131,100,38)
0 Favorites   0 Comments

Color spaces of #836426

RGB 13110038
HSL0.110.550.33
HSV40°71°51°
CMYK 0.000.240.71   0.49
XYZ14.267114.07963.7994
Yxy14.07960.44380.4380
Hunter Lab37.52282.205320.2625
CIE-Lab44.34695.611238.6909

#836426 color RGB value is (131,100,38).

#836426 hex color red value is 131, green value is 100 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #836426 hue: 0.11 , saturation: 0.55 and the lightness value of 836426 is 0.33.

The process color (four color CMYK) of #836426 color hex is 0.00, 0.24, 0.71, 0.49. Web safe color of #836426 is #996633. Color #836426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100100 00100110
Octal 203 144 46
Decimal 131 100 38
Hex 83 64 26

RGB Percentages of Color #836426

%48.70
%37.17
%14.13

CMYK Percentages of Color #836426

%0
%24
%71
%49

Triadic Colors of #836426

#836426 #268364 #642683

Analogous Colors of #836426

#836426 #748326 #833626

Monochromatic Colors of #836426

#836426

Complementary Color

#836426 #264583

#836426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836426 Color CSS Codes

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

#836426 Text Font Color

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

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


#836426 Background Color

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

This div background color is #836426


#836426 Border Color

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

This div border color is #836426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836426


Comments

No comments written yet.

Please login to write comment.