Color Hex Logo

#746827 Color Hex

#746827
(116,104,39)
0 Favorites   0 Comments

Color spaces of #746827

RGB 11610439
HSL0.140.500.30
HSV51°66°45°
CMYK 0.000.100.66   0.55
XYZ12.519013.76013.9156
Yxy13.76010.41460.4557
Hunter Lab37.0946-4.673919.7077
CIE-Lab43.8869-3.735237.2383

#746827 color RGB value is (116,104,39).

#746827 hex color red value is 116, green value is 104 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #746827 hue: 0.14 , saturation: 0.50 and the lightness value of 746827 is 0.30.

The process color (four color CMYK) of #746827 color hex is 0.00, 0.10, 0.66, 0.55. Web safe color of #746827 is #666633. Color #746827 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 00100111
Octal 164 150 47
Decimal 116 104 39
Hex 74 68 27

RGB Percentages of Color #746827

%44.79
%40.15
%15.06

CMYK Percentages of Color #746827

%0
%10
%66
%55

Triadic Colors of #746827

#746827 #277468 #682774

Analogous Colors of #746827

#746827 #5a7427 #744227

Monochromatic Colors of #746827

#746827

Complementary Color

#746827 #273374

#746827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746827 Color CSS Codes

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

#746827 Text Font Color

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

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


#746827 Background Color

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

This div background color is #746827


#746827 Border Color

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

This div border color is #746827


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,104,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746827; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746827;
  -webkit-box-shadow: 1px 1px 3px 2px #746827;
  box-shadow:         1px 1px 3px 2px #746827; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,104,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746827


Comments

No comments written yet.

Please login to write comment.