Color Hex Logo

#74484f Color Hex

#74484F
(116,72,79)
0 Favorites   0 Comments

Color spaces of #74484f

RGB 1167279
HSL0.970.230.37
HSV350°38°45°
CMYK 0.000.380.32   0.55
XYZ10.93118.91228.5412
Yxy8.91220.38510.3140
Hunter Lab29.853313.11633.9341
CIE-Lab35.814719.81313.7207

#74484f color RGB value is (116,72,79).

#74484f hex color red value is 116, green value is 72 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #74484f hue: 0.97 , saturation: 0.23 and the lightness value of 74484f is 0.37.

The process color (four color CMYK) of #74484f color hex is 0.00, 0.38, 0.32, 0.55. Web safe color of #74484f is #663366. Color #74484f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01001000 01001111
Octal 164 110 117
Decimal 116 72 79
Hex 74 48 4F

RGB Percentages of Color #74484f

%43.45
%26.97
%29.59

CMYK Percentages of Color #74484f

%0
%38
%32
%55

Triadic Colors of #74484f

#74484f #4f7448 #484f74

Analogous Colors of #74484f

#74484f #745748 #744865

Monochromatic Colors of #74484f

#74484f

Complementary Color

#74484f #48746d

#74484f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74484f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74484f Color CSS Codes

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

#74484f Text Font Color

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

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


#74484f Background Color

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

This div background color is #74484f


#74484f Border Color

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

This div border color is #74484f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,72,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74484f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74484f;
  -webkit-box-shadow: 1px 1px 3px 2px #74484f;
  box-shadow:         1px 1px 3px 2px #74484f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74484f


Comments

No comments written yet.

Please login to write comment.