Color Hex Logo

#21423b Color Hex

#21423B
(33,66,59)
0 Favorites   0 Comments

Color spaces of #21423b

RGB 336659
HSL0.460.330.19
HSV167°50°26°
CMYK 0.500.000.11   0.74
XYZ3.36484.53554.8358
Yxy4.53550.26420.3561
Hunter Lab21.2967-9.06691.4448
CIE-Lab25.3682-14.13490.4974

#21423b color RGB value is (33,66,59).

#21423b hex color red value is 33, green value is 66 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #21423b hue: 0.46 , saturation: 0.33 and the lightness value of 21423b is 0.19.

The process color (four color CMYK) of #21423b color hex is 0.50, 0.00, 0.11, 0.74. Web safe color of #21423b is #333333. Color #21423b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000010 00111011
Octal 41 102 73
Decimal 33 66 59
Hex 21 42 3B

RGB Percentages of Color #21423b

%20.89
%41.77
%37.34

CMYK Percentages of Color #21423b

%50
%0
%11
%74

Triadic Colors of #21423b

#21423b #3b2142 #423b21

Analogous Colors of #21423b

#21423b #213942 #21422b

Monochromatic Colors of #21423b

#21423b

Complementary Color

#21423b #422128

#21423b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21423b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21423b Color CSS Codes

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

#21423b Text Font Color

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

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


#21423b Background Color

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

This div background color is #21423b


#21423b Border Color

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

This div border color is #21423b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,66,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21423b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21423b;
  -webkit-box-shadow: 1px 1px 3px 2px #21423b;
  box-shadow:         1px 1px 3px 2px #21423b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21423b


Comments

No comments written yet.

Please login to write comment.