Color Hex Logo

#4b946a Color Hex

#4B946A
(75,148,106)
0 Favorites   0 Comments

Color spaces of #4b946a

RGB 75148106
HSL0.400.330.44
HSV145°49°58°
CMYK 0.490.000.28   0.42
XYZ16.093123.716317.3652
Yxy23.71630.28150.4148
Hunter Lab48.6994-26.237212.9480
CIE-Lab55.8026-32.882415.3375

#4b946a color RGB value is (75,148,106).

#4b946a hex color red value is 75, green value is 148 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4b946a hue: 0.40 , saturation: 0.33 and the lightness value of 4b946a is 0.44.

The process color (four color CMYK) of #4b946a color hex is 0.49, 0.00, 0.28, 0.42. Web safe color of #4b946a is #339966. Color #4b946a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10010100 01101010
Octal 113 224 152
Decimal 75 148 106
Hex 4B 94 6A

RGB Percentages of Color #4b946a

%22.80
%44.98
%32.22

CMYK Percentages of Color #4b946a

%49
%0
%28
%42

Triadic Colors of #4b946a

#4b946a #6a4b94 #946a4b

Analogous Colors of #4b946a

#4b946a #4b948f #51944b

Monochromatic Colors of #4b946a

#4b946a

Complementary Color

#4b946a #944b75

#4b946a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b946a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b946a Color CSS Codes

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

#4b946a Text Font Color

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

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


#4b946a Background Color

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

This div background color is #4b946a


#4b946a Border Color

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

This div border color is #4b946a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,148,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4b946a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4b946a;
  -webkit-box-shadow: 1px 1px 3px 2px #4b946a;
  box-shadow:         1px 1px 3px 2px #4b946a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b946a


Comments

No comments written yet.

Please login to write comment.