Color Hex Logo

#749161 Color Hex

#749161
(116,145,97)
0 Favorites   0 Comments

Color spaces of #749161

RGB 11614597
HSL0.270.200.47
HSV96°33°57°
CMYK 0.200.000.33   0.43
XYZ19.485524.826915.0743
Yxy24.82690.32810.4181
Hunter Lab49.8266-17.391216.9413
CIE-Lab56.9064-19.428822.2367

#749161 color RGB value is (116,145,97).

#749161 hex color red value is 116, green value is 145 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #749161 hue: 0.27 , saturation: 0.20 and the lightness value of 749161 is 0.47.

The process color (four color CMYK) of #749161 color hex is 0.20, 0.00, 0.33, 0.43. Web safe color of #749161 is #669966. Color #749161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 01100001
Octal 164 221 141
Decimal 116 145 97
Hex 74 91 61

RGB Percentages of Color #749161

%32.40
%40.50
%27.09

CMYK Percentages of Color #749161

%20
%0
%33
%43

Triadic Colors of #749161

#749161 #617491 #916174

Analogous Colors of #749161

#749161 #619166 #8c9161

Monochromatic Colors of #749161

#749161

Complementary Color

#749161 #7e6191

#749161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749161 Color CSS Codes

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

#749161 Text Font Color

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

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


#749161 Background Color

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

This div background color is #749161


#749161 Border Color

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

This div border color is #749161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749161


Comments

No comments written yet.

Please login to write comment.