Color Hex Logo

#4b440d Color Hex

#4B440D
(75,68,13)
0 Favorites   0 Comments

Color spaces of #4b440d

RGB 756813
HSL0.150.700.17
HSV53°83°29°
CMYK 0.000.090.83   0.71
XYZ5.04145.65921.2074
Yxy5.65920.42340.4752
Hunter Lab23.7891-3.803013.6431
CIE-Lab28.5358-4.102032.1867

#4b440d color RGB value is (75,68,13).

#4b440d hex color red value is 75, green value is 68 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #4b440d hue: 0.15 , saturation: 0.70 and the lightness value of 4b440d is 0.17.

The process color (four color CMYK) of #4b440d color hex is 0.00, 0.09, 0.83, 0.71. Web safe color of #4b440d is #333300. Color #4b440d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000100 00001101
Octal 113 104 15
Decimal 75 68 13
Hex 4B 44 D

RGB Percentages of Color #4b440d

%48.08
%43.59
%8.33

CMYK Percentages of Color #4b440d

%0
%9
%83
%71

Triadic Colors of #4b440d

#4b440d #0d4b44 #440d4b

Analogous Colors of #4b440d

#4b440d #334b0d #4b250d

Monochromatic Colors of #4b440d

#4b440d

Complementary Color

#4b440d #0d144b

#4b440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b440d Color CSS Codes

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

#4b440d Text Font Color

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

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


#4b440d Background Color

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

This div background color is #4b440d


#4b440d Border Color

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

This div border color is #4b440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b440d


Comments

No comments written yet.

Please login to write comment.