Color Hex Logo

#133630 Color Hex

#133630
(19,54,48)
0 Favorites   0 Comments

Color spaces of #133630

RGB 195448
HSL0.470.480.14
HSV170°65°21°
CMYK 0.650.000.11   0.79
XYZ2.12122.99023.2617
Yxy2.99020.25330.3571
Hunter Lab17.2922-8.36510.9211
CIE-Lab20.0046-14.4198-0.0374

#133630 color RGB value is (19,54,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110110 00110000
Octal 23 66 60
Decimal 19 54 48
Hex 13 36 30

RGB Percentages of Color #133630

%15.70
%44.63
%39.67

CMYK Percentages of Color #133630

%65
%0
%11
%79

Triadic Colors of #133630

#133630 #301336 #363013

Analogous Colors of #133630

#133630 #132b36 #13361f

Monochromatic Colors of #133630

#133630

Complementary Color

#133630 #361319

#133630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133630 Color CSS Codes

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

#133630 Text Font Color

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

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


#133630 Background Color

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

This div background color is #133630


#133630 Border Color

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

This div border color is #133630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133630


Comments

No comments written yet.

Please login to write comment.