Color Hex Logo

#74693e Color Hex

#74693E
(116,105,62)
0 Favorites   0 Comments

Color spaces of #74693e

RGB 11610562
HSL0.130.300.35
HSV48°47°45°
CMYK 0.000.090.47   0.55
XYZ13.123514.16406.5997
Yxy14.16400.38730.4180
Hunter Lab37.6351-3.617815.9475
CIE-Lab44.4672-2.206025.6908

#74693e color RGB value is (116,105,62).

#74693e hex color red value is 116, green value is 105 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #74693e hue: 0.13 , saturation: 0.30 and the lightness value of 74693e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 00111110
Octal 164 151 76
Decimal 116 105 62
Hex 74 69 3E

RGB Percentages of Color #74693e

%40.99
%37.10
%21.91

CMYK Percentages of Color #74693e

%0
%9
%47
%55

Triadic Colors of #74693e

#74693e #3e7469 #693e74

Analogous Colors of #74693e

#74693e #64743e #744e3e

Monochromatic Colors of #74693e

#74693e

Complementary Color

#74693e #3e4974

#74693e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74693e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74693e Color CSS Codes

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

#74693e Text Font Color

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

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


#74693e Background Color

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

This div background color is #74693e


#74693e Border Color

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

This div border color is #74693e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74693e


Comments

No comments written yet.

Please login to write comment.