Color Hex Logo

#0d2826 Color Hex

#0D2826
(13,40,38)
0 Favorites   0 Comments

Color spaces of #0d2826

RGB 134038
HSL0.490.510.10
HSV176°68°16°
CMYK 0.680.000.05   0.84
XYZ1.27461.74312.1030
Yxy1.74310.24890.3404
Hunter Lab13.2027-5.8720-0.2022
CIE-Lab14.0768-10.8510-1.8041

#0d2826 color RGB value is (13,40,38).

#0d2826 hex color red value is 13, green value is 40 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #0d2826 hue: 0.49 , saturation: 0.51 and the lightness value of 0d2826 is 0.10.

The process color (four color CMYK) of #0d2826 color hex is 0.68, 0.00, 0.05, 0.84. Web safe color of #0d2826 is #003333. Color #0d2826 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00101000 00100110
Octal 15 50 46
Decimal 13 40 38
Hex D 28 26

RGB Percentages of Color #0d2826

%14.29
%43.96
%41.76

CMYK Percentages of Color #0d2826

%68
%0
%5
%84

Triadic Colors of #0d2826

#0d2826 #260d28 #28260d

Analogous Colors of #0d2826

#0d2826 #0d1d28 #0d2819

Monochromatic Colors of #0d2826

#0d2826

Complementary Color

#0d2826 #280d0f

#0d2826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d2826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d2826 Color CSS Codes

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

#0d2826 Text Font Color

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

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


#0d2826 Background Color

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

This div background color is #0d2826


#0d2826 Border Color

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

This div border color is #0d2826


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,40,38, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d2826


Comments

No comments written yet.

Please login to write comment.