Color Hex Logo

#74443d Color Hex

#74443D
(116,68,61)
0 Favorites   0 Comments

Color spaces of #74443d

RGB 1166861
HSL0.020.310.35
HSV47°45°
CMYK 0.000.410.47   0.55
XYZ10.11198.18425.4616
Yxy8.18420.42560.3445
Hunter Lab28.608013.02928.7065
CIE-Lab34.363619.835413.0745

#74443d color RGB value is (116,68,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000100 00111101
Octal 164 104 75
Decimal 116 68 61
Hex 74 44 3D

RGB Percentages of Color #74443d

%47.35
%27.76
%24.90

CMYK Percentages of Color #74443d

%0
%41
%47
%55

Triadic Colors of #74443d

#74443d #3d7444 #443d74

Analogous Colors of #74443d

#74443d #74603d #743d52

Monochromatic Colors of #74443d

#74443d

Complementary Color

#74443d #3d6d74

#74443d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74443d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74443d Color CSS Codes

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

#74443d Text Font Color

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

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


#74443d Background Color

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

This div background color is #74443d


#74443d Border Color

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

This div border color is #74443d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74443d


Comments

No comments written yet.

Please login to write comment.