Color Hex Logo

#133025 Color Hex

#133025
(19,48,37)
0 Favorites   0 Comments

Color spaces of #133025

RGB 194837
HSL0.440.430.13
HSV157°60°19°
CMYK 0.600.000.23   0.81
XYZ1.65942.38592.1233
Yxy2.38590.26900.3868
Hunter Lab15.4464-7.85492.6623
CIE-Lab17.3945-14.23173.7440

#133025 color RGB value is (19,48,37).

#133025 hex color red value is 19, green value is 48 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #133025 hue: 0.44 , saturation: 0.43 and the lightness value of 133025 is 0.13.

The process color (four color CMYK) of #133025 color hex is 0.60, 0.00, 0.23, 0.81. Web safe color of #133025 is #003333. Color #133025 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 00100101
Octal 23 60 45
Decimal 19 48 37
Hex 13 30 25

RGB Percentages of Color #133025

%18.27
%46.15
%35.58

CMYK Percentages of Color #133025

%60
%0
%23
%81

Triadic Colors of #133025

#133025 #251330 #302513

Analogous Colors of #133025

#133025 #132d30 #133017

Monochromatic Colors of #133025

#133025

Complementary Color

#133025 #30131e

#133025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133025 Color CSS Codes

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

#133025 Text Font Color

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

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


#133025 Background Color

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

This div background color is #133025


#133025 Border Color

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

This div border color is #133025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133025


Comments

No comments written yet.

Please login to write comment.