Color Hex Logo

#134630 Color Hex

#134630
(19,70,48)
0 Favorites   0 Comments

Color spaces of #134630

RGB 197048
HSL0.430.570.17
HSV154°73°27°
CMYK 0.730.000.31   0.73
XYZ2.99224.73223.5520
Yxy4.73220.26540.4197
Hunter Lab21.7536-13.51625.5465
CIE-Lab25.9578-22.97488.4361

#134630 color RGB value is (19,70,48).

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

The process color (four color CMYK) of #134630 color hex is 0.73, 0.00, 0.31, 0.73. Web safe color of #134630 is #003333. Color #134630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000110 00110000
Octal 23 106 60
Decimal 19 70 48
Hex 13 46 30

RGB Percentages of Color #134630

%13.87
%51.09
%35.04

CMYK Percentages of Color #134630

%73
%0
%31
%73

Triadic Colors of #134630

#134630 #301346 #463013

Analogous Colors of #134630

#134630 #134346 #134617

Monochromatic Colors of #134630

#134630

Complementary Color

#134630 #461329

#134630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134630 Color CSS Codes

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

#134630 Text Font Color

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

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


#134630 Background Color

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

This div background color is #134630


#134630 Border Color

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

This div border color is #134630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134630


Comments

No comments written yet.

Please login to write comment.