Color Hex Logo

#4b8981 Color Hex

#4B8981
(75,137,129)
0 Favorites   0 Comments

Color spaces of #4b8981

RGB 75137129
HSL0.480.290.42
HSV172°45°54°
CMYK 0.450.000.06   0.46
XYZ15.809820.972223.9836
Yxy20.97220.26020.3451
Hunter Lab45.7954-18.51901.0059
CIE-Lab52.9191-22.0860-1.9595

#4b8981 color RGB value is (75,137,129).

#4b8981 hex color red value is 75, green value is 137 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #4b8981 hue: 0.48 , saturation: 0.29 and the lightness value of 4b8981 is 0.42.

The process color (four color CMYK) of #4b8981 color hex is 0.45, 0.00, 0.06, 0.46. Web safe color of #4b8981 is #339999. Color #4b8981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10001001 10000001
Octal 113 211 201
Decimal 75 137 129
Hex 4B 89 81

RGB Percentages of Color #4b8981

%21.99
%40.18
%37.83

CMYK Percentages of Color #4b8981

%45
%0
%6
%46

Triadic Colors of #4b8981

#4b8981 #814b89 #89814b

Analogous Colors of #4b8981

#4b8981 #4b7289 #4b8962

Monochromatic Colors of #4b8981

#4b8981

Complementary Color

#4b8981 #894b53

#4b8981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b8981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b8981 Color CSS Codes

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

#4b8981 Text Font Color

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

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


#4b8981 Background Color

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

This div background color is #4b8981


#4b8981 Border Color

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

This div border color is #4b8981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b8981


Comments

No comments written yet.

Please login to write comment.