Color Hex Logo

#317923 Color Hex

#317923
(49,121,35)
0 Favorites   0 Comments

Color spaces of #317923

RGB 4912135
HSL0.310.550.31
HSV110°71°47°
CMYK 0.600.000.71   0.53
XYZ8.407414.44913.9359
Yxy14.44910.31380.5393
Hunter Lab38.0120-27.040720.4693
CIE-Lab44.8702-39.590938.8198

#317923 color RGB value is (49,121,35).

#317923 hex color red value is 49, green value is 121 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #317923 hue: 0.31 , saturation: 0.55 and the lightness value of 317923 is 0.31.

The process color (four color CMYK) of #317923 color hex is 0.60, 0.00, 0.71, 0.53. Web safe color of #317923 is #336633. Color #317923 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01111001 00100011
Octal 61 171 43
Decimal 49 121 35
Hex 31 79 23

RGB Percentages of Color #317923

%23.90
%59.02
%17.07

CMYK Percentages of Color #317923

%60
%0
%71
%53

Triadic Colors of #317923

#317923 #233179 #792331

Analogous Colors of #317923

#317923 #237940 #5c7923

Monochromatic Colors of #317923

#317923

Complementary Color

#317923 #6b2379

#317923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317923 Color CSS Codes

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

#317923 Text Font Color

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

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


#317923 Background Color

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

This div background color is #317923


#317923 Border Color

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

This div border color is #317923


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,121,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #317923; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #317923;
  -webkit-box-shadow: 1px 1px 3px 2px #317923;
  box-shadow:         1px 1px 3px 2px #317923; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317923


Comments

No comments written yet.

Please login to write comment.