Color Hex Logo

#878030 Color Hex

#878030
(135,128,48)
0 Favorites   0 Comments

Color spaces of #878030

RGB 13512848
HSL0.150.480.36
HSV55°64°53°
CMYK 0.000.050.64   0.47
XYZ18.244320.80265.8500
Yxy20.80260.40640.4633
Hunter Lab45.6099-8.415924.3223
CIE-Lab52.7328-7.836943.0369

#878030 color RGB value is (135,128,48).

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

The process color (four color CMYK) of #878030 color hex is 0.00, 0.05, 0.64, 0.47. Web safe color of #878030 is #999933. Color #878030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000000 00110000
Octal 207 200 60
Decimal 135 128 48
Hex 87 80 30

RGB Percentages of Color #878030

%43.41
%41.16
%15.43

CMYK Percentages of Color #878030

%0
%5
%64
%47

Triadic Colors of #878030

#878030 #308780 #803087

Analogous Colors of #878030

#878030 #638730 #875530

Monochromatic Colors of #878030

#878030

Complementary Color

#878030 #303787

#878030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878030 Color CSS Codes

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

#878030 Text Font Color

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

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


#878030 Background Color

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

This div background color is #878030


#878030 Border Color

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

This div border color is #878030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878030


Comments

No comments written yet.

Please login to write comment.