Color Hex Logo

#867621 Color Hex

#867621
(134,118,33)
0 Favorites   0 Comments

Color spaces of #867621

RGB 13411833
HSL0.140.600.33
HSV50°75°53°
CMYK 0.000.120.75   0.47
XYZ16.584518.13504.0652
Yxy18.13500.42760.4676
Hunter Lab42.5852-5.008624.1498
CIE-Lab49.6594-3.615946.3607

#867621 color RGB value is (134,118,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110110 00100001
Octal 206 166 41
Decimal 134 118 33
Hex 86 76 21

RGB Percentages of Color #867621

%47.02
%41.40
%11.58

CMYK Percentages of Color #867621

%0
%12
%75
%47

Triadic Colors of #867621

#867621 #218676 #762186

Analogous Colors of #867621

#867621 #648621 #864421

Monochromatic Colors of #867621

#867621

Complementary Color

#867621 #213186

#867621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867621 Color CSS Codes

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

#867621 Text Font Color

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

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


#867621 Background Color

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

This div background color is #867621


#867621 Border Color

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

This div border color is #867621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867621


Comments

No comments written yet.

Please login to write comment.