Color Hex Logo

#00312b Color Hex

#00312B
(0,49,43)
0 Favorites   0 Comments

Color spaces of #00312b

RGB 04943
HSL0.481.000.10
HSV173°100°19°
CMYK 1.000.000.12   0.81
XYZ1.53442.37102.6623
Yxy2.37100.23360.3610
Hunter Lab15.3981-9.15920.5275
CIE-Lab17.3249-17.2738-0.5924

#00312b color RGB value is (0,49,43).

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

The process color (four color CMYK) of #00312b color hex is 1.00, 0.00, 0.12, 0.81. Web safe color of #00312b is #003333. Color #00312b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110001 00101011
Octal 0 61 53
Decimal 0 49 43
Hex 0 31 2B

RGB Percentages of Color #00312b

%0.00
%53.26
%46.74

CMYK Percentages of Color #00312b

%100
%0
%12
%81

Triadic Colors of #00312b

#00312b #2b0031 #312b00

Analogous Colors of #00312b

#00312b #001f31 #003113

Monochromatic Colors of #00312b

#00312b

Complementary Color

#00312b #310006

#00312b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00312b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00312b Color CSS Codes

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

#00312b Text Font Color

<p style="color:#00312b">Text here</p>

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


#00312b Background Color

<div style="background-color:#00312b">
Div content here</div>

This div background color is #00312b


#00312b Border Color

<div style="border:3px solid #00312b">
Div here</div>

This div border color is #00312b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00312b


Comments

No comments written yet.

Please login to write comment.