Color Hex Logo

#29483f Color Hex

#29483F
(41,72,63)
0 Favorites   0 Comments

Color spaces of #29483f

RGB 417263
HSL0.450.270.22
HSV163°43°28°
CMYK 0.430.000.13   0.72
XYZ4.12905.46505.5399
Yxy5.46500.27280.3611
Hunter Lab23.3773-9.38302.3138
CIE-Lab28.0205-13.97581.7873

#29483f color RGB value is (41,72,63).

#29483f hex color red value is 41, green value is 72 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #29483f hue: 0.45 , saturation: 0.27 and the lightness value of 29483f is 0.22.

The process color (four color CMYK) of #29483f color hex is 0.43, 0.00, 0.13, 0.72. Web safe color of #29483f is #333333. Color #29483f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001000 00111111
Octal 51 110 77
Decimal 41 72 63
Hex 29 48 3F

RGB Percentages of Color #29483f

%23.30
%40.91
%35.80

CMYK Percentages of Color #29483f

%43
%0
%13
%72

Triadic Colors of #29483f

#29483f #3f2948 #483f29

Analogous Colors of #29483f

#29483f #294248 #294830

Monochromatic Colors of #29483f

#29483f

Complementary Color

#29483f #482932

#29483f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29483f Color Preview on White Background

Lorem ipsum dolor sit amet.

#29483f Color CSS Codes

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

#29483f Text Font Color

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

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


#29483f Background Color

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

This div background color is #29483f


#29483f Border Color

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

This div border color is #29483f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29483f


Comments

No comments written yet.

Please login to write comment.