Color Hex Logo

#1d523a Color Hex

#1D523A
(29,82,58)
0 Favorites   0 Comments

Color spaces of #1d523a

RGB 298258
HSL0.420.480.22
HSV153°65°32°
CMYK 0.650.000.29   0.68
XYZ4.28776.60135.0512
Yxy6.60130.26900.4141
Hunter Lab25.6930-15.17436.3288
CIE-Lab30.8815-24.08408.9666

#1d523a color RGB value is (29,82,58).

#1d523a hex color red value is 29, green value is 82 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #1d523a hue: 0.42 , saturation: 0.48 and the lightness value of 1d523a is 0.22.

The process color (four color CMYK) of #1d523a color hex is 0.65, 0.00, 0.29, 0.68. Web safe color of #1d523a is #336633. Color #1d523a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010010 00111010
Octal 35 122 72
Decimal 29 82 58
Hex 1D 52 3A

RGB Percentages of Color #1d523a

%17.16
%48.52
%34.32

CMYK Percentages of Color #1d523a

%65
%0
%29
%68

Triadic Colors of #1d523a

#1d523a #3a1d52 #523a1d

Analogous Colors of #1d523a

#1d523a #1d5052 #1d5220

Monochromatic Colors of #1d523a

#1d523a

Complementary Color

#1d523a #521d35

#1d523a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d523a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d523a Color CSS Codes

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

#1d523a Text Font Color

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

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


#1d523a Background Color

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

This div background color is #1d523a


#1d523a Border Color

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

This div border color is #1d523a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,82,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d523a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d523a;
  -webkit-box-shadow: 1px 1px 3px 2px #1d523a;
  box-shadow:         1px 1px 3px 2px #1d523a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,82,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d523a


Comments

No comments written yet.

Please login to write comment.