Color Hex Logo

#293b3d Color Hex

#293B3D
(41,59,61)
0 Favorites   0 Comments

Color spaces of #293b3d

RGB 415961
HSL0.520.200.20
HSV186°33°24°
CMYK 0.330.030.00   0.76
XYZ3.32073.93634.9996
Yxy3.93630.27090.3212
Hunter Lab19.8401-4.8441-1.0527
CIE-Lab23.4597-6.6292-3.5839

#293b3d color RGB value is (41,59,61).

#293b3d hex color red value is 41, green value is 59 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #293b3d hue: 0.52 , saturation: 0.20 and the lightness value of 293b3d is 0.20.

The process color (four color CMYK) of #293b3d color hex is 0.33, 0.03, 0.00, 0.76. Web safe color of #293b3d is #333333. Color #293b3d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111011 00111101
Octal 51 73 75
Decimal 41 59 61
Hex 29 3B 3D

RGB Percentages of Color #293b3d

%25.47
%36.65
%37.89

CMYK Percentages of Color #293b3d

%33
%3
%0
%76

Triadic Colors of #293b3d

#293b3d #3d293b #3b3d29

Analogous Colors of #293b3d

#293b3d #29313d #293d35

Monochromatic Colors of #293b3d

#293b3d

Complementary Color

#293b3d #3d2b29

#293b3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293b3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#293b3d Color CSS Codes

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

#293b3d Text Font Color

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

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


#293b3d Background Color

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

This div background color is #293b3d


#293b3d Border Color

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

This div border color is #293b3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,59,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 #293b3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293b3d


Comments

No comments written yet.

Please login to write comment.