Color Hex Logo

#318748 Color Hex

#318748
(49,135,72)
0 Favorites   0 Comments

Color spaces of #318748

RGB 4913572
HSL0.380.470.36
HSV136°64°53°
CMYK 0.640.000.47   0.47
XYZ11.100318.44889.1068
Yxy18.44880.28720.4773
Hunter Lab42.9521-29.035517.4956
CIE-Lab50.0360-40.237426.3906

#318748 color RGB value is (49,135,72).

#318748 hex color red value is 49, green value is 135 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #318748 hue: 0.38 , saturation: 0.47 and the lightness value of 318748 is 0.36.

The process color (four color CMYK) of #318748 color hex is 0.64, 0.00, 0.47, 0.47. Web safe color of #318748 is #339933. Color #318748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10000111 01001000
Octal 61 207 110
Decimal 49 135 72
Hex 31 87 48

RGB Percentages of Color #318748

%19.14
%52.73
%28.13

CMYK Percentages of Color #318748

%64
%0
%47
%47

Triadic Colors of #318748

#318748 #483187 #874831

Analogous Colors of #318748

#318748 #318773 #458731

Monochromatic Colors of #318748

#318748

Complementary Color

#318748 #873170

#318748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#318748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#318748 Color CSS Codes

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

#318748 Text Font Color

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

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


#318748 Background Color

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

This div background color is #318748


#318748 Border Color

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

This div border color is #318748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #318748


Comments

No comments written yet.

Please login to write comment.