Color Hex Logo

#43133a Color Hex

#43133A
(67,19,58)
0 Favorites   0 Comments

Color spaces of #43133a

RGB 671958
HSL0.860.560.17
HSV311°72°26°
CMYK 0.000.720.13   0.74
XYZ3.31131.96454.2077
Yxy1.96450.34920.2071
Hunter Lab14.016117.6426-7.9879
CIE-Lab15.299828.3884-13.6521

#43133a color RGB value is (67,19,58).

#43133a hex color red value is 67, green value is 19 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #43133a hue: 0.86 , saturation: 0.56 and the lightness value of 43133a is 0.17.

The process color (four color CMYK) of #43133a color hex is 0.00, 0.72, 0.13, 0.74. Web safe color of #43133a is #330033. Color #43133a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 00010011 00111010
Octal 103 23 72
Decimal 67 19 58
Hex 43 13 3A

RGB Percentages of Color #43133a

%46.53
%13.19
%40.28

CMYK Percentages of Color #43133a

%0
%72
%13
%74

Triadic Colors of #43133a

#43133a #3a4313 #133a43

Analogous Colors of #43133a

#43133a #431322 #341343

Monochromatic Colors of #43133a

#43133a

Complementary Color

#43133a #13431c

#43133a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#43133a Color Preview on White Background

Lorem ipsum dolor sit amet.

#43133a Color CSS Codes

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

#43133a Text Font Color

<p style="color:#43133a">Text here</p>

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


#43133a Background Color

<div style="background-color:#43133a">
Div content here</div>

This div background color is #43133a


#43133a Border Color

<div style="border:3px solid #43133a">
Div here</div>

This div border color is #43133a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,19,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #43133a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #43133a;
  -webkit-box-shadow: 1px 1px 3px 2px #43133a;
  box-shadow:         1px 1px 3px 2px #43133a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #43133a


Comments

No comments written yet.

Please login to write comment.