Color Hex Logo

#4a7362 Color Hex

#4A7362
(74,115,98)
0 Favorites   0 Comments

Color spaces of #4a7362

RGB 7411598
HSL0.430.220.37
HSV155°36°45°
CMYK 0.360.000.15   0.55
XYZ11.159414.599213.7850
Yxy14.59920.28220.3692
Hunter Lab38.2089-14.73245.3556
CIE-Lab45.0803-18.44364.8850

#4a7362 color RGB value is (74,115,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01110011 01100010
Octal 112 163 142
Decimal 74 115 98
Hex 4A 73 62

RGB Percentages of Color #4a7362

%25.78
%40.07
%34.15

CMYK Percentages of Color #4a7362

%36
%0
%15
%55

Triadic Colors of #4a7362

#4a7362 #624a73 #73624a

Analogous Colors of #4a7362

#4a7362 #4a7073 #4a734e

Monochromatic Colors of #4a7362

#4a7362

Complementary Color

#4a7362 #734a5b

#4a7362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a7362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a7362 Color CSS Codes

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

#4a7362 Text Font Color

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

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


#4a7362 Background Color

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

This div background color is #4a7362


#4a7362 Border Color

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

This div border color is #4a7362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a7362


Comments

No comments written yet.

Please login to write comment.