Color Hex Logo

#19502b Color Hex

#19502B
(25,80,43)
0 Favorites   0 Comments

Color spaces of #19502b

RGB 258043
HSL0.390.520.21
HSV140°69°31°
CMYK 0.690.000.46   0.69
XYZ3.70566.11843.2712
Yxy6.11840.28300.4672
Hunter Lab24.7354-16.54599.4738
CIE-Lab29.7092-27.480816.6345

#19502b color RGB value is (25,80,43).

#19502b hex color red value is 25, green value is 80 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #19502b hue: 0.39 , saturation: 0.52 and the lightness value of 19502b is 0.21.

The process color (four color CMYK) of #19502b color hex is 0.69, 0.00, 0.46, 0.69. Web safe color of #19502b is #006633. Color #19502b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010000 00101011
Octal 31 120 53
Decimal 25 80 43
Hex 19 50 2B

RGB Percentages of Color #19502b

%16.89
%54.05
%29.05

CMYK Percentages of Color #19502b

%69
%0
%46
%69

Triadic Colors of #19502b

#19502b #2b1950 #502b19

Analogous Colors of #19502b

#19502b #195047 #235019

Monochromatic Colors of #19502b

#19502b

Complementary Color

#19502b #50193e

#19502b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19502b Color Preview on White Background

Lorem ipsum dolor sit amet.

#19502b Color CSS Codes

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

#19502b Text Font Color

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

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


#19502b Background Color

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

This div background color is #19502b


#19502b Border Color

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

This div border color is #19502b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,80,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19502b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19502b;
  -webkit-box-shadow: 1px 1px 3px 2px #19502b;
  box-shadow:         1px 1px 3px 2px #19502b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,80,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19502b


Comments

No comments written yet.

Please login to write comment.