Color Hex Logo

#136121 Color Hex

#136121
(19,97,33)
0 Favorites   0 Comments

Color spaces of #136121

RGB 199733
HSL0.360.670.23
HSV131°80°38°
CMYK 0.800.000.66   0.62
XYZ4.81788.79762.8830
Yxy8.79760.29200.5332
Hunter Lab29.6607-22.912514.9996
CIE-Lab35.5916-37.334529.3403

#136121 color RGB value is (19,97,33).

#136121 hex color red value is 19, green value is 97 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #136121 hue: 0.36 , saturation: 0.67 and the lightness value of 136121 is 0.23.

The process color (four color CMYK) of #136121 color hex is 0.80, 0.00, 0.66, 0.62. Web safe color of #136121 is #006633. Color #136121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100001 00100001
Octal 23 141 41
Decimal 19 97 33
Hex 13 61 21

RGB Percentages of Color #136121

%12.75
%65.10
%22.15

CMYK Percentages of Color #136121

%80
%0
%66
%62

Triadic Colors of #136121

#136121 #211361 #612113

Analogous Colors of #136121

#136121 #136148 #2c6113

Monochromatic Colors of #136121

#136121

Complementary Color

#136121 #611353

#136121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136121 Color CSS Codes

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

#136121 Text Font Color

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

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


#136121 Background Color

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

This div background color is #136121


#136121 Border Color

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

This div border color is #136121


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,97,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 #136121">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136121


Comments

No comments written yet.

Please login to write comment.