Color Hex Logo

#74693d Color Hex

#74693D
(116,105,61)
0 Favorites   0 Comments

Color spaces of #74693d

RGB 11610561
HSL0.130.310.35
HSV48°47°45°
CMYK 0.000.090.47   0.55
XYZ13.096314.15316.4564
Yxy14.15310.38850.4199
Hunter Lab37.6206-3.697516.1592
CIE-Lab44.4517-2.317826.2369

#74693d color RGB value is (116,105,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 00111101
Octal 164 151 75
Decimal 116 105 61
Hex 74 69 3D

RGB Percentages of Color #74693d

%41.13
%37.23
%21.63

CMYK Percentages of Color #74693d

%0
%9
%47
%55

Triadic Colors of #74693d

#74693d #3d7469 #693d74

Analogous Colors of #74693d

#74693d #64743d #744e3d

Monochromatic Colors of #74693d

#74693d

Complementary Color

#74693d #3d4874

#74693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74693d Color CSS Codes

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

#74693d Text Font Color

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

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


#74693d Background Color

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

This div background color is #74693d


#74693d Border Color

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

This div border color is #74693d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74693d


Comments

No comments written yet.

Please login to write comment.