Color Hex Logo

#0d5723 Color Hex

#0D5723
(13,87,35)
0 Favorites   0 Comments

Color spaces of #0d5723

RGB 138735
HSL0.380.740.20
HSV138°85°34°
CMYK 0.850.000.60   0.66
XYZ3.87757.02332.7414
Yxy7.02330.28420.5148
Hunter Lab26.5015-20.260912.4179
CIE-Lab31.8599-34.168823.8986

#0d5723 color RGB value is (13,87,35).

#0d5723 hex color red value is 13, green value is 87 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #0d5723 hue: 0.38 , saturation: 0.74 and the lightness value of 0d5723 is 0.20.

The process color (four color CMYK) of #0d5723 color hex is 0.85, 0.00, 0.60, 0.66. Web safe color of #0d5723 is #006633. Color #0d5723 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01010111 00100011
Octal 15 127 43
Decimal 13 87 35
Hex D 57 23

RGB Percentages of Color #0d5723

%9.63
%64.44
%25.93

CMYK Percentages of Color #0d5723

%85
%0
%60
%66

Triadic Colors of #0d5723

#0d5723 #230d57 #57230d

Analogous Colors of #0d5723

#0d5723 #0d5748 #1c570d

Monochromatic Colors of #0d5723

#0d5723

Complementary Color

#0d5723 #570d41

#0d5723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d5723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d5723 Color CSS Codes

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

#0d5723 Text Font Color

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

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


#0d5723 Background Color

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

This div background color is #0d5723


#0d5723 Border Color

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

This div border color is #0d5723


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,87,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d5723; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d5723;
  -webkit-box-shadow: 1px 1px 3px 2px #0d5723;
  box-shadow:         1px 1px 3px 2px #0d5723; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,87,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 #0d5723">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d5723


Comments

No comments written yet.

Please login to write comment.