Color Hex Logo

#742508 Color Hex

#742508
(116,37,8)
0 Favorites   0 Comments

Color spaces of #742508

RGB 116378
HSL0.040.870.24
HSV16°93°45°
CMYK 0.000.680.93   0.55
XYZ7.90795.05370.7884
Yxy5.05370.57510.3675
Hunter Lab22.480423.449813.6570
CIE-Lab26.887233.419835.0804

#742508 color RGB value is (116,37,8).

#742508 hex color red value is 116, green value is 37 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #742508 hue: 0.04 , saturation: 0.87 and the lightness value of 742508 is 0.24.

The process color (four color CMYK) of #742508 color hex is 0.00, 0.68, 0.93, 0.55. Web safe color of #742508 is #663300. Color #742508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 00001000
Octal 164 45 10
Decimal 116 37 8
Hex 74 25 8

RGB Percentages of Color #742508

%72.05
%22.98
%4.97

CMYK Percentages of Color #742508

%0
%68
%93
%55

Triadic Colors of #742508

#742508 #087425 #250874

Analogous Colors of #742508

#742508 #745b08 #740821

Monochromatic Colors of #742508

#742508

Complementary Color

#742508 #085774

#742508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742508 Color CSS Codes

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

#742508 Text Font Color

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

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


#742508 Background Color

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

This div background color is #742508


#742508 Border Color

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

This div border color is #742508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742508


Comments

No comments written yet.

Please login to write comment.