Color Hex Logo

#836234 Color Hex

#836234
(131,98,52)
0 Favorites   0 Comments

Color spaces of #836234

RGB 1319852
HSL0.100.430.36
HSV35°60°51°
CMYK 0.000.250.60   0.49
XYZ14.347613.80865.1579
Yxy13.80860.43070.4145
Hunter Lab37.15993.889717.7823
CIE-Lab43.95727.789831.0085

#836234 color RGB value is (131,98,52).

#836234 hex color red value is 131, green value is 98 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #836234 hue: 0.10 , saturation: 0.43 and the lightness value of 836234 is 0.36.

The process color (four color CMYK) of #836234 color hex is 0.00, 0.25, 0.60, 0.49. Web safe color of #836234 is #996633. Color #836234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100010 00110100
Octal 203 142 64
Decimal 131 98 52
Hex 83 62 34

RGB Percentages of Color #836234

%46.62
%34.88
%18.51

CMYK Percentages of Color #836234

%0
%25
%60
%49

Triadic Colors of #836234

#836234 #348362 #623483

Analogous Colors of #836234

#836234 #7d8334 #833b34

Monochromatic Colors of #836234

#836234

Complementary Color

#836234 #345583

#836234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836234 Color CSS Codes

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

#836234 Text Font Color

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

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


#836234 Background Color

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

This div background color is #836234


#836234 Border Color

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

This div border color is #836234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836234


Comments

No comments written yet.

Please login to write comment.