Color Hex Logo

#032829 Color Hex

#032829
(3,40,41)
0 Favorites   0 Comments

Color spaces of #032829

RGB 34041
HSL0.500.860.09
HSV182°93°16°
CMYK 0.930.020.00   0.84
XYZ1.19661.69702.3623
Yxy1.69700.22770.3229
Hunter Lab13.0269-6.4008-1.6328
CIE-Lab13.8093-12.1722-4.3859

#032829 color RGB value is (3,40,41).

#032829 hex color red value is 3, green value is 40 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #032829 hue: 0.50 , saturation: 0.86 and the lightness value of 032829 is 0.09.

The process color (four color CMYK) of #032829 color hex is 0.93, 0.02, 0.00, 0.84. Web safe color of #032829 is #003333. Color #032829 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00101000 00101001
Octal 3 50 51
Decimal 3 40 41
Hex 3 28 29

RGB Percentages of Color #032829

%3.57
%47.62
%48.81

CMYK Percentages of Color #032829

%93
%2
%0
%84

Triadic Colors of #032829

#032829 #290328 #282903

Analogous Colors of #032829

#032829 #031529 #032917

Monochromatic Colors of #032829

#032829

Complementary Color

#032829 #290403

#032829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#032829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#032829 Color CSS Codes

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

#032829 Text Font Color

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

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


#032829 Background Color

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

This div background color is #032829


#032829 Border Color

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

This div border color is #032829


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,40,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #032829; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #032829;
  -webkit-box-shadow: 1px 1px 3px 2px #032829;
  box-shadow:         1px 1px 3px 2px #032829; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,40,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #032829


Comments

No comments written yet.

Please login to write comment.