Color Hex Logo

#4b971a Color Hex

#4B971A
(75,151,26)
0 Favorites   0 Comments

Color spaces of #4b971a

RGB 7515126
HSL0.270.710.35
HSV96°83°59°
CMYK 0.500.000.83   0.41
XYZ14.154723.70374.8065
Yxy23.70370.33180.5556
Hunter Lab48.6864-33.305628.2272
CIE-Lab55.7899-44.411953.0919

#4b971a color RGB value is (75,151,26).

#4b971a hex color red value is 75, green value is 151 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #4b971a hue: 0.27 , saturation: 0.71 and the lightness value of 4b971a is 0.35.

The process color (four color CMYK) of #4b971a color hex is 0.50, 0.00, 0.83, 0.41. Web safe color of #4b971a is #339933. Color #4b971a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10010111 00011010
Octal 113 227 32
Decimal 75 151 26
Hex 4B 97 1A

RGB Percentages of Color #4b971a

%29.76
%59.92
%10.32

CMYK Percentages of Color #4b971a

%50
%0
%83
%41

Triadic Colors of #4b971a

#4b971a #1a4b97 #971a4b

Analogous Colors of #4b971a

#4b971a #1a9727 #8a971a

Monochromatic Colors of #4b971a

#4b971a

Complementary Color

#4b971a #661a97

#4b971a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b971a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b971a Color CSS Codes

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

#4b971a Text Font Color

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

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


#4b971a Background Color

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

This div background color is #4b971a


#4b971a Border Color

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

This div border color is #4b971a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b971a


Comments

No comments written yet.

Please login to write comment.