Color Hex Logo

#746929 Color Hex

#746929
(116,105,41)
0 Favorites   0 Comments

Color spaces of #746929

RGB 11610541
HSL0.140.480.31
HSV51°65°45°
CMYK 0.000.090.65   0.55
XYZ12.654313.97624.1286
Yxy13.97620.41140.4544
Hunter Lab37.3848-5.003219.6216
CIE-Lab44.1988-4.166336.6000

#746929 color RGB value is (116,105,41).

#746929 hex color red value is 116, green value is 105 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #746929 hue: 0.14 , saturation: 0.48 and the lightness value of 746929 is 0.31.

The process color (four color CMYK) of #746929 color hex is 0.00, 0.09, 0.65, 0.55. Web safe color of #746929 is #666633. Color #746929 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 00101001
Octal 164 151 51
Decimal 116 105 41
Hex 74 69 29

RGB Percentages of Color #746929

%44.27
%40.08
%15.65

CMYK Percentages of Color #746929

%0
%9
%65
%55

Triadic Colors of #746929

#746929 #297469 #692974

Analogous Colors of #746929

#746929 #5a7429 #744429

Monochromatic Colors of #746929

#746929

Complementary Color

#746929 #293474

#746929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746929 Color CSS Codes

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

#746929 Text Font Color

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

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


#746929 Background Color

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

This div background color is #746929


#746929 Border Color

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

This div border color is #746929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746929


Comments

No comments written yet.

Please login to write comment.