Color Hex Logo

#21490b Color Hex

#21490B
(33,73,11)
0 Favorites   0 Comments

Color spaces of #21490b

RGB 337311
HSL0.270.740.16
HSV99°85°29°
CMYK 0.550.000.85   0.71
XYZ3.07015.11261.1416
Yxy5.11260.32930.5483
Hunter Lab22.6111-15.332912.8343
CIE-Lab27.0532-26.338030.4558

#21490b color RGB value is (33,73,11).

#21490b hex color red value is 33, green value is 73 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #21490b hue: 0.27 , saturation: 0.74 and the lightness value of 21490b is 0.16.

The process color (four color CMYK) of #21490b color hex is 0.55, 0.00, 0.85, 0.71. Web safe color of #21490b is #333300. Color #21490b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001001 00001011
Octal 41 111 13
Decimal 33 73 11
Hex 21 49 B

RGB Percentages of Color #21490b

%28.21
%62.39
%9.40

CMYK Percentages of Color #21490b

%55
%0
%85
%71

Triadic Colors of #21490b

#21490b #0b2149 #490b21

Analogous Colors of #21490b

#21490b #0b4914 #40490b

Monochromatic Colors of #21490b

#21490b

Complementary Color

#21490b #330b49

#21490b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21490b Color Preview on White Background

Lorem ipsum dolor sit amet.

#21490b Color CSS Codes

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

#21490b Text Font Color

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

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


#21490b Background Color

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

This div background color is #21490b


#21490b Border Color

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

This div border color is #21490b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21490b


Comments

No comments written yet.

Please login to write comment.