Color Hex Logo

#135821 Color Hex

#135821
(19,88,33)
0 Favorites   0 Comments

Color spaces of #135821

RGB 198833
HSL0.370.640.21
HSV132°78°35°
CMYK 0.780.000.63   0.65
XYZ4.03287.22772.6214
Yxy7.22770.29050.5207
Hunter Lab26.8844-20.271713.0379
CIE-Lab32.3198-33.883025.5596

#135821 color RGB value is (19,88,33).

#135821 hex color red value is 19, green value is 88 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #135821 hue: 0.37 , saturation: 0.64 and the lightness value of 135821 is 0.21.

The process color (four color CMYK) of #135821 color hex is 0.78, 0.00, 0.63, 0.65. Web safe color of #135821 is #006633. Color #135821 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 00100001
Octal 23 130 41
Decimal 19 88 33
Hex 13 58 21

RGB Percentages of Color #135821

%13.57
%62.86
%23.57

CMYK Percentages of Color #135821

%78
%0
%63
%65

Triadic Colors of #135821

#135821 #211358 #582113

Analogous Colors of #135821

#135821 #135844 #285813

Monochromatic Colors of #135821

#135821

Complementary Color

#135821 #58134a

#135821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135821 Color CSS Codes

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

#135821 Text Font Color

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

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


#135821 Background Color

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

This div background color is #135821


#135821 Border Color

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

This div border color is #135821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135821


Comments

No comments written yet.

Please login to write comment.