Color Hex Logo

#293d0a Color Hex

#293D0A
(41,61,10)
0 Favorites   0 Comments

Color spaces of #293d0a

RGB 416110
HSL0.230.720.14
HSV84°84°24°
CMYK 0.330.000.84   0.76
XYZ2.63803.83080.8875
Yxy3.83080.35860.5208
Hunter Lab19.5724-10.193311.0122
CIE-Lab23.1040-17.167027.1402

#293d0a color RGB value is (41,61,10).

#293d0a hex color red value is 41, green value is 61 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #293d0a hue: 0.23 , saturation: 0.72 and the lightness value of 293d0a is 0.14.

The process color (four color CMYK) of #293d0a color hex is 0.33, 0.00, 0.84, 0.76. Web safe color of #293d0a is #333300. Color #293d0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00111101 00001010
Octal 51 75 12
Decimal 41 61 10
Hex 29 3D A

RGB Percentages of Color #293d0a

%36.61
%54.46
%8.93

CMYK Percentages of Color #293d0a

%33
%0
%84
%76

Triadic Colors of #293d0a

#293d0a #0a293d #3d0a29

Analogous Colors of #293d0a

#293d0a #103d0a #3d380a

Monochromatic Colors of #293d0a

#293d0a

Complementary Color

#293d0a #1e0a3d

#293d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#293d0a Color CSS Codes

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

#293d0a Text Font Color

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

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


#293d0a Background Color

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

This div background color is #293d0a


#293d0a Border Color

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

This div border color is #293d0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293d0a


Comments

No comments written yet.

Please login to write comment.