Color Hex Logo

#738081 Color Hex

#738081
(115,128,129)
0 Favorites   0 Comments

Color spaces of #738081

RGB 115128129
HSL0.510.060.48
HSV184°11°51°
CMYK 0.110.010.00   0.49
XYZ18.751920.668223.7699
Yxy20.66820.29680.3271
Hunter Lab45.4623-5.93280.8239
CIE-Lab52.5844-4.5471-2.1767

#738081 color RGB value is (115,128,129).

#738081 hex color red value is 115, green value is 128 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #738081 hue: 0.51 , saturation: 0.06 and the lightness value of 738081 is 0.48.

The process color (four color CMYK) of #738081 color hex is 0.11, 0.01, 0.00, 0.49. Web safe color of #738081 is #669999. Color #738081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 10000001
Octal 163 200 201
Decimal 115 128 129
Hex 73 80 81

RGB Percentages of Color #738081

%30.91
%34.41
%34.68

CMYK Percentages of Color #738081

%11
%1
%0
%49

Triadic Colors of #738081

#738081 #817380 #808173

Analogous Colors of #738081

#738081 #737981 #73817b

Monochromatic Colors of #738081

#738081

Complementary Color

#738081 #817473

#738081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738081 Color CSS Codes

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

#738081 Text Font Color

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

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


#738081 Background Color

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

This div background color is #738081


#738081 Border Color

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

This div border color is #738081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738081

#738081 Color Palettes


Comments

No comments written yet.

Please login to write comment.