Color Hex Logo

#134735 Color Hex

#134735
(19,71,53)
0 Favorites   0 Comments

Color spaces of #134735

RGB 197153
HSL0.440.580.18
HSV159°73°28°
CMYK 0.730.000.25   0.72
XYZ3.16444.90204.1476
Yxy4.90200.25910.4013
Hunter Lab22.1405-13.23394.3915
CIE-Lab26.4537-22.14025.9022

#134735 color RGB value is (19,71,53).

#134735 hex color red value is 19, green value is 71 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #134735 hue: 0.44 , saturation: 0.58 and the lightness value of 134735 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 00110101
Octal 23 107 65
Decimal 19 71 53
Hex 13 47 35

RGB Percentages of Color #134735

%13.29
%49.65
%37.06

CMYK Percentages of Color #134735

%73
%0
%25
%72

Triadic Colors of #134735

#134735 #351347 #473513

Analogous Colors of #134735

#134735 #133f47 #13471b

Monochromatic Colors of #134735

#134735

Complementary Color

#134735 #471325

#134735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134735 Color CSS Codes

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

#134735 Text Font Color

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

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


#134735 Background Color

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

This div background color is #134735


#134735 Border Color

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

This div border color is #134735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134735


Comments

No comments written yet.

Please login to write comment.