Color Hex Logo

#317508 Color Hex

#317508
(49,117,8)
0 Favorites   0 Comments

Color spaces of #317508

RGB 491178
HSL0.270.870.25
HSV97°93°46°
CMYK 0.580.000.93   0.54
XYZ7.671713.39312.4105
Yxy13.39310.32680.5705
Hunter Lab36.5966-26.625321.7124
CIE-Lab43.3497-39.734346.1689

#317508 color RGB value is (49,117,8).

#317508 hex color red value is 49, green value is 117 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #317508 hue: 0.27 , saturation: 0.87 and the lightness value of 317508 is 0.25.

The process color (four color CMYK) of #317508 color hex is 0.58, 0.00, 0.93, 0.54. Web safe color of #317508 is #336600. Color #317508 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01110101 00001000
Octal 61 165 10
Decimal 49 117 8
Hex 31 75 8

RGB Percentages of Color #317508

%28.16
%67.24
%4.60

CMYK Percentages of Color #317508

%58
%0
%93
%54

Triadic Colors of #317508

#317508 #083175 #750831

Analogous Colors of #317508

#317508 #087516 #687508

Monochromatic Colors of #317508

#317508

Complementary Color

#317508 #4c0875

#317508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#317508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#317508 Color CSS Codes

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

#317508 Text Font Color

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

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


#317508 Background Color

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

This div background color is #317508


#317508 Border Color

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

This div border color is #317508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #317508


Comments

No comments written yet.

Please login to write comment.