Color Hex Logo

#133825 Color Hex

#133825
(19,56,37)
0 Favorites   0 Comments

Color spaces of #133825

RGB 195637
HSL0.410.490.15
HSV149°66°22°
CMYK 0.660.000.34   0.78
XYZ2.01673.10042.2424
Yxy3.10040.27400.4213
Hunter Lab17.6080-10.36974.7749
CIE-Lab20.4416-18.65408.0092

#133825 color RGB value is (19,56,37).

#133825 hex color red value is 19, green value is 56 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #133825 hue: 0.41 , saturation: 0.49 and the lightness value of 133825 is 0.15.

The process color (four color CMYK) of #133825 color hex is 0.66, 0.00, 0.34, 0.78. Web safe color of #133825 is #003333. Color #133825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 00100101
Octal 23 70 45
Decimal 19 56 37
Hex 13 38 25

RGB Percentages of Color #133825

%16.96
%50.00
%33.04

CMYK Percentages of Color #133825

%66
%0
%34
%78

Triadic Colors of #133825

#133825 #251338 #382513

Analogous Colors of #133825

#133825 #133838 #143813

Monochromatic Colors of #133825

#133825

Complementary Color

#133825 #381326

#133825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133825 Color CSS Codes

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

#133825 Text Font Color

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

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


#133825 Background Color

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

This div background color is #133825


#133825 Border Color

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

This div border color is #133825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,56,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133825


Comments

No comments written yet.

Please login to write comment.