Color Hex Logo

#74603c Color Hex

#74603C
(116,96,60)
0 Favorites   0 Comments

Color spaces of #74603c

RGB 1169660
HSL0.110.320.35
HSV39°48°45°
CMYK 0.000.170.48   0.55
XYZ12.200912.40506.0263
Yxy12.40500.39830.4050
Hunter Lab35.22070.198314.5099
CIE-Lab41.85272.859823.5276

#74603c color RGB value is (116,96,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 00111100
Octal 164 140 74
Decimal 116 96 60
Hex 74 60 3C

RGB Percentages of Color #74603c

%42.65
%35.29
%22.06

CMYK Percentages of Color #74603c

%0
%17
%48
%55

Triadic Colors of #74603c

#74603c #3c7460 #603c74

Analogous Colors of #74603c

#74603c #6c743c #74443c

Monochromatic Colors of #74603c

#74603c

Complementary Color

#74603c #3c5074

#74603c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74603c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74603c Color CSS Codes

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

#74603c Text Font Color

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

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


#74603c Background Color

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

This div background color is #74603c


#74603c Border Color

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

This div border color is #74603c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,96,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 #74603c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74603c


Comments

No comments written yet.

Please login to write comment.