Color Hex Logo

#748440 Color Hex

#748440
(116,132,64)
0 Favorites   0 Comments

Color spaces of #748440

RGB 11613264
HSL0.210.350.38
HSV74°52°52°
CMYK 0.120.000.52   0.48
XYZ16.379120.58577.9607
Yxy20.58570.36460.4582
Hunter Lab45.3715-14.961621.3572
CIE-Lab52.4931-16.988134.4618

#748440 color RGB value is (116,132,64).

#748440 hex color red value is 116, green value is 132 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #748440 hue: 0.21 , saturation: 0.35 and the lightness value of 748440 is 0.38.

The process color (four color CMYK) of #748440 color hex is 0.12, 0.00, 0.52, 0.48. Web safe color of #748440 is #669933. Color #748440 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 01000000
Octal 164 204 100
Decimal 116 132 64
Hex 74 84 40

RGB Percentages of Color #748440

%37.18
%42.31
%20.51

CMYK Percentages of Color #748440

%12
%0
%52
%48

Triadic Colors of #748440

#748440 #407484 #844074

Analogous Colors of #748440

#748440 #528440 #847240

Monochromatic Colors of #748440

#748440

Complementary Color

#748440 #504084

#748440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748440 Color CSS Codes

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

#748440 Text Font Color

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

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


#748440 Background Color

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

This div background color is #748440


#748440 Border Color

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

This div border color is #748440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748440


Comments

No comments written yet.

Please login to write comment.