Color Hex Logo

#742329 Color Hex

#742329
(116,35,41)
0 Favorites   0 Comments

Color spaces of #742329

RGB 1163541
HSL0.990.540.30
HSV356°70°45°
CMYK 0.000.700.65   0.55
XYZ8.20375.07522.6450
Yxy5.07520.51520.3187
Hunter Lab22.528225.57688.8086
CIE-Lab26.947935.846416.1251

#742329 color RGB value is (116,35,41).

#742329 hex color red value is 116, green value is 35 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #742329 hue: 0.99 , saturation: 0.54 and the lightness value of 742329 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100011 00101001
Octal 164 43 51
Decimal 116 35 41
Hex 74 23 29

RGB Percentages of Color #742329

%60.42
%18.23
%21.35

CMYK Percentages of Color #742329

%0
%70
%65
%55

Triadic Colors of #742329

#742329 #297423 #232974

Analogous Colors of #742329

#742329 #744623 #742351

Monochromatic Colors of #742329

#742329

Complementary Color

#742329 #23746e

#742329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742329 Color CSS Codes

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

#742329 Text Font Color

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

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


#742329 Background Color

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

This div background color is #742329


#742329 Border Color

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

This div border color is #742329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742329


Comments

No comments written yet.

Please login to write comment.