Color Hex Logo

#434331 Color Hex

#434331
(67,67,49)
0 Favorites   0 Comments

Color spaces of #434331

RGB 676749
HSL0.170.160.23
HSV60°27°26°
CMYK 0.000.000.27   0.74
XYZ4.87635.42943.6967
Yxy5.42940.34820.3877
Hunter Lab23.3011-3.42156.9044
CIE-Lab27.9247-3.541210.9710

#434331 color RGB value is (67,67,49).

#434331 hex color red value is 67, green value is 67 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #434331 hue: 0.17 , saturation: 0.16 and the lightness value of 434331 is 0.23.

The process color (four color CMYK) of #434331 color hex is 0.00, 0.00, 0.27, 0.74. Web safe color of #434331 is #333333. Color #434331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01000011 00110001
Octal 103 103 61
Decimal 67 67 49
Hex 43 43 31

RGB Percentages of Color #434331

%36.61
%36.61
%26.78

CMYK Percentages of Color #434331

%0
%0
%27
%74

Triadic Colors of #434331

#434331 #314343 #433143

Analogous Colors of #434331

#434331 #3a4331 #433a31

Monochromatic Colors of #434331

#434331

Complementary Color

#434331 #313143

#434331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#434331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#434331 Color CSS Codes

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

#434331 Text Font Color

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

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


#434331 Background Color

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

This div background color is #434331


#434331 Border Color

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

This div border color is #434331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #434331


Comments

No comments written yet.

Please login to write comment.