Color Hex Logo

#29283d Color Hex

#29283D
(41,40,61)
0 Favorites   0 Comments

Color spaces of #29283d

RGB 414061
HSL0.670.210.20
HSV243°34°24°
CMYK 0.330.340.00   0.76
XYZ2.51552.32594.7312
Yxy2.32590.26280.2430
Hunter Lab15.25092.7529-7.7176
CIE-Lab17.11226.2791-13.2227

#29283d color RGB value is (41,40,61).

#29283d hex color red value is 41, green value is 40 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #29283d hue: 0.67 , saturation: 0.21 and the lightness value of 29283d is 0.20.

The process color (four color CMYK) of #29283d color hex is 0.33, 0.34, 0.00, 0.76. Web safe color of #29283d is #333333. Color #29283d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00101000 00111101
Octal 51 50 75
Decimal 41 40 61
Hex 29 28 3D

RGB Percentages of Color #29283d

%28.87
%28.17
%42.96

CMYK Percentages of Color #29283d

%33
%34
%0
%76

Triadic Colors of #29283d

#29283d #3d2928 #283d29

Analogous Colors of #29283d

#29283d #34283d #28323d

Monochromatic Colors of #29283d

#29283d

Complementary Color

#29283d #3c3d28

#29283d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29283d Color Preview on White Background

Lorem ipsum dolor sit amet.

#29283d Color CSS Codes

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

#29283d Text Font Color

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

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


#29283d Background Color

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

This div background color is #29283d


#29283d Border Color

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

This div border color is #29283d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29283d


Comments

No comments written yet.

Please login to write comment.