Color Hex Logo

#00310d Color Hex

#00310D
(0,49,13)
0 Favorites   0 Comments

Color spaces of #00310d

RGB 04913
HSL0.381.000.10
HSV136°100°19°
CMYK 1.000.000.73   0.81
XYZ1.17102.22570.7487
Yxy2.22570.28250.5369
Hunter Lab14.9188-12.09717.4677
CIE-Lab16.6297-25.164717.9630

#00310d color RGB value is (0,49,13).

#00310d hex color red value is 0, green value is 49 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #00310d hue: 0.38 , saturation: 1.00 and the lightness value of 00310d is 0.10.

The process color (four color CMYK) of #00310d color hex is 1.00, 0.00, 0.73, 0.81. Web safe color of #00310d is #003300. Color #00310d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110001 00001101
Octal 0 61 15
Decimal 0 49 13
Hex 0 31 D

RGB Percentages of Color #00310d

%0.00
%79.03
%20.97

CMYK Percentages of Color #00310d

%100
%0
%73
%81

Triadic Colors of #00310d

#00310d #0d0031 #310d00

Analogous Colors of #00310d

#00310d #003126 #0c3100

Monochromatic Colors of #00310d

#00310d

Complementary Color

#00310d #310024

#00310d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00310d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00310d Color CSS Codes

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

#00310d Text Font Color

<p style="color:#00310d">Text here</p>

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


#00310d Background Color

<div style="background-color:#00310d">
Div content here</div>

This div background color is #00310d


#00310d Border Color

<div style="border:3px solid #00310d">
Div here</div>

This div border color is #00310d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00310d

#00310d Color Palettes


Comments

No comments written yet.

Please login to write comment.