Color Hex Logo

#4b473c Color Hex

#4B473C
(75,71,60)
0 Favorites   0 Comments

Color spaces of #4b473c

RGB 757160
HSL0.120.110.26
HSV44°20°29°
CMYK 0.000.050.20   0.71
XYZ5.97056.32865.1818
Yxy6.32860.34150.3620
Hunter Lab25.1567-1.66045.3971
CIE-Lab30.2268-0.49427.2238

#4b473c color RGB value is (75,71,60).

#4b473c hex color red value is 75, green value is 71 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #4b473c hue: 0.12 , saturation: 0.11 and the lightness value of 4b473c is 0.26.

The process color (four color CMYK) of #4b473c color hex is 0.00, 0.05, 0.20, 0.71. Web safe color of #4b473c is #333333. Color #4b473c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000111 00111100
Octal 113 107 74
Decimal 75 71 60
Hex 4B 47 3C

RGB Percentages of Color #4b473c

%36.41
%34.47
%29.13

CMYK Percentages of Color #4b473c

%0
%5
%20
%71

Triadic Colors of #4b473c

#4b473c #3c4b47 #473c4b

Analogous Colors of #4b473c

#4b473c #484b3c #4b403c

Monochromatic Colors of #4b473c

#4b473c

Complementary Color

#4b473c #3c404b

#4b473c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b473c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b473c Color CSS Codes

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

#4b473c Text Font Color

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

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


#4b473c Background Color

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

This div background color is #4b473c


#4b473c Border Color

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

This div border color is #4b473c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b473c

#4b473c Color Palettes


Comments

No comments written yet.

Please login to write comment.