Color Hex Logo

#748d0f Color Hex

#748D0F
(116,141,15)
0 Favorites   0 Comments

Color spaces of #748d0f

RGB 11614115
HSL0.200.810.31
HSV72°89°55°
CMYK 0.180.000.89   0.45
XYZ16.813622.79723.9661
Yxy22.79720.38580.5231
Hunter Lab47.7464-20.698628.4975
CIE-Lab54.8628-24.763755.8797

#748d0f color RGB value is (116,141,15).

#748d0f hex color red value is 116, green value is 141 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #748d0f hue: 0.20 , saturation: 0.81 and the lightness value of 748d0f is 0.31.

The process color (four color CMYK) of #748d0f color hex is 0.18, 0.00, 0.89, 0.45. Web safe color of #748d0f is #669900. Color #748d0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001101 00001111
Octal 164 215 17
Decimal 116 141 15
Hex 74 8D F

RGB Percentages of Color #748d0f

%42.65
%51.84
%5.51

CMYK Percentages of Color #748d0f

%18
%0
%89
%45

Triadic Colors of #748d0f

#748d0f #0f748d #8d0f74

Analogous Colors of #748d0f

#748d0f #358d0f #8d670f

Monochromatic Colors of #748d0f

#748d0f

Complementary Color

#748d0f #280f8d

#748d0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748d0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#748d0f Color CSS Codes

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

#748d0f Text Font Color

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

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


#748d0f Background Color

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

This div background color is #748d0f


#748d0f Border Color

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

This div border color is #748d0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748d0f


Comments

No comments written yet.

Please login to write comment.