Color Hex Logo

#748415 Color Hex

#748415
(116,132,21)
0 Favorites   0 Comments

Color spaces of #748415

RGB 11613221
HSL0.190.730.30
HSV69°84°52°
CMYK 0.120.000.84   0.48
XYZ15.589120.26973.8003
Yxy20.26970.39310.5111
Hunter Lab45.0219-16.981626.5106
CIE-Lab52.1408-20.016952.1235

#748415 color RGB value is (116,132,21).

#748415 hex color red value is 116, green value is 132 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #748415 hue: 0.19 , saturation: 0.73 and the lightness value of 748415 is 0.30.

The process color (four color CMYK) of #748415 color hex is 0.12, 0.00, 0.84, 0.48. Web safe color of #748415 is #669900. Color #748415 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000100 00010101
Octal 164 204 25
Decimal 116 132 21
Hex 74 84 15

RGB Percentages of Color #748415

%43.12
%49.07
%7.81

CMYK Percentages of Color #748415

%12
%0
%84
%48

Triadic Colors of #748415

#748415 #157484 #841574

Analogous Colors of #748415

#748415 #3d8415 #845d15

Monochromatic Colors of #748415

#748415

Complementary Color

#748415 #251584

#748415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748415 Color CSS Codes

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

#748415 Text Font Color

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

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


#748415 Background Color

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

This div background color is #748415


#748415 Border Color

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

This div border color is #748415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748415


Comments

No comments written yet.

Please login to write comment.