Color Hex Logo

#748863 Color Hex

#748863
(116,136,99)
0 Favorites   0 Comments

Color spaces of #748863

RGB 11613699
HSL0.260.160.46
HSV92°27°53°
CMYK 0.150.000.27   0.47
XYZ18.258722.222215.1314
Yxy22.22220.32830.3996
Hunter Lab47.1404-13.358113.9671
CIE-Lab54.2620-14.352417.5469

#748863 color RGB value is (116,136,99).

#748863 hex color red value is 116, green value is 136 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #748863 hue: 0.26 , saturation: 0.16 and the lightness value of 748863 is 0.46.

The process color (four color CMYK) of #748863 color hex is 0.15, 0.00, 0.27, 0.47. Web safe color of #748863 is #669966. Color #748863 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001000 01100011
Octal 164 210 143
Decimal 116 136 99
Hex 74 88 63

RGB Percentages of Color #748863

%33.05
%38.75
%28.21

CMYK Percentages of Color #748863

%15
%0
%27
%47

Triadic Colors of #748863

#748863 #637488 #886374

Analogous Colors of #748863

#748863 #638865 #878863

Monochromatic Colors of #748863

#748863

Complementary Color

#748863 #776388

#748863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748863 Color CSS Codes

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

#748863 Text Font Color

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

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


#748863 Background Color

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

This div background color is #748863


#748863 Border Color

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

This div border color is #748863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748863


Comments

No comments written yet.

Please login to write comment.