Color Hex Logo

#74381a Color Hex

#74381A
(116,56,26)
0 Favorites   0 Comments

Color spaces of #74381a

RGB 1165626
HSL0.060.630.28
HSV20°78°45°
CMYK 0.000.520.78   0.55
XYZ8.80316.61591.7903
Yxy6.61590.51150.3844
Hunter Lab25.721416.078913.8782
CIE-Lab30.916023.998330.0325

#74381a color RGB value is (116,56,26).

#74381a hex color red value is 116, green value is 56 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #74381a hue: 0.06 , saturation: 0.63 and the lightness value of 74381a is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111000 00011010
Octal 164 70 32
Decimal 116 56 26
Hex 74 38 1A

RGB Percentages of Color #74381a

%58.59
%28.28
%13.13

CMYK Percentages of Color #74381a

%0
%52
%78
%55

Triadic Colors of #74381a

#74381a #1a7438 #381a74

Analogous Colors of #74381a

#74381a #74651a #741a29

Monochromatic Colors of #74381a

#74381a

Complementary Color

#74381a #1a5674

#74381a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74381a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74381a Color CSS Codes

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

#74381a Text Font Color

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

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


#74381a Background Color

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

This div background color is #74381a


#74381a Border Color

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

This div border color is #74381a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74381a


Comments

No comments written yet.

Please login to write comment.