Color Hex Logo

#748149 Color Hex

#748149
(116,129,73)
0 Favorites   0 Comments

Color spaces of #748149

RGB 11612973
HSL0.210.280.40
HSV74°43°51°
CMYK 0.100.000.43   0.49
XYZ16.255319.89469.2866
Yxy19.89460.35780.4379
Hunter Lab44.6034-13.003118.8779
CIE-Lab51.7178-14.349428.7185

#748149 color RGB value is (116,129,73).

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

The process color (four color CMYK) of #748149 color hex is 0.10, 0.00, 0.43, 0.49. Web safe color of #748149 is #669933. Color #748149 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000001 01001001
Octal 164 201 111
Decimal 116 129 73
Hex 74 81 49

RGB Percentages of Color #748149

%36.48
%40.57
%22.96

CMYK Percentages of Color #748149

%10
%0
%43
%49

Triadic Colors of #748149

#748149 #497481 #814974

Analogous Colors of #748149

#748149 #588149 #817249

Monochromatic Colors of #748149

#748149

Complementary Color

#748149 #564981

#748149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748149 Color CSS Codes

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

#748149 Text Font Color

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

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


#748149 Background Color

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

This div background color is #748149


#748149 Border Color

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

This div border color is #748149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748149


Comments

No comments written yet.

Please login to write comment.