Color Hex Logo

#394844 Color Hex

#394844
(57,72,68)
0 Favorites   0 Comments

Color spaces of #394844

RGB 577268
HSL0.460.120.25
HSV164°21°28°
CMYK 0.210.000.06   0.72
XYZ5.04815.92196.3458
Yxy5.92190.29150.3420
Hunter Lab24.3350-5.55771.5735
CIE-Lab29.2146-6.94430.4138

#394844 color RGB value is (57,72,68).

#394844 hex color red value is 57, green value is 72 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #394844 hue: 0.46 , saturation: 0.12 and the lightness value of 394844 is 0.25.

The process color (four color CMYK) of #394844 color hex is 0.21, 0.00, 0.06, 0.72. Web safe color of #394844 is #333333. Color #394844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001000 01000100
Octal 71 110 104
Decimal 57 72 68
Hex 39 48 44

RGB Percentages of Color #394844

%28.93
%36.55
%34.52

CMYK Percentages of Color #394844

%21
%0
%6
%72

Triadic Colors of #394844

#394844 #443948 #484439

Analogous Colors of #394844

#394844 #394548 #39483d

Monochromatic Colors of #394844

#394844

Complementary Color

#394844 #48393d

#394844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#394844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#394844 Color CSS Codes

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

#394844 Text Font Color

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

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


#394844 Background Color

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

This div background color is #394844


#394844 Border Color

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

This div border color is #394844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #394844


Comments

No comments written yet.

Please login to write comment.