Color Hex Logo

#3a431d Color Hex

#3A431D
(58,67,29)
0 Favorites   0 Comments

Color spaces of #3a431d

RGB 586729
HSL0.210.400.19
HSV74°57°26°
CMYK 0.130.000.57   0.74
XYZ3.97385.00261.9185
Yxy5.00260.36470.4592
Hunter Lab22.3665-7.427710.5709
CIE-Lab26.7422-10.696321.6502

#3a431d color RGB value is (58,67,29).

#3a431d hex color red value is 58, green value is 67 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3a431d hue: 0.21 , saturation: 0.40 and the lightness value of 3a431d is 0.19.

The process color (four color CMYK) of #3a431d color hex is 0.13, 0.00, 0.57, 0.74. Web safe color of #3a431d is #333333. Color #3a431d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000011 00011101
Octal 72 103 35
Decimal 58 67 29
Hex 3A 43 1D

RGB Percentages of Color #3a431d

%37.66
%43.51
%18.83

CMYK Percentages of Color #3a431d

%13
%0
%57
%74

Triadic Colors of #3a431d

#3a431d #1d3a43 #431d3a

Analogous Colors of #3a431d

#3a431d #27431d #43391d

Monochromatic Colors of #3a431d

#3a431d

Complementary Color

#3a431d #261d43

#3a431d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a431d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a431d Color CSS Codes

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

#3a431d Text Font Color

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

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


#3a431d Background Color

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

This div background color is #3a431d


#3a431d Border Color

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

This div border color is #3a431d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,67,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 #3a431d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a431d


Comments

No comments written yet.

Please login to write comment.