Color Hex Logo

#748a66 Color Hex

#748A66
(116,138,102)
0 Favorites   0 Comments

Color spaces of #748a66

RGB 116138102
HSL0.270.150.47
HSV97°26°54°
CMYK 0.160.000.26   0.46
XYZ18.689222.849315.9957
Yxy22.84930.32480.3971
Hunter Lab47.8009-13.861813.6204
CIE-Lab54.9168-14.925016.7399

#748a66 color RGB value is (116,138,102).

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

The process color (four color CMYK) of #748a66 color hex is 0.16, 0.00, 0.26, 0.46. Web safe color of #748a66 is #669966. Color #748a66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 01100110
Octal 164 212 146
Decimal 116 138 102
Hex 74 8A 66

RGB Percentages of Color #748a66

%32.58
%38.76
%28.65

CMYK Percentages of Color #748a66

%16
%0
%26
%46

Triadic Colors of #748a66

#748a66 #66748a #8a6674

Analogous Colors of #748a66

#748a66 #668a6a #868a66

Monochromatic Colors of #748a66

#748a66

Complementary Color

#748a66 #7c668a

#748a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748a66 Color CSS Codes

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

#748a66 Text Font Color

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

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


#748a66 Background Color

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

This div background color is #748a66


#748a66 Border Color

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

This div border color is #748a66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,138,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 #748a66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748a66


Comments

No comments written yet.

Please login to write comment.