Color Hex Logo

#742327 Color Hex

#742327
(116,35,39)
0 Favorites   0 Comments

Color spaces of #742327

RGB 1163539
HSL0.990.540.30
HSV357°70°45°
CMYK 0.000.700.66   0.55
XYZ8.16975.06162.4658
Yxy5.06160.52050.3225
Hunter Lab22.498025.44729.2504
CIE-Lab26.909535.706217.3977

#742327 color RGB value is (116,35,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100011 00100111
Octal 164 43 47
Decimal 116 35 39
Hex 74 23 27

RGB Percentages of Color #742327

%61.05
%18.42
%20.53

CMYK Percentages of Color #742327

%0
%70
%66
%55

Triadic Colors of #742327

#742327 #277423 #232774

Analogous Colors of #742327

#742327 #744823 #742350

Monochromatic Colors of #742327

#742327

Complementary Color

#742327 #237470

#742327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742327 Color CSS Codes

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

#742327 Text Font Color

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

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


#742327 Background Color

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

This div background color is #742327


#742327 Border Color

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

This div border color is #742327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742327


Comments

No comments written yet.

Please login to write comment.