Color Hex Logo

#333120 Color Hex

#333120
(51,49,32)
0 Favorites   0 Comments

Color spaces of #333120

RGB 514932
HSL0.150.230.16
HSV54°37°20°
CMYK 0.000.040.37   0.80
XYZ2.72433.00471.8029
Yxy3.00470.36170.3989
Hunter Lab17.3341-2.28085.9672
CIE-Lab20.0627-2.424811.2009

#333120 color RGB value is (51,49,32).

#333120 hex color red value is 51, green value is 49 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #333120 hue: 0.15 , saturation: 0.23 and the lightness value of 333120 is 0.16.

The process color (four color CMYK) of #333120 color hex is 0.00, 0.04, 0.37, 0.80. Web safe color of #333120 is #333333. Color #333120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110001 00100000
Octal 63 61 40
Decimal 51 49 32
Hex 33 31 20

RGB Percentages of Color #333120

%38.64
%37.12
%24.24

CMYK Percentages of Color #333120

%0
%4
%37
%80

Triadic Colors of #333120

#333120 #203331 #312033

Analogous Colors of #333120

#333120 #2c3320 #332820

Monochromatic Colors of #333120

#333120

Complementary Color

#333120 #202233

#333120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333120 Color CSS Codes

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

#333120 Text Font Color

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

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


#333120 Background Color

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

This div background color is #333120


#333120 Border Color

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

This div border color is #333120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333120


Comments

No comments written yet.

Please login to write comment.