Color Hex Logo

#748c50 Color Hex

#748C50
(116,140,80)
0 Favorites   0 Comments

Color spaces of #748c50

RGB 11614080
HSL0.230.270.43
HSV84°43°55°
CMYK 0.170.000.43   0.45
XYZ18.028523.048411.0880
Yxy23.04840.34560.4418
Hunter Lab48.0087-16.984019.9126
CIE-Lab55.1222-19.277729.2285

#748c50 color RGB value is (116,140,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 01010000
Octal 164 214 120
Decimal 116 140 80
Hex 74 8C 50

RGB Percentages of Color #748c50

%34.52
%41.67
%23.81

CMYK Percentages of Color #748c50

%17
%0
%43
%45

Triadic Colors of #748c50

#748c50 #50748c #8c5074

Analogous Colors of #748c50

#748c50 #568c50 #8c8650

Monochromatic Colors of #748c50

#748c50

Complementary Color

#748c50 #68508c

#748c50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748c50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748c50 Color CSS Codes

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

#748c50 Text Font Color

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

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


#748c50 Background Color

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

This div background color is #748c50


#748c50 Border Color

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

This div border color is #748c50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748c50


Comments

No comments written yet.

Please login to write comment.