Color Hex Logo

#4b411d Color Hex

#4B411D
(75,65,29)
0 Favorites   0 Comments

Color spaces of #4b411d

RGB 756529
HSL0.130.440.20
HSV47°61°29°
CMYK 0.000.130.61   0.71
XYZ5.01375.36521.9337
Yxy5.36520.40720.4357
Hunter Lab23.1629-1.898111.2643
CIE-Lab27.7509-1.063223.2523

#4b411d color RGB value is (75,65,29).

#4b411d hex color red value is 75, green value is 65 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #4b411d hue: 0.13 , saturation: 0.44 and the lightness value of 4b411d is 0.20.

The process color (four color CMYK) of #4b411d color hex is 0.00, 0.13, 0.61, 0.71. Web safe color of #4b411d is #333333. Color #4b411d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01000001 00011101
Octal 113 101 35
Decimal 75 65 29
Hex 4B 41 1D

RGB Percentages of Color #4b411d

%44.38
%38.46
%17.16

CMYK Percentages of Color #4b411d

%0
%13
%61
%71

Triadic Colors of #4b411d

#4b411d #1d4b41 #411d4b

Analogous Colors of #4b411d

#4b411d #3e4b1d #4b2a1d

Monochromatic Colors of #4b411d

#4b411d

Complementary Color

#4b411d #1d274b

#4b411d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b411d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b411d Color CSS Codes

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

#4b411d Text Font Color

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

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


#4b411d Background Color

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

This div background color is #4b411d


#4b411d Border Color

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

This div border color is #4b411d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b411d


Comments

No comments written yet.

Please login to write comment.