Color Hex Logo

#74232a Color Hex

#74232A
(116,35,42)
0 Favorites   0 Comments

Color spaces of #74232a

RGB 1163542
HSL0.990.540.30
HSV355°70°45°
CMYK 0.000.700.64   0.55
XYZ8.22145.08222.7381
Yxy5.08220.51250.3168
Hunter Lab22.543725.64508.5794
CIE-Lab26.967735.920115.4873

#74232a color RGB value is (116,35,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100011 00101010
Octal 164 43 52
Decimal 116 35 42
Hex 74 23 2A

RGB Percentages of Color #74232a

%60.10
%18.13
%21.76

CMYK Percentages of Color #74232a

%0
%70
%64
%55

Triadic Colors of #74232a

#74232a #2a7423 #232a74

Analogous Colors of #74232a

#74232a #744523 #742353

Monochromatic Colors of #74232a

#74232a

Complementary Color

#74232a #23746d

#74232a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74232a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74232a Color CSS Codes

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

#74232a Text Font Color

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

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


#74232a Background Color

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

This div background color is #74232a


#74232a Border Color

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

This div border color is #74232a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74232a


Comments

No comments written yet.

Please login to write comment.