Color Hex Logo

#888030 Color Hex

#888030
(136,128,48)
0 Favorites   0 Comments

Color spaces of #888030

RGB 13612848
HSL0.150.480.36
HSV55°65°53°
CMYK 0.000.060.65   0.47
XYZ18.406020.88605.8576
Yxy20.88600.40770.4626
Hunter Lab45.7012-8.086924.3915
CIE-Lab52.8245-7.382743.1624

#888030 color RGB value is (136,128,48).

#888030 hex color red value is 136, green value is 128 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #888030 hue: 0.15 , saturation: 0.48 and the lightness value of 888030 is 0.36.

The process color (four color CMYK) of #888030 color hex is 0.00, 0.06, 0.65, 0.47. Web safe color of #888030 is #999933. Color #888030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 00110000
Octal 210 200 60
Decimal 136 128 48
Hex 88 80 30

RGB Percentages of Color #888030

%43.59
%41.03
%15.38

CMYK Percentages of Color #888030

%0
%6
%65
%47

Triadic Colors of #888030

#888030 #308880 #803088

Analogous Colors of #888030

#888030 #648830 #885430

Monochromatic Colors of #888030

#888030

Complementary Color

#888030 #303888

#888030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888030 Color CSS Codes

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

#888030 Text Font Color

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

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


#888030 Background Color

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

This div background color is #888030


#888030 Border Color

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

This div border color is #888030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888030


Comments

No comments written yet.

Please login to write comment.