Color Hex Logo

#748a40 Color Hex

#748A40
(116,138,64)
0 Favorites   0 Comments

Color spaces of #748a40

RGB 11613864
HSL0.220.370.40
HSV78°54°54°
CMYK 0.160.000.54   0.46
XYZ17.216422.26018.2397
Yxy22.26010.36080.4665
Hunter Lab47.1806-17.430722.6719
CIE-Lab54.3019-20.122136.6147

#748a40 color RGB value is (116,138,64).

#748a40 hex color red value is 116, green value is 138 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #748a40 hue: 0.22 , saturation: 0.37 and the lightness value of 748a40 is 0.40.

The process color (four color CMYK) of #748a40 color hex is 0.16, 0.00, 0.54, 0.46. Web safe color of #748a40 is #669933. Color #748a40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 01000000
Octal 164 212 100
Decimal 116 138 64
Hex 74 8A 40

RGB Percentages of Color #748a40

%36.48
%43.40
%20.13

CMYK Percentages of Color #748a40

%16
%0
%54
%46

Triadic Colors of #748a40

#748a40 #40748a #8a4074

Analogous Colors of #748a40

#748a40 #4f8a40 #8a7b40

Monochromatic Colors of #748a40

#748a40

Complementary Color

#748a40 #56408a

#748a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748a40 Color CSS Codes

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

#748a40 Text Font Color

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

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


#748a40 Background Color

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

This div background color is #748a40


#748a40 Border Color

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

This div border color is #748a40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748a40


Comments

No comments written yet.

Please login to write comment.