Color Hex Logo

#742730 Color Hex

#742730
(116,39,48)
0 Favorites   0 Comments

Color spaces of #742730

RGB 1163948
HSL0.980.500.30
HSV353°66°45°
CMYK 0.000.660.59   0.55
XYZ8.46155.37743.3883
Yxy5.37740.49120.3121
Hunter Lab23.189224.55167.5693
CIE-Lab27.784034.533512.5819

#742730 color RGB value is (116,39,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 00110000
Octal 164 47 60
Decimal 116 39 48
Hex 74 27 30

RGB Percentages of Color #742730

%57.14
%19.21
%23.65

CMYK Percentages of Color #742730

%0
%66
%59
%55

Triadic Colors of #742730

#742730 #307427 #273074

Analogous Colors of #742730

#742730 #744527 #742756

Monochromatic Colors of #742730

#742730

Complementary Color

#742730 #27746b

#742730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742730 Color CSS Codes

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

#742730 Text Font Color

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

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


#742730 Background Color

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

This div background color is #742730


#742730 Border Color

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

This div border color is #742730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742730


Comments

No comments written yet.

Please login to write comment.