Color Hex Logo

#74613d Color Hex

#74613D
(116,97,61)
0 Favorites   0 Comments

Color spaces of #74613d

RGB 1169761
HSL0.110.310.35
HSV39°47°45°
CMYK 0.000.160.47   0.55
XYZ12.319512.59936.1975
Yxy12.59930.39590.4049
Hunter Lab35.4955-0.164714.4948
CIE-Lab42.15322.379223.3306

#74613d color RGB value is (116,97,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 00111101
Octal 164 141 75
Decimal 116 97 61
Hex 74 61 3D

RGB Percentages of Color #74613d

%42.34
%35.40
%22.26

CMYK Percentages of Color #74613d

%0
%16
%47
%55

Triadic Colors of #74613d

#74613d #3d7461 #613d74

Analogous Colors of #74613d

#74613d #6c743d #74463d

Monochromatic Colors of #74613d

#74613d

Complementary Color

#74613d #3d5074

#74613d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74613d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74613d Color CSS Codes

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

#74613d Text Font Color

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

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


#74613d Background Color

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

This div background color is #74613d


#74613d Border Color

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

This div border color is #74613d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74613d


Comments

No comments written yet.

Please login to write comment.