Color Hex Logo

#4b541d Color Hex

#4B541D
(75,84,29)
0 Favorites   0 Comments

Color spaces of #4b541d

RGB 758429
HSL0.190.490.22
HSV70°65°33°
CMYK 0.110.000.65   0.67
XYZ6.29377.92522.3604
Yxy7.92520.37960.4780
Hunter Lab28.1517-9.359414.7350
CIE-Lab33.8266-12.487030.1417

#4b541d color RGB value is (75,84,29).

#4b541d hex color red value is 75, green value is 84 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #4b541d hue: 0.19 , saturation: 0.49 and the lightness value of 4b541d is 0.22.

The process color (four color CMYK) of #4b541d color hex is 0.11, 0.00, 0.65, 0.67. Web safe color of #4b541d is #336633. Color #4b541d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 01010100 00011101
Octal 113 124 35
Decimal 75 84 29
Hex 4B 54 1D

RGB Percentages of Color #4b541d

%39.89
%44.68
%15.43

CMYK Percentages of Color #4b541d

%11
%0
%65
%67

Triadic Colors of #4b541d

#4b541d #1d4b54 #541d4b

Analogous Colors of #4b541d

#4b541d #30541d #54421d

Monochromatic Colors of #4b541d

#4b541d

Complementary Color

#4b541d #261d54

#4b541d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b541d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b541d Color CSS Codes

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

#4b541d Text Font Color

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

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


#4b541d Background Color

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

This div background color is #4b541d


#4b541d Border Color

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

This div border color is #4b541d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,84,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 #4b541d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b541d


Comments

No comments written yet.

Please login to write comment.