Color Hex Logo

#718268 Color Hex

#718268
(113,130,104)
0 Favorites   0 Comments

Color spaces of #718268

RGB 113130104
HSL0.280.110.46
HSV99°20°51°
CMYK 0.130.000.20   0.49
XYZ17.291420.475516.1375
Yxy20.47550.32080.3798
Hunter Lab45.2499-10.976810.5303
CIE-Lab52.3706-11.387412.0390

#718268 color RGB value is (113,130,104).

#718268 hex color red value is 113, green value is 130 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #718268 hue: 0.28 , saturation: 0.11 and the lightness value of 718268 is 0.46.

The process color (four color CMYK) of #718268 color hex is 0.13, 0.00, 0.20, 0.49. Web safe color of #718268 is #669966. Color #718268 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000010 01101000
Octal 161 202 150
Decimal 113 130 104
Hex 71 82 68

RGB Percentages of Color #718268

%32.56
%37.46
%29.97

CMYK Percentages of Color #718268

%13
%0
%20
%49

Triadic Colors of #718268

#718268 #687182 #826871

Analogous Colors of #718268

#718268 #68826c #7e8268

Monochromatic Colors of #718268

#718268

Complementary Color

#718268 #796882

#718268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#718268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#718268 Color CSS Codes

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

#718268 Text Font Color

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

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


#718268 Background Color

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

This div background color is #718268


#718268 Border Color

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

This div border color is #718268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #718268


Comments

No comments written yet.

Please login to write comment.