Color Hex Logo

#838825 Color Hex

#838825
(131,136,37)
0 Favorites   0 Comments

Color spaces of #838825

RGB 13113637
HSL0.180.570.34
HSV63°73°53°
CMYK 0.040.000.73   0.47
XYZ18.498222.56725.1312
Yxy22.56720.40040.4885
Hunter Lab47.5049-13.626626.8493
CIE-Lab54.6237-14.655749.5242

#838825 color RGB value is (131,136,37).

#838825 hex color red value is 131, green value is 136 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #838825 hue: 0.18 , saturation: 0.57 and the lightness value of 838825 is 0.34.

The process color (four color CMYK) of #838825 color hex is 0.04, 0.00, 0.73, 0.47. Web safe color of #838825 is #999933. Color #838825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001000 00100101
Octal 203 210 45
Decimal 131 136 37
Hex 83 88 25

RGB Percentages of Color #838825

%43.09
%44.74
%12.17

CMYK Percentages of Color #838825

%4
%0
%73
%47

Triadic Colors of #838825

#838825 #258388 #882583

Analogous Colors of #838825

#838825 #528825 #885c25

Monochromatic Colors of #838825

#838825

Complementary Color

#838825 #2a2588

#838825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838825 Color CSS Codes

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

#838825 Text Font Color

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

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


#838825 Background Color

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

This div background color is #838825


#838825 Border Color

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

This div border color is #838825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,136,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 #838825">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838825


Comments

No comments written yet.

Please login to write comment.