Color Hex Logo

#4a745d Color Hex

#4A745D
(74,116,93)
0 Favorites   0 Comments

Color spaces of #4a745d

RGB 7411693
HSL0.410.220.37
HSV147°36°45°
CMYK 0.360.000.20   0.55
XYZ11.045214.736912.6183
Yxy14.73690.28760.3838
Hunter Lab38.3887-15.82217.3835
CIE-Lab45.2717-20.10688.1321

#4a745d color RGB value is (74,116,93).

#4a745d hex color red value is 74, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #4a745d hue: 0.41 , saturation: 0.22 and the lightness value of 4a745d is 0.37.

The process color (four color CMYK) of #4a745d color hex is 0.36, 0.00, 0.20, 0.55. Web safe color of #4a745d is #336666. Color #4a745d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110100 01011101
Octal 112 164 135
Decimal 74 116 93
Hex 4A 74 5D

RGB Percentages of Color #4a745d

%26.15
%40.99
%32.86

CMYK Percentages of Color #4a745d

%36
%0
%20
%55

Triadic Colors of #4a745d

#4a745d #5d4a74 #745d4a

Analogous Colors of #4a745d

#4a745d #4a7472 #4c744a

Monochromatic Colors of #4a745d

#4a745d

Complementary Color

#4a745d #744a61

#4a745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a745d Color CSS Codes

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

#4a745d Text Font Color

<p style="color:#4a745d">Text here</p>

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


#4a745d Background Color

<div style="background-color:#4a745d">
Div content here</div>

This div background color is #4a745d


#4a745d Border Color

<div style="border:3px solid #4a745d">
Div here</div>

This div border color is #4a745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a745d


Comments

No comments written yet.

Please login to write comment.