Color Hex Logo

#883b2f Color Hex

#883B2F
(136,59,47)
0 Favorites   0 Comments

Color spaces of #883b2f

RGB 1365947
HSL0.020.490.36
HSV65°53°
CMYK 0.000.570.65   0.47
XYZ12.23048.56743.6984
Yxy8.56740.49930.3497
Hunter Lab29.270123.362812.9975
CIE-Lab35.137732.006923.3973

#883b2f color RGB value is (136,59,47).

#883b2f hex color red value is 136, green value is 59 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #883b2f hue: 0.02 , saturation: 0.49 and the lightness value of 883b2f is 0.36.

The process color (four color CMYK) of #883b2f color hex is 0.00, 0.57, 0.65, 0.47. Web safe color of #883b2f is #993333. Color #883b2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00111011 00101111
Octal 210 73 57
Decimal 136 59 47
Hex 88 3B 2F

RGB Percentages of Color #883b2f

%56.20
%24.38
%19.42

CMYK Percentages of Color #883b2f

%0
%57
%65
%47

Triadic Colors of #883b2f

#883b2f #2f883b #3b2f88

Analogous Colors of #883b2f

#883b2f #88682f #882f50

Monochromatic Colors of #883b2f

#883b2f

Complementary Color

#883b2f #2f7c88

#883b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#883b2f Color CSS Codes

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

#883b2f Text Font Color

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

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


#883b2f Background Color

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

This div background color is #883b2f


#883b2f Border Color

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

This div border color is #883b2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,59,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #883b2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #883b2f;
  -webkit-box-shadow: 1px 1px 3px 2px #883b2f;
  box-shadow:         1px 1px 3px 2px #883b2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883b2f


Comments

No comments written yet.

Please login to write comment.