Color Hex Logo

#0d5c2b Color Hex

#0D5C2B
(13,92,43)
0 Favorites   0 Comments

Color spaces of #0d5c2b

RGB 139243
HSL0.400.750.21
HSV143°86°36°
CMYK 0.860.000.53   0.64
XYZ4.42927.91433.5797
Yxy7.91430.27820.4970
Hunter Lab28.1324-21.128312.1483
CIE-Lab33.8038-34.743321.7979

#0d5c2b color RGB value is (13,92,43).

#0d5c2b hex color red value is 13, green value is 92 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #0d5c2b hue: 0.40 , saturation: 0.75 and the lightness value of 0d5c2b is 0.21.

The process color (four color CMYK) of #0d5c2b color hex is 0.86, 0.00, 0.53, 0.64. Web safe color of #0d5c2b is #006633. Color #0d5c2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01011100 00101011
Octal 15 134 53
Decimal 13 92 43
Hex D 5C 2B

RGB Percentages of Color #0d5c2b

%8.78
%62.16
%29.05

CMYK Percentages of Color #0d5c2b

%86
%0
%53
%64

Triadic Colors of #0d5c2b

#0d5c2b #2b0d5c #5c2b0d

Analogous Colors of #0d5c2b

#0d5c2b #0d5c53 #175c0d

Monochromatic Colors of #0d5c2b

#0d5c2b

Complementary Color

#0d5c2b #5c0d3e

#0d5c2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d5c2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d5c2b Color CSS Codes

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

#0d5c2b Text Font Color

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

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


#0d5c2b Background Color

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

This div background color is #0d5c2b


#0d5c2b Border Color

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

This div border color is #0d5c2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d5c2b


Comments

No comments written yet.

Please login to write comment.