Color Hex Logo

#4b4421 Color Hex

#4B4421
(75,68,33)
0 Favorites   0 Comments

Color spaces of #4b4421

RGB 756833
HSL0.140.390.21
HSV50°56°29°
CMYK 0.000.090.56   0.71
XYZ5.24335.73992.2704
Yxy5.73990.39560.4331
Hunter Lab23.9581-2.861411.1520
CIE-Lab28.7465-2.535022.1009

#4b4421 color RGB value is (75,68,33).

#4b4421 hex color red value is 75, green value is 68 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #4b4421 hue: 0.14 , saturation: 0.39 and the lightness value of 4b4421 is 0.21.

The process color (four color CMYK) of #4b4421 color hex is 0.00, 0.09, 0.56, 0.71. Web safe color of #4b4421 is #333333. Color #4b4421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000100 00100001
Octal 113 104 41
Decimal 75 68 33
Hex 4B 44 21

RGB Percentages of Color #4b4421

%42.61
%38.64
%18.75

CMYK Percentages of Color #4b4421

%0
%9
%56
%71

Triadic Colors of #4b4421

#4b4421 #214b44 #44214b

Analogous Colors of #4b4421

#4b4421 #3d4b21 #4b2f21

Monochromatic Colors of #4b4421

#4b4421

Complementary Color

#4b4421 #21284b

#4b4421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b4421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b4421 Color CSS Codes

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

#4b4421 Text Font Color

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

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


#4b4421 Background Color

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

This div background color is #4b4421


#4b4421 Border Color

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

This div border color is #4b4421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b4421


Comments

No comments written yet.

Please login to write comment.