Color Hex Logo

#74593d Color Hex

#74593D
(116,89,61)
0 Favorites   0 Comments

Color spaces of #74593d

RGB 1168961
HSL0.080.310.35
HSV31°47°45°
CMYK 0.000.230.47   0.55
XYZ11.617111.19475.9634
Yxy11.19470.40370.3890
Hunter Lab33.45853.424512.8535
CIE-Lab39.90657.159820.4381

#74593d color RGB value is (116,89,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011001 00111101
Octal 164 131 75
Decimal 116 89 61
Hex 74 59 3D

RGB Percentages of Color #74593d

%43.61
%33.46
%22.93

CMYK Percentages of Color #74593d

%0
%23
%47
%55

Triadic Colors of #74593d

#74593d #3d7459 #593d74

Analogous Colors of #74593d

#74593d #74743d #743e3d

Monochromatic Colors of #74593d

#74593d

Complementary Color

#74593d #3d5874

#74593d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74593d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74593d Color CSS Codes

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

#74593d Text Font Color

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

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


#74593d Background Color

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

This div background color is #74593d


#74593d Border Color

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

This div border color is #74593d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74593d

#74593d Color Palettes


Comments

No comments written yet.

Please login to write comment.