Color Hex Logo

#738040 Color Hex

#738040
(115,128,64)
0 Favorites   0 Comments

Color spaces of #738040

RGB 11512864
HSL0.200.330.38
HSV72°50°50°
CMYK 0.100.000.50   0.50
XYZ15.714819.45337.7771
Yxy19.45330.36590.4530
Hunter Lab44.1059-13.586320.4196
CIE-Lab51.2134-15.285932.9034

#738040 color RGB value is (115,128,64).

#738040 hex color red value is 115, green value is 128 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #738040 hue: 0.20 , saturation: 0.33 and the lightness value of 738040 is 0.38.

The process color (four color CMYK) of #738040 color hex is 0.10, 0.00, 0.50, 0.50. Web safe color of #738040 is #669933. Color #738040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 01000000
Octal 163 200 100
Decimal 115 128 64
Hex 73 80 40

RGB Percentages of Color #738040

%37.46
%41.69
%20.85

CMYK Percentages of Color #738040

%10
%0
%50
%50

Triadic Colors of #738040

#738040 #407380 #804073

Analogous Colors of #738040

#738040 #538040 #806d40

Monochromatic Colors of #738040

#738040

Complementary Color

#738040 #4d4080

#738040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#738040 Color CSS Codes

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

#738040 Text Font Color

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

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


#738040 Background Color

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

This div background color is #738040


#738040 Border Color

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

This div border color is #738040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738040

#738040 Color Palettes


Comments

No comments written yet.

Please login to write comment.