Color Hex Logo

#3a381d Color Hex

#3A381D
(58,56,29)
0 Favorites   0 Comments

Color spaces of #3a381d

RGB 585629
HSL0.160.330.17
HSV56°50°23°
CMYK 0.000.030.50   0.77
XYZ3.38093.81661.7209
Yxy3.81660.37910.4279
Hunter Lab19.5361-3.29728.4525
CIE-Lab23.0556-3.905517.1460

#3a381d color RGB value is (58,56,29).

#3a381d hex color red value is 58, green value is 56 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #3a381d hue: 0.16 , saturation: 0.33 and the lightness value of 3a381d is 0.17.

The process color (four color CMYK) of #3a381d color hex is 0.00, 0.03, 0.50, 0.77. Web safe color of #3a381d is #333333. Color #3a381d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00111000 00011101
Octal 72 70 35
Decimal 58 56 29
Hex 3A 38 1D

RGB Percentages of Color #3a381d

%40.56
%39.16
%20.28

CMYK Percentages of Color #3a381d

%0
%3
%50
%77

Triadic Colors of #3a381d

#3a381d #1d3a38 #381d3a

Analogous Colors of #3a381d

#3a381d #2e3a1d #3a2a1d

Monochromatic Colors of #3a381d

#3a381d

Complementary Color

#3a381d #1d1f3a

#3a381d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a381d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a381d Color CSS Codes

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

#3a381d Text Font Color

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

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


#3a381d Background Color

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

This div background color is #3a381d


#3a381d Border Color

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

This div border color is #3a381d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a381d


Comments

No comments written yet.

Please login to write comment.