Color Hex Logo

#332d3b Color Hex

#332D3B
(51,45,59)
0 Favorites   0 Comments

Color spaces of #332d3b

RGB 514559
HSL0.740.130.20
HSV266°24°23°
CMYK 0.140.240.00   0.77
XYZ3.09302.89634.5337
Yxy2.89630.29390.2752
Hunter Lab17.01852.6588-3.8818
CIE-Lab19.62376.0805-7.9002

#332d3b color RGB value is (51,45,59).

#332d3b hex color red value is 51, green value is 45 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #332d3b hue: 0.74 , saturation: 0.13 and the lightness value of 332d3b is 0.20.

The process color (four color CMYK) of #332d3b color hex is 0.14, 0.24, 0.00, 0.77. Web safe color of #332d3b is #333333. Color #332d3b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00101101 00111011
Octal 63 55 73
Decimal 51 45 59
Hex 33 2D 3B

RGB Percentages of Color #332d3b

%32.90
%29.03
%38.06

CMYK Percentages of Color #332d3b

%14
%24
%0
%77

Triadic Colors of #332d3b

#332d3b #3b332d #2d3b33

Analogous Colors of #332d3b

#332d3b #3a2d3b #2d2e3b

Monochromatic Colors of #332d3b

#332d3b

Complementary Color

#332d3b #353b2d

#332d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#332d3b Color CSS Codes

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

#332d3b Text Font Color

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

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


#332d3b Background Color

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

This div background color is #332d3b


#332d3b Border Color

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

This div border color is #332d3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,45,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #332d3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #332d3b;
  -webkit-box-shadow: 1px 1px 3px 2px #332d3b;
  box-shadow:         1px 1px 3px 2px #332d3b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332d3b


Comments

No comments written yet.

Please login to write comment.