Color Hex Logo

#133621 Color Hex

#133621
(19,54,33)
0 Favorites   0 Comments

Color spaces of #133621

RGB 195433
HSL0.400.480.14
HSV144°65°21°
CMYK 0.650.000.39   0.79
XYZ1.86222.88661.8979
Yxy2.88660.28020.4343
Hunter Lab16.9900-10.16795.2699
CIE-Lab19.5839-18.58639.4953

#133621 color RGB value is (19,54,33).

#133621 hex color red value is 19, green value is 54 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #133621 hue: 0.40 , saturation: 0.48 and the lightness value of 133621 is 0.14.

The process color (four color CMYK) of #133621 color hex is 0.65, 0.00, 0.39, 0.79. Web safe color of #133621 is #003333. Color #133621 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 00100001
Octal 23 66 41
Decimal 19 54 33
Hex 13 36 21

RGB Percentages of Color #133621

%17.92
%50.94
%31.13

CMYK Percentages of Color #133621

%65
%0
%39
%79

Triadic Colors of #133621

#133621 #211336 #362113

Analogous Colors of #133621

#133621 #133633 #173613

Monochromatic Colors of #133621

#133621

Complementary Color

#133621 #361328

#133621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133621 Color CSS Codes

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

#133621 Text Font Color

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

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


#133621 Background Color

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

This div background color is #133621


#133621 Border Color

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

This div border color is #133621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133621


Comments

No comments written yet.

Please login to write comment.