Color Hex Logo

#883538 Color Hex

#883538
(136,53,56)
0 Favorites   0 Comments

Color spaces of #883538

RGB 1365356
HSL0.990.440.37
HSV358°61°53°
CMYK 0.000.610.59   0.47
XYZ12.14038.06604.6584
Yxy8.06600.48830.3244
Hunter Lab28.400726.601210.1555
CIE-Lab34.120035.772216.4635

#883538 color RGB value is (136,53,56).

#883538 hex color red value is 136, green value is 53 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #883538 hue: 0.99 , saturation: 0.44 and the lightness value of 883538 is 0.37.

The process color (four color CMYK) of #883538 color hex is 0.00, 0.61, 0.59, 0.47. Web safe color of #883538 is #993333. Color #883538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110101 00111000
Octal 210 65 70
Decimal 136 53 56
Hex 88 35 38

RGB Percentages of Color #883538

%55.51
%21.63
%22.86

CMYK Percentages of Color #883538

%0
%61
%59
%47

Triadic Colors of #883538

#883538 #388835 #353888

Analogous Colors of #883538

#883538 #885c35 #883562

Monochromatic Colors of #883538

#883538

Complementary Color

#883538 #358885

#883538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883538 Color CSS Codes

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

#883538 Text Font Color

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

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


#883538 Background Color

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

This div background color is #883538


#883538 Border Color

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

This div border color is #883538


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,53,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #883538; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #883538;
  -webkit-box-shadow: 1px 1px 3px 2px #883538;
  box-shadow:         1px 1px 3px 2px #883538; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883538


Comments

No comments written yet.

Please login to write comment.