Color Hex Logo

#838458 Color Hex

#838458
(131,132,88)
0 Favorites   0 Comments

Color spaces of #838458

RGB 13113288
HSL0.170.200.43
HSV61°33°52°
CMYK 0.010.000.33   0.48
XYZ19.372822.032412.4641
Yxy22.03240.35960.4090
Hunter Lab46.9387-8.471217.1132
CIE-Lab54.0614-7.735323.6855

#838458 color RGB value is (131,132,88).

#838458 hex color red value is 131, green value is 132 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #838458 hue: 0.17 , saturation: 0.20 and the lightness value of 838458 is 0.43.

The process color (four color CMYK) of #838458 color hex is 0.01, 0.00, 0.33, 0.48. Web safe color of #838458 is #999966. Color #838458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000100 01011000
Octal 203 204 130
Decimal 131 132 88
Hex 83 84 58

RGB Percentages of Color #838458

%37.32
%37.61
%25.07

CMYK Percentages of Color #838458

%1
%0
%33
%48

Triadic Colors of #838458

#838458 #588384 #845883

Analogous Colors of #838458

#838458 #6d8458 #846f58

Monochromatic Colors of #838458

#838458

Complementary Color

#838458 #595884

#838458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838458 Color CSS Codes

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

#838458 Text Font Color

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

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


#838458 Background Color

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

This div background color is #838458


#838458 Border Color

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

This div border color is #838458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838458


Comments

No comments written yet.

Please login to write comment.