Color Hex Logo

#838243 Color Hex

#838243
(131,130,67)
0 Favorites   0 Comments

Color spaces of #838243

RGB 13113067
HSL0.160.320.39
HSV59°49°51°
CMYK 0.000.010.49   0.49
XYZ18.355821.19588.4339
Yxy21.19580.38250.4417
Hunter Lab46.0389-9.399821.3658
CIE-Lab53.1631-9.105533.9918

#838243 color RGB value is (131,130,67).

#838243 hex color red value is 131, green value is 130 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #838243 hue: 0.16 , saturation: 0.32 and the lightness value of 838243 is 0.39.

The process color (four color CMYK) of #838243 color hex is 0.00, 0.01, 0.49, 0.49. Web safe color of #838243 is #999933. Color #838243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000010 01000011
Octal 203 202 103
Decimal 131 130 67
Hex 83 82 43

RGB Percentages of Color #838243

%39.94
%39.63
%20.43

CMYK Percentages of Color #838243

%0
%1
%49
%49

Triadic Colors of #838243

#838243 #438382 #824383

Analogous Colors of #838243

#838243 #648343 #836243

Monochromatic Colors of #838243

#838243

Complementary Color

#838243 #434483

#838243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#838243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#838243 Color CSS Codes

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

#838243 Text Font Color

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

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


#838243 Background Color

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

This div background color is #838243


#838243 Border Color

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

This div border color is #838243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #838243


Comments

No comments written yet.

Please login to write comment.