Color Hex Logo

#748719 Color Hex

#748719
(116,135,25)
0 Favorites   0 Comments

Color spaces of #748719

RGB 11613525
HSL0.200.690.31
HSV70°81°53°
CMYK 0.140.000.81   0.47
XYZ16.041921.11114.1491
Yxy21.11110.38840.5111
Hunter Lab45.9468-18.085326.8088
CIE-Lab53.0709-21.401351.7857

#748719 color RGB value is (116,135,25).

#748719 hex color red value is 116, green value is 135 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #748719 hue: 0.20 , saturation: 0.69 and the lightness value of 748719 is 0.31.

The process color (four color CMYK) of #748719 color hex is 0.14, 0.00, 0.81, 0.47. Web safe color of #748719 is #669900. Color #748719 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000111 00011001
Octal 164 207 31
Decimal 116 135 25
Hex 74 87 19

RGB Percentages of Color #748719

%42.03
%48.91
%9.06

CMYK Percentages of Color #748719

%14
%0
%81
%47

Triadic Colors of #748719

#748719 #197487 #871974

Analogous Colors of #748719

#748719 #3d8719 #876319

Monochromatic Colors of #748719

#748719

Complementary Color

#748719 #2c1987

#748719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748719 Color CSS Codes

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

#748719 Text Font Color

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

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


#748719 Background Color

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

This div background color is #748719


#748719 Border Color

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

This div border color is #748719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748719


Comments

No comments written yet.

Please login to write comment.