Color Hex Logo

#74673c Color Hex

#74673C
(116,103,60)
0 Favorites   0 Comments

Color spaces of #74673c

RGB 11610360
HSL0.130.320.35
HSV46°48°45°
CMYK 0.000.110.48   0.55
XYZ12.868313.73976.2488
Yxy13.73970.39160.4182
Hunter Lab37.0671-2.899015.9518
CIE-Lab43.8573-1.263226.0570

#74673c color RGB value is (116,103,60).

#74673c hex color red value is 116, green value is 103 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #74673c hue: 0.13 , saturation: 0.32 and the lightness value of 74673c is 0.35.

The process color (four color CMYK) of #74673c color hex is 0.00, 0.11, 0.48, 0.55. Web safe color of #74673c is #666633. Color #74673c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100111 00111100
Octal 164 147 74
Decimal 116 103 60
Hex 74 67 3C

RGB Percentages of Color #74673c

%41.58
%36.92
%21.51

CMYK Percentages of Color #74673c

%0
%11
%48
%55

Triadic Colors of #74673c

#74673c #3c7467 #673c74

Analogous Colors of #74673c

#74673c #65743c #744b3c

Monochromatic Colors of #74673c

#74673c

Complementary Color

#74673c #3c4974

#74673c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74673c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74673c Color CSS Codes

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

#74673c Text Font Color

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

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


#74673c Background Color

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

This div background color is #74673c


#74673c Border Color

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

This div border color is #74673c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,103,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74673c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74673c;
  -webkit-box-shadow: 1px 1px 3px 2px #74673c;
  box-shadow:         1px 1px 3px 2px #74673c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74673c


Comments

No comments written yet.

Please login to write comment.