Color Hex Logo

#836228 Color Hex

#836228
(131,98,40)
0 Favorites   0 Comments

Color spaces of #836228

RGB 1319840
HSL0.110.530.34
HSV38°69°51°
CMYK 0.000.250.69   0.49
XYZ14.110813.71393.9108
Yxy13.71390.44460.4321
Hunter Lab37.03233.209219.6613
CIE-Lab43.81986.909137.1496

#836228 color RGB value is (131,98,40).

#836228 hex color red value is 131, green value is 98 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #836228 hue: 0.11 , saturation: 0.53 and the lightness value of 836228 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100010 00101000
Octal 203 142 50
Decimal 131 98 40
Hex 83 62 28

RGB Percentages of Color #836228

%48.70
%36.43
%14.87

CMYK Percentages of Color #836228

%0
%25
%69
%49

Triadic Colors of #836228

#836228 #288362 #622883

Analogous Colors of #836228

#836228 #778328 #833528

Monochromatic Colors of #836228

#836228

Complementary Color

#836228 #284983

#836228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836228 Color CSS Codes

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

#836228 Text Font Color

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

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


#836228 Background Color

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

This div background color is #836228


#836228 Border Color

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

This div border color is #836228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836228


Comments

No comments written yet.

Please login to write comment.