Color Hex Logo

#4b715f Color Hex

#4B715F
(75,113,95)
0 Favorites   0 Comments

Color spaces of #4b715f

RGB 7511395
HSL0.420.200.37
HSV152°34°44°
CMYK 0.340.000.16   0.56
XYZ10.872314.132312.9813
Yxy14.13230.28620.3720
Hunter Lab37.5930-14.16355.8415
CIE-Lab44.4221-17.72445.7410

#4b715f color RGB value is (75,113,95).

#4b715f hex color red value is 75, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #4b715f hue: 0.42 , saturation: 0.20 and the lightness value of 4b715f is 0.37.

The process color (four color CMYK) of #4b715f color hex is 0.34, 0.00, 0.16, 0.56. Web safe color of #4b715f is #336666. Color #4b715f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01110001 01011111
Octal 113 161 137
Decimal 75 113 95
Hex 4B 71 5F

RGB Percentages of Color #4b715f

%26.50
%39.93
%33.57

CMYK Percentages of Color #4b715f

%34
%0
%16
%56

Triadic Colors of #4b715f

#4b715f #5f4b71 #715f4b

Analogous Colors of #4b715f

#4b715f #4b7071 #4b714c

Monochromatic Colors of #4b715f

#4b715f

Complementary Color

#4b715f #714b5d

#4b715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b715f Color CSS Codes

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

#4b715f Text Font Color

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

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


#4b715f Background Color

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

This div background color is #4b715f


#4b715f Border Color

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

This div border color is #4b715f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b715f

#4b715f Color Palettes


Comments

No comments written yet.

Please login to write comment.