Color Hex Logo

#4b864c Color Hex

#4B864C
(75,134,76)
0 Favorites   0 Comments

Color spaces of #4b864c

RGB 7513476
HSL0.340.280.41
HSV121°44°53°
CMYK 0.440.000.43   0.47
XYZ12.731319.06799.8469
Yxy19.06790.30570.4579
Hunter Lab43.6668-24.374217.1968
CIE-Lab50.7666-31.958825.3423

#4b864c color RGB value is (75,134,76).

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

The process color (four color CMYK) of #4b864c color hex is 0.44, 0.00, 0.43, 0.47. Web safe color of #4b864c is #339933. Color #4b864c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10000110 01001100
Octal 113 206 114
Decimal 75 134 76
Hex 4B 86 4C

RGB Percentages of Color #4b864c

%26.32
%47.02
%26.67

CMYK Percentages of Color #4b864c

%44
%0
%43
%47

Triadic Colors of #4b864c

#4b864c #4c4b86 #864c4b

Analogous Colors of #4b864c

#4b864c #4b866a #68864b

Monochromatic Colors of #4b864c

#4b864c

Complementary Color

#4b864c #864b85

#4b864c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b864c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b864c Color CSS Codes

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

#4b864c Text Font Color

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

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


#4b864c Background Color

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

This div background color is #4b864c


#4b864c Border Color

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

This div border color is #4b864c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b864c


Comments

No comments written yet.

Please login to write comment.