Color Hex Logo

#134923 Color Hex

#134923
(19,73,35)
0 Favorites   0 Comments

Color spaces of #134923

RGB 197335
HSL0.380.590.18
HSV138°74°29°
CMYK 0.740.000.52   0.71
XYZ2.95455.02492.4043
Yxy5.02490.28450.4839
Hunter Lab22.4163-15.70199.3321
CIE-Lab26.8056-27.295017.6928

#134923 color RGB value is (19,73,35).

#134923 hex color red value is 19, green value is 73 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #134923 hue: 0.38 , saturation: 0.59 and the lightness value of 134923 is 0.18.

The process color (four color CMYK) of #134923 color hex is 0.74, 0.00, 0.52, 0.71. Web safe color of #134923 is #003333. Color #134923 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 00100011
Octal 23 111 43
Decimal 19 73 35
Hex 13 49 23

RGB Percentages of Color #134923

%14.96
%57.48
%27.56

CMYK Percentages of Color #134923

%74
%0
%52
%71

Triadic Colors of #134923

#134923 #231349 #492313

Analogous Colors of #134923

#134923 #13493e #1e4913

Monochromatic Colors of #134923

#134923

Complementary Color

#134923 #491339

#134923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134923 Color CSS Codes

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

#134923 Text Font Color

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

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


#134923 Background Color

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

This div background color is #134923


#134923 Border Color

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

This div border color is #134923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134923


Comments

No comments written yet.

Please login to write comment.