Color Hex Logo

#74381f Color Hex

#74381F
(116,56,31)
0 Favorites   0 Comments

Color spaces of #74381f

RGB 1165631
HSL0.050.580.29
HSV18°73°45°
CMYK 0.000.520.73   0.55
XYZ8.86406.64032.1108
Yxy6.64030.50320.3770
Hunter Lab25.768816.305413.1815
CIE-Lab30.973624.270527.2620

#74381f color RGB value is (116,56,31).

#74381f hex color red value is 116, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #74381f hue: 0.05 , saturation: 0.58 and the lightness value of 74381f is 0.29.

The process color (four color CMYK) of #74381f color hex is 0.00, 0.52, 0.73, 0.55. Web safe color of #74381f is #663333. Color #74381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111000 00011111
Octal 164 70 37
Decimal 116 56 31
Hex 74 38 1F

RGB Percentages of Color #74381f

%57.14
%27.59
%15.27

CMYK Percentages of Color #74381f

%0
%52
%73
%55

Triadic Colors of #74381f

#74381f #1f7438 #381f74

Analogous Colors of #74381f

#74381f #74631f #741f31

Monochromatic Colors of #74381f

#74381f

Complementary Color

#74381f #1f5b74

#74381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74381f Color CSS Codes

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

#74381f Text Font Color

<p style="color:#74381f">Text here</p>

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


#74381f Background Color

<div style="background-color:#74381f">
Div content here</div>

This div background color is #74381f


#74381f Border Color

<div style="border:3px solid #74381f">
Div here</div>

This div border color is #74381f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,56,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74381f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74381f;
  -webkit-box-shadow: 1px 1px 3px 2px #74381f;
  box-shadow:         1px 1px 3px 2px #74381f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,56,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #74381f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74381f


Comments

No comments written yet.

Please login to write comment.