Color Hex Logo

#74413d Color Hex

#74413D
(116,65,61)
0 Favorites   0 Comments

Color spaces of #74413d

RGB 1166561
HSL0.010.310.35
HSV47°45°
CMYK 0.000.440.47   0.55
XYZ9.93517.83055.4027
Yxy7.83050.42880.3380
Hunter Lab27.983014.40448.1410
CIE-Lab33.627421.619912.0713

#74413d color RGB value is (116,65,61).

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

The process color (four color CMYK) of #74413d color hex is 0.00, 0.44, 0.47, 0.55. Web safe color of #74413d is #663333. Color #74413d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000001 00111101
Octal 164 101 75
Decimal 116 65 61
Hex 74 41 3D

RGB Percentages of Color #74413d

%47.93
%26.86
%25.21

CMYK Percentages of Color #74413d

%0
%44
%47
%55

Triadic Colors of #74413d

#74413d #3d7441 #413d74

Analogous Colors of #74413d

#74413d #745d3d #743d55

Monochromatic Colors of #74413d

#74413d

Complementary Color

#74413d #3d7074

#74413d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74413d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74413d Color CSS Codes

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

#74413d Text Font Color

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

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


#74413d Background Color

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

This div background color is #74413d


#74413d Border Color

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

This div border color is #74413d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74413d


Comments

No comments written yet.

Please login to write comment.