Color Hex Logo

#4b201f Color Hex

#4B201F
(75,32,31)
0 Favorites   0 Comments

Color spaces of #4b201f

RGB 753231
HSL0.000.420.21
HSV59°29°
CMYK 0.000.570.59   0.71
XYZ3.66552.62781.6103
Yxy2.62780.46380.3325
Hunter Lab16.210511.99395.4577
CIE-Lab18.487020.277110.3682

#4b201f color RGB value is (75,32,31).

#4b201f hex color red value is 75, green value is 32 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4b201f hue: 0.00 , saturation: 0.42 and the lightness value of 4b201f is 0.21.

The process color (four color CMYK) of #4b201f color hex is 0.00, 0.57, 0.59, 0.71. Web safe color of #4b201f is #333333. Color #4b201f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00100000 00011111
Octal 113 40 37
Decimal 75 32 31
Hex 4B 20 1F

RGB Percentages of Color #4b201f

%54.35
%23.19
%22.46

CMYK Percentages of Color #4b201f

%0
%57
%59
%71

Triadic Colors of #4b201f

#4b201f #1f4b20 #201f4b

Analogous Colors of #4b201f

#4b201f #4b361f #4b1f34

Monochromatic Colors of #4b201f

#4b201f

Complementary Color

#4b201f #1f4a4b

#4b201f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b201f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b201f Color CSS Codes

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

#4b201f Text Font Color

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

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


#4b201f Background Color

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

This div background color is #4b201f


#4b201f Border Color

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

This div border color is #4b201f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b201f


Comments

No comments written yet.

Please login to write comment.