Color Hex Logo

#4a4943 Color Hex

#4A4943
(74,73,67)
1 Favorites   0 Comments

Color spaces of #4a4943

RGB 747367
HSL0.140.050.28
HSV51°29°
CMYK 0.000.010.09   0.71
XYZ6.21976.62626.2614
Yxy6.62620.32550.3468
Hunter Lab25.7414-1.91793.5971
CIE-Lab30.9403-0.84203.7346

#4a4943 color RGB value is (74,73,67).

#4a4943 hex color red value is 74, green value is 73 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #4a4943 hue: 0.14 , saturation: 0.05 and the lightness value of 4a4943 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 01001001 01000011
Octal 112 111 103
Decimal 74 73 67
Hex 4A 49 43

RGB Percentages of Color #4a4943

%34.58
%34.11
%31.31

CMYK Percentages of Color #4a4943

%0
%1
%9
%71

Triadic Colors of #4a4943

#4a4943 #434a49 #49434a

Analogous Colors of #4a4943

#4a4943 #484a43 #4a4643

Monochromatic Colors of #4a4943

#4a4943

Complementary Color

#4a4943 #43444a

#4a4943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a4943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a4943 Color CSS Codes

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

#4a4943 Text Font Color

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

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


#4a4943 Background Color

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

This div background color is #4a4943


#4a4943 Border Color

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

This div border color is #4a4943


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,73,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a4943; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a4943;
  -webkit-box-shadow: 1px 1px 3px 2px #4a4943;
  box-shadow:         1px 1px 3px 2px #4a4943; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,73,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a4943

#4a4943 Color Palettes


Comments

No comments written yet.

Please login to write comment.