Color Hex Logo

#74293d Color Hex

#74293D
(116,41,61)
0 Favorites   0 Comments

Color spaces of #74293d

RGB 1164161
HSL0.960.480.31
HSV344°65°45°
CMYK 0.000.650.47   0.55
XYZ8.83775.63585.0369
Yxy5.63580.45300.2889
Hunter Lab23.739824.90604.0383
CIE-Lab28.474434.81864.8844

#74293d color RGB value is (116,41,61).

#74293d hex color red value is 116, green value is 41 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #74293d hue: 0.96 , saturation: 0.48 and the lightness value of 74293d is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101001 00111101
Octal 164 51 75
Decimal 116 41 61
Hex 74 29 3D

RGB Percentages of Color #74293d

%53.21
%18.81
%27.98

CMYK Percentages of Color #74293d

%0
%65
%47
%55

Triadic Colors of #74293d

#74293d #3d7429 #293d74

Analogous Colors of #74293d

#74293d #743b29 #742962

Monochromatic Colors of #74293d

#74293d

Complementary Color

#74293d #297460

#74293d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74293d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74293d Color CSS Codes

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

#74293d Text Font Color

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

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


#74293d Background Color

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

This div background color is #74293d


#74293d Border Color

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

This div border color is #74293d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74293d


Comments

No comments written yet.

Please login to write comment.