Color Hex Logo

#0d423a Color Hex

#0D423A
(13,66,58)
0 Favorites   0 Comments

Color spaces of #0d423a

RGB 136658
HSL0.470.670.15
HSV171°80°26°
CMYK 0.800.000.12   0.74
XYZ2.87794.28754.6789
Yxy4.28750.24300.3620
Hunter Lab20.7063-11.42681.0969
CIE-Lab24.6000-19.1587-0.0526

#0d423a color RGB value is (13,66,58).

#0d423a hex color red value is 13, green value is 66 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #0d423a hue: 0.47 , saturation: 0.67 and the lightness value of 0d423a is 0.15.

The process color (four color CMYK) of #0d423a color hex is 0.80, 0.00, 0.12, 0.74. Web safe color of #0d423a is #003333. Color #0d423a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01000010 00111010
Octal 15 102 72
Decimal 13 66 58
Hex D 42 3A

RGB Percentages of Color #0d423a

%9.49
%48.18
%42.34

CMYK Percentages of Color #0d423a

%80
%0
%12
%74

Triadic Colors of #0d423a

#0d423a #3a0d42 #423a0d

Analogous Colors of #0d423a

#0d423a #0d3042 #0d4220

Monochromatic Colors of #0d423a

#0d423a

Complementary Color

#0d423a #420d15

#0d423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d423a Color CSS Codes

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

#0d423a Text Font Color

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

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


#0d423a Background Color

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

This div background color is #0d423a


#0d423a Border Color

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

This div border color is #0d423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d423a


Comments

No comments written yet.

Please login to write comment.