Color Hex Logo

#314121 Color Hex

#314121
(49,65,33)
0 Favorites   0 Comments

Color spaces of #314121

RGB 496533
HSL0.250.330.19
HSV90°49°25°
CMYK 0.250.000.49   0.75
XYZ3.43144.54342.1349
Yxy4.54340.33940.4494
Hunter Lab21.3153-8.56628.9823
CIE-Lab25.3922-13.162217.4352

#314121 color RGB value is (49,65,33).

#314121 hex color red value is 49, green value is 65 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #314121 hue: 0.25 , saturation: 0.33 and the lightness value of 314121 is 0.19.

The process color (four color CMYK) of #314121 color hex is 0.25, 0.00, 0.49, 0.75. Web safe color of #314121 is #333333. Color #314121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01000001 00100001
Octal 61 101 41
Decimal 49 65 33
Hex 31 41 21

RGB Percentages of Color #314121

%33.33
%44.22
%22.45

CMYK Percentages of Color #314121

%25
%0
%49
%75

Triadic Colors of #314121

#314121 #213141 #412131

Analogous Colors of #314121

#314121 #214121 #414121

Monochromatic Colors of #314121

#314121

Complementary Color

#314121 #312141

#314121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#314121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#314121 Color CSS Codes

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

#314121 Text Font Color

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

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


#314121 Background Color

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

This div background color is #314121


#314121 Border Color

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

This div border color is #314121


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,65,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #314121; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #314121;
  -webkit-box-shadow: 1px 1px 3px 2px #314121;
  box-shadow:         1px 1px 3px 2px #314121; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,65,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #314121


Comments

No comments written yet.

Please login to write comment.