Color Hex Logo

#4b877d Color Hex

#4B877D
(75,135,125)
0 Favorites   0 Comments

Color spaces of #4b877d

RGB 75135125
HSL0.470.290.41
HSV170°44°53°
CMYK 0.440.000.07   0.47
XYZ15.267320.304522.5165
Yxy20.30450.26280.3495
Hunter Lab45.0605-18.37691.9155
CIE-Lab52.1798-22.0813-0.7193

#4b877d color RGB value is (75,135,125).

#4b877d hex color red value is 75, green value is 135 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #4b877d hue: 0.47 , saturation: 0.29 and the lightness value of 4b877d is 0.41.

The process color (four color CMYK) of #4b877d color hex is 0.44, 0.00, 0.07, 0.47. Web safe color of #4b877d is #339966. Color #4b877d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000111 01111101
Octal 113 207 175
Decimal 75 135 125
Hex 4B 87 7D

RGB Percentages of Color #4b877d

%22.39
%40.30
%37.31

CMYK Percentages of Color #4b877d

%44
%0
%7
%47

Triadic Colors of #4b877d

#4b877d #7d4b87 #877d4b

Analogous Colors of #4b877d

#4b877d #4b7387 #4b875f

Monochromatic Colors of #4b877d

#4b877d

Complementary Color

#4b877d #874b55

#4b877d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b877d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b877d Color CSS Codes

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

#4b877d Text Font Color

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

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


#4b877d Background Color

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

This div background color is #4b877d


#4b877d Border Color

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

This div border color is #4b877d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b877d


Comments

No comments written yet.

Please login to write comment.