Color Hex Logo

#748062 Color Hex

#748062
(116,128,98)
0 Favorites   0 Comments

Color spaces of #748062

RGB 11612898
HSL0.230.130.44
HSV84°23°50°
CMYK 0.090.000.23   0.50
XYZ17.126220.033214.5194
Yxy20.03320.33140.3876
Hunter Lab44.7585-10.026812.0976
CIE-Lab51.8747-10.155114.8469

#748062 color RGB value is (116,128,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 01100010
Octal 164 200 142
Decimal 116 128 98
Hex 74 80 62

RGB Percentages of Color #748062

%33.92
%37.43
%28.65

CMYK Percentages of Color #748062

%9
%0
%23
%50

Triadic Colors of #748062

#748062 #627480 #806274

Analogous Colors of #748062

#748062 #658062 #807d62

Monochromatic Colors of #748062

#748062

Complementary Color

#748062 #6e6280

#748062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748062 Color CSS Codes

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

#748062 Text Font Color

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

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


#748062 Background Color

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

This div background color is #748062


#748062 Border Color

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

This div border color is #748062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748062


Comments

No comments written yet.

Please login to write comment.