Color Hex Logo

#88302f Color Hex

#88302F
(136,48,47)
0 Favorites   0 Comments

Color spaces of #88302f

RGB 1364847
HSL0.000.490.36
HSV65°53°
CMYK 0.000.650.65   0.47
XYZ11.72347.55343.5294
Yxy7.55340.51400.3312
Hunter Lab27.483428.045311.6244
CIE-Lab33.034937.533120.7739

#88302f color RGB value is (136,48,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110000 00101111
Octal 210 60 57
Decimal 136 48 47
Hex 88 30 2F

RGB Percentages of Color #88302f

%58.87
%20.78
%20.35

CMYK Percentages of Color #88302f

%0
%65
%65
%47

Triadic Colors of #88302f

#88302f #2f8830 #302f88

Analogous Colors of #88302f

#88302f #885d2f #882f5b

Monochromatic Colors of #88302f

#88302f

Complementary Color

#88302f #2f8788

#88302f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88302f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88302f Color CSS Codes

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

#88302f Text Font Color

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

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


#88302f Background Color

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

This div background color is #88302f


#88302f Border Color

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

This div border color is #88302f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,48,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 #88302f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88302f


Comments

No comments written yet.

Please login to write comment.