Color Hex Logo

#4b854f Color Hex

#4B854F
(75,133,79)
0 Favorites   0 Comments

Color spaces of #4b854f

RGB 7513379
HSL0.340.280.41
HSV124°44°52°
CMYK 0.440.000.41   0.48
XYZ12.700518.835410.3634
Yxy18.83540.30310.4495
Hunter Lab43.3998-23.713416.2220
CIE-Lab50.4941-30.990823.3295

#4b854f color RGB value is (75,133,79).

#4b854f hex color red value is 75, green value is 133 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #4b854f hue: 0.34 , saturation: 0.28 and the lightness value of 4b854f is 0.41.

The process color (four color CMYK) of #4b854f color hex is 0.44, 0.00, 0.41, 0.48. Web safe color of #4b854f is #339966. Color #4b854f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000101 01001111
Octal 113 205 117
Decimal 75 133 79
Hex 4B 85 4F

RGB Percentages of Color #4b854f

%26.13
%46.34
%27.53

CMYK Percentages of Color #4b854f

%44
%0
%41
%48

Triadic Colors of #4b854f

#4b854f #4f4b85 #854f4b

Analogous Colors of #4b854f

#4b854f #4b856c #64854b

Monochromatic Colors of #4b854f

#4b854f

Complementary Color

#4b854f #854b81

#4b854f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b854f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b854f Color CSS Codes

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

#4b854f Text Font Color

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

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


#4b854f Background Color

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

This div background color is #4b854f


#4b854f Border Color

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

This div border color is #4b854f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b854f


Comments

No comments written yet.

Please login to write comment.