Color Hex Logo

#4a6153 Color Hex

#4A6153
(74,97,83)
0 Favorites   0 Comments

Color spaces of #4a6153

RGB 749783
HSL0.400.130.34
HSV143°24°38°
CMYK 0.240.000.14   0.62
XYZ8.660110.62989.7789
Yxy10.62980.29790.3657
Hunter Lab32.6034-9.64285.0392
CIE-Lab38.9498-11.86195.1757

#4a6153 color RGB value is (74,97,83).

#4a6153 hex color red value is 74, green value is 97 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #4a6153 hue: 0.40 , saturation: 0.13 and the lightness value of 4a6153 is 0.34.

The process color (four color CMYK) of #4a6153 color hex is 0.24, 0.00, 0.14, 0.62. Web safe color of #4a6153 is #336666. Color #4a6153 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100001 01010011
Octal 112 141 123
Decimal 74 97 83
Hex 4A 61 53

RGB Percentages of Color #4a6153

%29.13
%38.19
%32.68

CMYK Percentages of Color #4a6153

%24
%0
%14
%62

Triadic Colors of #4a6153

#4a6153 #534a61 #61534a

Analogous Colors of #4a6153

#4a6153 #4a615f #4d614a

Monochromatic Colors of #4a6153

#4a6153

Complementary Color

#4a6153 #614a58

#4a6153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a6153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a6153 Color CSS Codes

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

#4a6153 Text Font Color

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

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


#4a6153 Background Color

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

This div background color is #4a6153


#4a6153 Border Color

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

This div border color is #4a6153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a6153


Comments

No comments written yet.

Please login to write comment.