Color Hex Logo

#738c1d Color Hex

#738C1D
(115,140,29)
0 Favorites   0 Comments

Color spaces of #738c1d

RGB 11514029
HSL0.200.660.33
HSV74°79°55°
CMYK 0.180.000.79   0.45
XYZ16.670122.48974.6247
Yxy22.48970.38070.5136
Hunter Lab47.4233-20.245027.4144
CIE-Lab54.5428-24.184951.8444

#738c1d color RGB value is (115,140,29).

#738c1d hex color red value is 115, green value is 140 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #738c1d hue: 0.20 , saturation: 0.66 and the lightness value of 738c1d is 0.33.

The process color (four color CMYK) of #738c1d color hex is 0.18, 0.00, 0.79, 0.45. Web safe color of #738c1d is #669933. Color #738c1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10001100 00011101
Octal 163 214 35
Decimal 115 140 29
Hex 73 8C 1D

RGB Percentages of Color #738c1d

%40.49
%49.30
%10.21

CMYK Percentages of Color #738c1d

%18
%0
%79
%45

Triadic Colors of #738c1d

#738c1d #1d738c #8c1d73

Analogous Colors of #738c1d

#738c1d #3c8c1d #8c6e1d

Monochromatic Colors of #738c1d

#738c1d

Complementary Color

#738c1d #361d8c

#738c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#738c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#738c1d Color CSS Codes

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

#738c1d Text Font Color

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

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


#738c1d Background Color

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

This div background color is #738c1d


#738c1d Border Color

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

This div border color is #738c1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,140,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #738c1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #738c1d;
  -webkit-box-shadow: 1px 1px 3px 2px #738c1d;
  box-shadow:         1px 1px 3px 2px #738c1d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #738c1d


Comments

No comments written yet.

Please login to write comment.