Color Hex Logo

#74a474 Color Hex

#74A474
(116,164,116)
0 Favorites   0 Comments

Color spaces of #74a474

RGB 116164116
HSL0.330.210.55
HSV120°29°64°
CMYK 0.290.000.29   0.36
XYZ23.630331.524921.3625
Yxy31.52490.30880.4120
Hunter Lab56.1470-23.133016.7446
CIE-Lab62.9483-25.895919.9031

#74a474 color RGB value is (116,164,116).

#74a474 hex color red value is 116, green value is 164 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #74a474 hue: 0.33 , saturation: 0.21 and the lightness value of 74a474 is 0.55.

The process color (four color CMYK) of #74a474 color hex is 0.29, 0.00, 0.29, 0.36. Web safe color of #74a474 is #669966. Color #74a474 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10100100 01110100
Octal 164 244 164
Decimal 116 164 116
Hex 74 A4 74

RGB Percentages of Color #74a474

%29.29
%41.41
%29.29

CMYK Percentages of Color #74a474

%29
%0
%29
%36

Triadic Colors of #74a474

#74a474 #7474a4 #a47474

Analogous Colors of #74a474

#74a474 #74a48c #8ca474

Monochromatic Colors of #74a474

#74a474

Complementary Color

#74a474 #a474a4

#74a474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74a474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#74a474 Color CSS Codes

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

#74a474 Text Font Color

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

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


#74a474 Background Color

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

This div background color is #74a474


#74a474 Border Color

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

This div border color is #74a474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74a474


Comments

No comments written yet.

Please login to write comment.