Color Hex Logo

#3a443f Color Hex

#3A443F
(58,68,63)
0 Favorites   0 Comments

Color spaces of #3a443f

RGB 586863
HSL0.420.080.25
HSV150°15°27°
CMYK 0.150.000.07   0.73
XYZ4.70925.39275.4953
Yxy5.39270.30190.3457
Hunter Lab23.2222-4.44102.2251
CIE-Lab27.8255-5.26061.6505

#3a443f color RGB value is (58,68,63).

#3a443f hex color red value is 58, green value is 68 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3a443f hue: 0.42 , saturation: 0.08 and the lightness value of 3a443f is 0.25.

The process color (four color CMYK) of #3a443f color hex is 0.15, 0.00, 0.07, 0.73. Web safe color of #3a443f is #333333. Color #3a443f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01000100 00111111
Octal 72 104 77
Decimal 58 68 63
Hex 3A 44 3F

RGB Percentages of Color #3a443f

%30.69
%35.98
%33.33

CMYK Percentages of Color #3a443f

%15
%0
%7
%73

Triadic Colors of #3a443f

#3a443f #3f3a44 #443f3a

Analogous Colors of #3a443f

#3a443f #3a4444 #3a443a

Monochromatic Colors of #3a443f

#3a443f

Complementary Color

#3a443f #443a3f

#3a443f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a443f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a443f Color CSS Codes

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

#3a443f Text Font Color

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

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


#3a443f Background Color

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

This div background color is #3a443f


#3a443f Border Color

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

This div border color is #3a443f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a443f


Comments

No comments written yet.

Please login to write comment.