Color Hex Logo

#834922 Color Hex

#834922
(131,73,34)
0 Favorites   0 Comments

Color spaces of #834922

RGB 1317334
HSL0.070.590.32
HSV24°74°51°
CMYK 0.000.440.74   0.49
XYZ12.03139.70592.7527
Yxy9.70590.49130.3963
Hunter Lab31.154314.413916.5693
CIE-Lab37.309321.269133.2138

#834922 color RGB value is (131,73,34).

#834922 hex color red value is 131, green value is 73 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #834922 hue: 0.07 , saturation: 0.59 and the lightness value of 834922 is 0.32.

The process color (four color CMYK) of #834922 color hex is 0.00, 0.44, 0.74, 0.49. Web safe color of #834922 is #993333. Color #834922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001001 00100010
Octal 203 111 42
Decimal 131 73 34
Hex 83 49 22

RGB Percentages of Color #834922

%55.04
%30.67
%14.29

CMYK Percentages of Color #834922

%0
%44
%74
%49

Triadic Colors of #834922

#834922 #228349 #492283

Analogous Colors of #834922

#834922 #837a22 #83222c

Monochromatic Colors of #834922

#834922

Complementary Color

#834922 #225c83

#834922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#834922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#834922 Color CSS Codes

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

#834922 Text Font Color

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

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


#834922 Background Color

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

This div background color is #834922


#834922 Border Color

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

This div border color is #834922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #834922


Comments

No comments written yet.

Please login to write comment.