Color Hex Logo

#867628 Color Hex

#867628
(134,118,40)
0 Favorites   0 Comments

Color spaces of #867628

RGB 13411840
HSL0.140.540.34
HSV50°70°53°
CMYK 0.000.120.70   0.47
XYZ16.693018.17844.6365
Yxy18.17840.42250.4601
Hunter Lab42.6361-4.726523.3978
CIE-Lab49.7118-3.233643.4558

#867628 color RGB value is (134,118,40).

#867628 hex color red value is 134, green value is 118 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #867628 hue: 0.14 , saturation: 0.54 and the lightness value of 867628 is 0.34.

The process color (four color CMYK) of #867628 color hex is 0.00, 0.12, 0.70, 0.47. Web safe color of #867628 is #996633. Color #867628 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110110 00101000
Octal 206 166 50
Decimal 134 118 40
Hex 86 76 28

RGB Percentages of Color #867628

%45.89
%40.41
%13.70

CMYK Percentages of Color #867628

%0
%12
%70
%47

Triadic Colors of #867628

#867628 #288676 #762886

Analogous Colors of #867628

#867628 #678628 #864728

Monochromatic Colors of #867628

#867628

Complementary Color

#867628 #283886

#867628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867628 Color CSS Codes

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

#867628 Text Font Color

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

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


#867628 Background Color

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

This div background color is #867628


#867628 Border Color

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

This div border color is #867628


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,118,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867628; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867628;
  -webkit-box-shadow: 1px 1px 3px 2px #867628;
  box-shadow:         1px 1px 3px 2px #867628; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,118,40, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867628


Comments

No comments written yet.

Please login to write comment.