Color Hex Logo

#742c04 Color Hex

#742C04
(116,44,4)
0 Favorites   0 Comments

Color spaces of #742c04

RGB 116444
HSL0.060.930.24
HSV21°97°45°
CMYK 0.000.620.97   0.55
XYZ8.12515.52310.7527
Yxy5.52310.56420.3835
Hunter Lab23.501320.585614.5520
CIE-Lab28.175929.845437.8130

#742c04 color RGB value is (116,44,4).

#742c04 hex color red value is 116, green value is 44 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #742c04 hue: 0.06 , saturation: 0.93 and the lightness value of 742c04 is 0.24.

The process color (four color CMYK) of #742c04 color hex is 0.00, 0.62, 0.97, 0.55. Web safe color of #742c04 is #663300. Color #742c04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101100 00000100
Octal 164 54 4
Decimal 116 44 4
Hex 74 2C 4

RGB Percentages of Color #742c04

%70.73
%26.83
%2.44

CMYK Percentages of Color #742c04

%0
%62
%97
%55

Triadic Colors of #742c04

#742c04 #04742c #2c0474

Analogous Colors of #742c04

#742c04 #746404 #740414

Monochromatic Colors of #742c04

#742c04

Complementary Color

#742c04 #044c74

#742c04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742c04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742c04 Color CSS Codes

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

#742c04 Text Font Color

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

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


#742c04 Background Color

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

This div background color is #742c04


#742c04 Border Color

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

This div border color is #742c04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742c04


Comments

No comments written yet.

Please login to write comment.