Color Hex Logo

#748110 Color Hex

#748110
(116,129,16)
0 Favorites   0 Comments

Color spaces of #748110

RGB 11612916
HSL0.190.780.28
HSV67°88°51°
CMYK 0.100.000.88   0.49
XYZ15.146219.45093.4463
Yxy19.45090.39810.5113
Hunter Lab44.1032-15.878926.2392
CIE-Lab51.2106-18.624552.6157

#748110 color RGB value is (116,129,16).

#748110 hex color red value is 116, green value is 129 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #748110 hue: 0.19 , saturation: 0.78 and the lightness value of 748110 is 0.28.

The process color (four color CMYK) of #748110 color hex is 0.10, 0.00, 0.88, 0.49. Web safe color of #748110 is #669900. Color #748110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000001 00010000
Octal 164 201 20
Decimal 116 129 16
Hex 74 81 10

RGB Percentages of Color #748110

%44.44
%49.43
%6.13

CMYK Percentages of Color #748110

%10
%0
%88
%49

Triadic Colors of #748110

#748110 #107481 #811074

Analogous Colors of #748110

#748110 #3c8110 #815510

Monochromatic Colors of #748110

#748110

Complementary Color

#748110 #1d1081

#748110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748110 Color CSS Codes

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

#748110 Text Font Color

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

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


#748110 Background Color

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

This div background color is #748110


#748110 Border Color

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

This div border color is #748110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748110


Comments

No comments written yet.

Please login to write comment.