Color Hex Logo

#746224 Color Hex

#746224
(116,98,36)
0 Favorites   0 Comments

Color spaces of #746224

RGB 1169836
HSL0.130.530.30
HSV47°69°45°
CMYK 0.000.160.69   0.55
XYZ11.888612.57573.4698
Yxy12.57570.42560.4502
Hunter Lab35.4622-2.217419.0223
CIE-Lab42.1168-0.449536.7934

#746224 color RGB value is (116,98,36).

#746224 hex color red value is 116, green value is 98 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #746224 hue: 0.13 , saturation: 0.53 and the lightness value of 746224 is 0.30.

The process color (four color CMYK) of #746224 color hex is 0.00, 0.16, 0.69, 0.55. Web safe color of #746224 is #666633. Color #746224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100010 00100100
Octal 164 142 44
Decimal 116 98 36
Hex 74 62 24

RGB Percentages of Color #746224

%46.40
%39.20
%14.40

CMYK Percentages of Color #746224

%0
%16
%69
%55

Triadic Colors of #746224

#746224 #247462 #622474

Analogous Colors of #746224

#746224 #5e7424 #743a24

Monochromatic Colors of #746224

#746224

Complementary Color

#746224 #243674

#746224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746224 Color CSS Codes

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

#746224 Text Font Color

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

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


#746224 Background Color

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

This div background color is #746224


#746224 Border Color

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

This div border color is #746224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746224


Comments

No comments written yet.

Please login to write comment.