Color Hex Logo

#4a3243 Color Hex

#4A3243
(74,50,67)
0 Favorites   0 Comments

Color spaces of #4a3243

RGB 745067
HSL0.880.190.24
HSV318°32°29°
CMYK 0.000.320.09   0.71
XYZ4.97784.14235.8474
Yxy4.14230.33260.2768
Hunter Lab20.35268.0400-2.7874
CIE-Lab24.136414.0678-6.2560

#4a3243 color RGB value is (74,50,67).

#4a3243 hex color red value is 74, green value is 50 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #4a3243 hue: 0.88 , saturation: 0.19 and the lightness value of 4a3243 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 00110010 01000011
Octal 112 62 103
Decimal 74 50 67
Hex 4A 32 43

RGB Percentages of Color #4a3243

%38.74
%26.18
%35.08

CMYK Percentages of Color #4a3243

%0
%32
%9
%71

Triadic Colors of #4a3243

#4a3243 #434a32 #32434a

Analogous Colors of #4a3243

#4a3243 #4a3237 #45324a

Monochromatic Colors of #4a3243

#4a3243

Complementary Color

#4a3243 #324a39

#4a3243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a3243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a3243 Color CSS Codes

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

#4a3243 Text Font Color

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

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


#4a3243 Background Color

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

This div background color is #4a3243


#4a3243 Border Color

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

This div border color is #4a3243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a3243


Comments

No comments written yet.

Please login to write comment.