Color Hex Logo

#4b884d Color Hex

#4B884D
(75,136,77)
0 Favorites   0 Comments

Color spaces of #4b884d

RGB 7513677
HSL0.340.290.41
HSV122°45°53°
CMYK 0.450.000.43   0.47
XYZ13.045419.640010.1245
Yxy19.64000.30470.4588
Hunter Lab44.3170-25.010617.4768
CIE-Lab51.4277-32.721925.6464

#4b884d color RGB value is (75,136,77).

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

The process color (four color CMYK) of #4b884d color hex is 0.45, 0.00, 0.43, 0.47. Web safe color of #4b884d is #339966. Color #4b884d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10001000 01001101
Octal 113 210 115
Decimal 75 136 77
Hex 4B 88 4D

RGB Percentages of Color #4b884d

%26.04
%47.22
%26.74

CMYK Percentages of Color #4b884d

%45
%0
%43
%47

Triadic Colors of #4b884d

#4b884d #4d4b88 #884d4b

Analogous Colors of #4b884d

#4b884d #4b886c #68884b

Monochromatic Colors of #4b884d

#4b884d

Complementary Color

#4b884d #884b86

#4b884d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b884d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b884d Color CSS Codes

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

#4b884d Text Font Color

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

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


#4b884d Background Color

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

This div background color is #4b884d


#4b884d Border Color

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

This div border color is #4b884d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b884d


Comments

No comments written yet.

Please login to write comment.