Color Hex Logo

#838b83 Color Hex Honeydew4

#838B83
(131,139,131)
5 Favorites   1 Comments

Color spaces of #838b83 Honeydew4

RGB 131139131
HSL0.330.030.53
HSV120°55°
CMYK 0.060.000.06   0.45
XYZ22.689424.929225.0887
Yxy24.92920.31210.3429
Hunter Lab49.9291-6.25995.1580
CIE-Lab57.0064-4.51383.2602

#838b83 color RGB value is (131,139,131). #838b83 color name is Honeydew4 color.

#838b83 hex color red value is 131, green value is 139 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #838b83 hue: 0.33 , saturation: 0.03 and the lightness value of 838b83 is 0.53.

The process color (four color CMYK) of #838b83 color hex is 0.06, 0.00, 0.06, 0.45. Web safe color of #838b83 is #999999. Color #838b83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001011 10000011
Octal 203 213 203
Decimal 131 139 131
Hex 83 8B 83

RGB Percentages of Color #838b83

%32.67
%34.66
%32.67

CMYK Percentages of Color #838b83

%6
%0
%6
%45

Triadic Colors of #838b83

#838b83 #83838b #8b8383

Analogous Colors of #838b83

#838b83 #838b87 #878b83

Monochromatic Colors of #838b83

#838b83

Complementary Color

#838b83 #8b838b

#838b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838b83 Color CSS Codes

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

#838b83 Text Font Color

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

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


#838b83 Background Color

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

This div background color is #838b83


#838b83 Border Color

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

This div border color is #838b83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838b83


Comments

19 Feb 2019, 19:34 AlexBrior

Excuse me, this is gray.

Please login to write comment.