Color Hex Logo

#74291b Color Hex

#74291B
(116,41,27)
0 Favorites   0 Comments

Color spaces of #74291b

RGB 1164127
HSL0.030.620.28
HSV77°45°
CMYK 0.000.650.77   0.55
XYZ8.19325.37801.6431
Yxy5.37800.53850.3535
Hunter Lab23.190522.480612.0325
CIE-Lab27.785632.141426.0692

#74291b color RGB value is (116,41,27).

#74291b hex color red value is 116, green value is 41 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #74291b hue: 0.03 , saturation: 0.62 and the lightness value of 74291b is 0.28.

The process color (four color CMYK) of #74291b color hex is 0.00, 0.65, 0.77, 0.55. Web safe color of #74291b is #663333. Color #74291b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 00011011
Octal 164 51 33
Decimal 116 41 27
Hex 74 29 1B

RGB Percentages of Color #74291b

%63.04
%22.28
%14.67

CMYK Percentages of Color #74291b

%0
%65
%77
%55

Triadic Colors of #74291b

#74291b #1b7429 #291b74

Analogous Colors of #74291b

#74291b #74561b #741b3a

Monochromatic Colors of #74291b

#74291b

Complementary Color

#74291b #1b6674

#74291b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74291b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74291b Color CSS Codes

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

#74291b Text Font Color

<p style="color:#74291b">Text here</p>

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


#74291b Background Color

<div style="background-color:#74291b">
Div content here</div>

This div background color is #74291b


#74291b Border Color

<div style="border:3px solid #74291b">
Div here</div>

This div border color is #74291b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,41,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74291b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74291b;
  -webkit-box-shadow: 1px 1px 3px 2px #74291b;
  box-shadow:         1px 1px 3px 2px #74291b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74291b


Comments

No comments written yet.

Please login to write comment.