Color Hex Logo

#3a370d Color Hex

#3A370D
(58,55,13)
0 Favorites   0 Comments

Color spaces of #3a370d

RGB 585513
HSL0.160.630.14
HSV56°78°23°
CMYK 0.000.050.78   0.77
XYZ3.18383.66100.9196
Yxy3.66100.41010.4715
Hunter Lab19.1337-3.782210.5440
CIE-Lab22.5175-4.845625.6698

#3a370d color RGB value is (58,55,13).

#3a370d hex color red value is 58, green value is 55 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #3a370d hue: 0.16 , saturation: 0.63 and the lightness value of 3a370d is 0.14.

The process color (four color CMYK) of #3a370d color hex is 0.00, 0.05, 0.78, 0.77. Web safe color of #3a370d is #333300. Color #3a370d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 00110111 00001101
Octal 72 67 15
Decimal 58 55 13
Hex 3A 37 D

RGB Percentages of Color #3a370d

%46.03
%43.65
%10.32

CMYK Percentages of Color #3a370d

%0
%5
%78
%77

Triadic Colors of #3a370d

#3a370d #0d3a37 #370d3a

Analogous Colors of #3a370d

#3a370d #273a0d #3a210d

Monochromatic Colors of #3a370d

#3a370d

Complementary Color

#3a370d #0d103a

#3a370d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a370d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a370d Color CSS Codes

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

#3a370d Text Font Color

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

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


#3a370d Background Color

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

This div background color is #3a370d


#3a370d Border Color

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

This div border color is #3a370d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a370d


Comments

No comments written yet.

Please login to write comment.