Color Hex Logo

#4d867b Color Hex

#4D867B
(77,134,123)
0 Favorites   0 Comments

Color spaces of #4d867b

RGB 77134123
HSL0.470.270.41
HSV168°43°53°
CMYK 0.430.000.08   0.47
XYZ15.160820.058021.8114
Yxy20.05800.26580.3517
Hunter Lab44.7862-17.95082.4754
CIE-Lab51.9027-21.52070.0507

#4d867b color RGB value is (77,134,123).

#4d867b hex color red value is 77, green value is 134 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #4d867b hue: 0.47 , saturation: 0.27 and the lightness value of 4d867b is 0.41.

The process color (four color CMYK) of #4d867b color hex is 0.43, 0.00, 0.08, 0.47. Web safe color of #4d867b is #669966. Color #4d867b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10000110 01111011
Octal 115 206 173
Decimal 77 134 123
Hex 4D 86 7B

RGB Percentages of Color #4d867b

%23.05
%40.12
%36.83

CMYK Percentages of Color #4d867b

%43
%0
%8
%47

Triadic Colors of #4d867b

#4d867b #7b4d86 #867b4d

Analogous Colors of #4d867b

#4d867b #4d7586 #4d865f

Monochromatic Colors of #4d867b

#4d867b

Complementary Color

#4d867b #864d58

#4d867b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4d867b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4d867b Color CSS Codes

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

#4d867b Text Font Color

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

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


#4d867b Background Color

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

This div background color is #4d867b


#4d867b Border Color

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

This div border color is #4d867b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,134,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4d867b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4d867b;
  -webkit-box-shadow: 1px 1px 3px 2px #4d867b;
  box-shadow:         1px 1px 3px 2px #4d867b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,134,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4d867b


Comments

No comments written yet.

Please login to write comment.