Color Hex Logo

#83754f Color Hex

#83754F
(131,117,79)
0 Favorites   0 Comments

Color spaces of #83754f

RGB 13111779
HSL0.120.250.41
HSV44°40°51°
CMYK 0.000.110.40   0.49
XYZ17.132618.11249.9902
Yxy18.11240.37870.4004
Hunter Lab42.5587-2.619915.8734
CIE-Lab49.6322-0.453722.9530

#83754f color RGB value is (131,117,79).

#83754f hex color red value is 131, green value is 117 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #83754f hue: 0.12 , saturation: 0.25 and the lightness value of 83754f is 0.41.

The process color (four color CMYK) of #83754f color hex is 0.00, 0.11, 0.40, 0.49. Web safe color of #83754f is #996666. Color #83754f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110101 01001111
Octal 203 165 117
Decimal 131 117 79
Hex 83 75 4F

RGB Percentages of Color #83754f

%40.06
%35.78
%24.16

CMYK Percentages of Color #83754f

%0
%11
%40
%49

Triadic Colors of #83754f

#83754f #4f8375 #754f83

Analogous Colors of #83754f

#83754f #77834f #835b4f

Monochromatic Colors of #83754f

#83754f

Complementary Color

#83754f #4f5d83

#83754f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83754f Color Preview on White Background

Lorem ipsum dolor sit amet.

#83754f Color CSS Codes

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

#83754f Text Font Color

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

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


#83754f Background Color

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

This div background color is #83754f


#83754f Border Color

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

This div border color is #83754f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,117,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83754f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83754f;
  -webkit-box-shadow: 1px 1px 3px 2px #83754f;
  box-shadow:         1px 1px 3px 2px #83754f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83754f


Comments

No comments written yet.

Please login to write comment.