Color Hex Logo

#718303 Color Hex

#718303
(113,131,3)
0 Favorites   0 Comments

Color spaces of #718303

RGB 1131313
HSL0.190.960.26
HSV68°98°51°
CMYK 0.140.000.98   0.49
XYZ14.942819.74993.1107
Yxy19.74990.39530.5224
Hunter Lab44.4409-17.752626.9585
CIE-Lab51.5533-21.320355.3306

#718303 color RGB value is (113,131,3).

#718303 hex color red value is 113, green value is 131 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #718303 hue: 0.19 , saturation: 0.96 and the lightness value of 718303 is 0.26.

The process color (four color CMYK) of #718303 color hex is 0.14, 0.00, 0.98, 0.49. Web safe color of #718303 is #669900. Color #718303 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000011 00000011
Octal 161 203 3
Decimal 113 131 3
Hex 71 83 3

RGB Percentages of Color #718303

%45.75
%53.04
%1.21

CMYK Percentages of Color #718303

%14
%0
%98
%49

Triadic Colors of #718303

#718303 #037183 #830371

Analogous Colors of #718303

#718303 #318303 #835503

Monochromatic Colors of #718303

#718303

Complementary Color

#718303 #150383

#718303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718303 Color CSS Codes

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

#718303 Text Font Color

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

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


#718303 Background Color

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

This div background color is #718303


#718303 Border Color

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

This div border color is #718303


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,131,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #718303; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #718303;
  -webkit-box-shadow: 1px 1px 3px 2px #718303;
  box-shadow:         1px 1px 3px 2px #718303; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,131,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718303


Comments

No comments written yet.

Please login to write comment.