Color Hex Logo

#74846d Color Hex

#74846D
(116,132,109)
0 Favorites   0 Comments

Color spaces of #74846d

RGB 116132109
HSL0.280.100.47
HSV102°17°52°
CMYK 0.120.000.17   0.48
XYZ18.214021.319717.6231
Yxy21.31970.31870.3730
Hunter Lab46.1733-10.39029.6919
CIE-Lab53.2976-10.431410.4843

#74846d color RGB value is (116,132,109).

#74846d hex color red value is 116, green value is 132 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #74846d hue: 0.28 , saturation: 0.10 and the lightness value of 74846d is 0.47.

The process color (four color CMYK) of #74846d color hex is 0.12, 0.00, 0.17, 0.48. Web safe color of #74846d is #669966. Color #74846d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 01101101
Octal 164 204 155
Decimal 116 132 109
Hex 74 84 6D

RGB Percentages of Color #74846d

%32.49
%36.97
%30.53

CMYK Percentages of Color #74846d

%12
%0
%17
%48

Triadic Colors of #74846d

#74846d #6d7484 #846d74

Analogous Colors of #74846d

#74846d #6d8472 #80846d

Monochromatic Colors of #74846d

#74846d

Complementary Color

#74846d #7d6d84

#74846d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74846d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74846d Color CSS Codes

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

#74846d Text Font Color

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

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


#74846d Background Color

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

This div background color is #74846d


#74846d Border Color

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

This div border color is #74846d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74846d

#74846d Color Palettes


Comments

No comments written yet.

Please login to write comment.