Color Hex Logo

#748947 Color Hex

#748947
(116,137,71)
0 Favorites   0 Comments

Color spaces of #748947

RGB 11613771
HSL0.220.320.41
HSV79°48°54°
CMYK 0.150.000.48   0.46
XYZ17.285522.05939.3081
Yxy22.05930.35530.4534
Hunter Lab46.9673-16.499021.1269
CIE-Lab54.0899-18.830232.7403

#748947 color RGB value is (116,137,71).

#748947 hex color red value is 116, green value is 137 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #748947 hue: 0.22 , saturation: 0.32 and the lightness value of 748947 is 0.41.

The process color (four color CMYK) of #748947 color hex is 0.15, 0.00, 0.48, 0.46. Web safe color of #748947 is #669933. Color #748947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 01000111
Octal 164 211 107
Decimal 116 137 71
Hex 74 89 47

RGB Percentages of Color #748947

%35.80
%42.28
%21.91

CMYK Percentages of Color #748947

%15
%0
%48
%46

Triadic Colors of #748947

#748947 #477489 #894774

Analogous Colors of #748947

#748947 #538947 #897d47

Monochromatic Colors of #748947

#748947

Complementary Color

#748947 #5c4789

#748947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748947 Color CSS Codes

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

#748947 Text Font Color

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

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


#748947 Background Color

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

This div background color is #748947


#748947 Border Color

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

This div border color is #748947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748947


Comments

No comments written yet.

Please login to write comment.