Color Hex Logo

#838653 Color Hex

#838653
(131,134,83)
0 Favorites   0 Comments

Color spaces of #838653

RGB 13113483
HSL0.180.240.43
HSV64°38°53°
CMYK 0.020.000.38   0.47
XYZ19.446522.500011.5016
Yxy22.50000.36380.4210
Hunter Lab47.4342-9.830518.8276
CIE-Lab54.5535-9.484127.1010

#838653 color RGB value is (131,134,83).

#838653 hex color red value is 131, green value is 134 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #838653 hue: 0.18 , saturation: 0.24 and the lightness value of 838653 is 0.43.

The process color (four color CMYK) of #838653 color hex is 0.02, 0.00, 0.38, 0.47. Web safe color of #838653 is #999966. Color #838653 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000110 01010011
Octal 203 206 123
Decimal 131 134 83
Hex 83 86 53

RGB Percentages of Color #838653

%37.64
%38.51
%23.85

CMYK Percentages of Color #838653

%2
%0
%38
%47

Triadic Colors of #838653

#838653 #538386 #865383

Analogous Colors of #838653

#838653 #6a8653 #867053

Monochromatic Colors of #838653

#838653

Complementary Color

#838653 #565386

#838653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838653 Color CSS Codes

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

#838653 Text Font Color

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

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


#838653 Background Color

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

This div background color is #838653


#838653 Border Color

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

This div border color is #838653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838653


Comments

No comments written yet.

Please login to write comment.