Color Hex Logo

#313b1e Color Hex

#313B1E
(49,59,30)
0 Favorites   0 Comments

Color spaces of #313b1e

RGB 495930
HSL0.220.330.17
HSV81°49°23°
CMYK 0.170.000.49   0.77
XYZ3.06493.87461.8146
Yxy3.87460.35010.4426
Hunter Lab19.6840-6.65368.3131
CIE-Lab23.2525-10.045616.5905

#313b1e color RGB value is (49,59,30).

#313b1e hex color red value is 49, green value is 59 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #313b1e hue: 0.22 , saturation: 0.33 and the lightness value of 313b1e is 0.17.

The process color (four color CMYK) of #313b1e color hex is 0.17, 0.00, 0.49, 0.77. Web safe color of #313b1e is #333333. Color #313b1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111011 00011110
Octal 61 73 36
Decimal 49 59 30
Hex 31 3B 1E

RGB Percentages of Color #313b1e

%35.51
%42.75
%21.74

CMYK Percentages of Color #313b1e

%17
%0
%49
%77

Triadic Colors of #313b1e

#313b1e #1e313b #3b1e31

Analogous Colors of #313b1e

#313b1e #233b1e #3b371e

Monochromatic Colors of #313b1e

#313b1e

Complementary Color

#313b1e #281e3b

#313b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#313b1e Color CSS Codes

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

#313b1e Text Font Color

<p style="color:#313b1e">Text here</p>

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


#313b1e Background Color

<div style="background-color:#313b1e">
Div content here</div>

This div background color is #313b1e


#313b1e Border Color

<div style="border:3px solid #313b1e">
Div here</div>

This div border color is #313b1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,59,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #313b1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #313b1e;
  -webkit-box-shadow: 1px 1px 3px 2px #313b1e;
  box-shadow:         1px 1px 3px 2px #313b1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313b1e


Comments

No comments written yet.

Please login to write comment.