Color Hex Logo

#748c66 Color Hex

#748C66
(116,140,102)
0 Favorites   0 Comments

Color spaces of #748c66

RGB 116140102
HSL0.270.160.47
HSV98°27°55°
CMYK 0.170.000.27   0.45
XYZ18.978823.428516.0922
Yxy23.42850.32440.4005
Hunter Lab48.4030-14.715414.1704
CIE-Lab55.5110-15.992317.5526

#748c66 color RGB value is (116,140,102).

#748c66 hex color red value is 116, green value is 140 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #748c66 hue: 0.27 , saturation: 0.16 and the lightness value of 748c66 is 0.47.

The process color (four color CMYK) of #748c66 color hex is 0.17, 0.00, 0.27, 0.45. Web safe color of #748c66 is #669966. Color #748c66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 01100110
Octal 164 214 146
Decimal 116 140 102
Hex 74 8C 66

RGB Percentages of Color #748c66

%32.40
%39.11
%28.49

CMYK Percentages of Color #748c66

%17
%0
%27
%45

Triadic Colors of #748c66

#748c66 #66748c #8c6674

Analogous Colors of #748c66

#748c66 #668c6b #878c66

Monochromatic Colors of #748c66

#748c66

Complementary Color

#748c66 #7e668c

#748c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748c66 Color CSS Codes

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

#748c66 Text Font Color

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

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


#748c66 Background Color

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

This div background color is #748c66


#748c66 Border Color

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

This div border color is #748c66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,140,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748c66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748c66;
  -webkit-box-shadow: 1px 1px 3px 2px #748c66;
  box-shadow:         1px 1px 3px 2px #748c66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748c66

#748c66 Color Palettes


Comments

No comments written yet.

Please login to write comment.