Color Hex Logo

#748063 Color Hex

#748063
(116,128,99)
0 Favorites   0 Comments

Color spaces of #748063

RGB 11612899
HSL0.240.130.45
HSV85°23°50°
CMYK 0.090.000.23   0.50
XYZ17.173820.052214.7697
Yxy20.05220.33030.3857
Hunter Lab44.7797-9.906511.7901
CIE-Lab51.8962-9.986214.3001

#748063 color RGB value is (116,128,99).

#748063 hex color red value is 116, green value is 128 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #748063 hue: 0.24 , saturation: 0.13 and the lightness value of 748063 is 0.45.

The process color (four color CMYK) of #748063 color hex is 0.09, 0.00, 0.23, 0.50. Web safe color of #748063 is #669966. Color #748063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 01100011
Octal 164 200 143
Decimal 116 128 99
Hex 74 80 63

RGB Percentages of Color #748063

%33.82
%37.32
%28.86

CMYK Percentages of Color #748063

%9
%0
%23
%50

Triadic Colors of #748063

#748063 #637480 #806374

Analogous Colors of #748063

#748063 #668063 #807e63

Monochromatic Colors of #748063

#748063

Complementary Color

#748063 #6f6380

#748063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748063 Color CSS Codes

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

#748063 Text Font Color

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

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


#748063 Background Color

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

This div background color is #748063


#748063 Border Color

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

This div border color is #748063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748063


Comments

No comments written yet.

Please login to write comment.