Color Hex Logo

#293021 Color Hex

#293021
(41,48,33)
0 Favorites   0 Comments

Color spaces of #293021

RGB 414833
HSL0.240.190.16
HSV88°31°19°
CMYK 0.150.000.31   0.81
XYZ2.24592.69511.8407
Yxy2.69510.33120.3974
Hunter Lab16.4168-4.30964.8439
CIE-Lab18.7789-6.43058.6337

#293021 color RGB value is (41,48,33).

#293021 hex color red value is 41, green value is 48 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #293021 hue: 0.24 , saturation: 0.19 and the lightness value of 293021 is 0.16.

The process color (four color CMYK) of #293021 color hex is 0.15, 0.00, 0.31, 0.81. Web safe color of #293021 is #333333. Color #293021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110000 00100001
Octal 51 60 41
Decimal 41 48 33
Hex 29 30 21

RGB Percentages of Color #293021

%33.61
%39.34
%27.05

CMYK Percentages of Color #293021

%15
%0
%31
%81

Triadic Colors of #293021

#293021 #212930 #302129

Analogous Colors of #293021

#293021 #223021 #303021

Monochromatic Colors of #293021

#293021

Complementary Color

#293021 #282130

#293021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293021 Color CSS Codes

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

#293021 Text Font Color

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

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


#293021 Background Color

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

This div background color is #293021


#293021 Border Color

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

This div border color is #293021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293021


Comments

No comments written yet.

Please login to write comment.