Color Hex Logo

#738682 Color Hex

#738682
(115,134,130)
0 Favorites   0 Comments

Color spaces of #738682

RGB 115134130
HSL0.460.080.49
HSV167°14°53°
CMYK 0.140.000.03   0.47
XYZ19.624622.306724.3904
Yxy22.30670.29590.3363
Hunter Lab47.2300-8.48362.4426
CIE-Lab54.3509-7.7140-0.1699

#738682 color RGB value is (115,134,130).

#738682 hex color red value is 115, green value is 134 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #738682 hue: 0.46 , saturation: 0.08 and the lightness value of 738682 is 0.49.

The process color (four color CMYK) of #738682 color hex is 0.14, 0.00, 0.03, 0.47. Web safe color of #738682 is #669999. Color #738682 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000110 10000010
Octal 163 206 202
Decimal 115 134 130
Hex 73 86 82

RGB Percentages of Color #738682

%30.34
%35.36
%34.30

CMYK Percentages of Color #738682

%14
%0
%3
%47

Triadic Colors of #738682

#738682 #827386 #868273

Analogous Colors of #738682

#738682 #738186 #738679

Monochromatic Colors of #738682

#738682

Complementary Color

#738682 #867377

#738682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738682 Color CSS Codes

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

#738682 Text Font Color

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

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


#738682 Background Color

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

This div background color is #738682


#738682 Border Color

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

This div border color is #738682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738682


Comments

No comments written yet.

Please login to write comment.