Color Hex Logo

#74583d Color Hex

#74583D
(116,88,61)
0 Favorites   0 Comments

Color spaces of #74583d

RGB 1168861
HSL0.080.310.35
HSV29°47°45°
CMYK 0.000.240.47   0.55
XYZ11.534511.02945.9358
Yxy11.02940.40470.3870
Hunter Lab33.21053.877212.6503
CIE-Lab39.62997.762320.0787

#74583d color RGB value is (116,88,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01011000 00111101
Octal 164 130 75
Decimal 116 88 61
Hex 74 58 3D

RGB Percentages of Color #74583d

%43.77
%33.21
%23.02

CMYK Percentages of Color #74583d

%0
%24
%47
%55

Triadic Colors of #74583d

#74583d #3d7458 #583d74

Analogous Colors of #74583d

#74583d #74743d #743d3e

Monochromatic Colors of #74583d

#74583d

Complementary Color

#74583d #3d5974

#74583d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74583d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74583d Color CSS Codes

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

#74583d Text Font Color

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

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


#74583d Background Color

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

This div background color is #74583d


#74583d Border Color

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

This div border color is #74583d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74583d


Comments

No comments written yet.

Please login to write comment.