Color Hex Logo

#748a71 Color Hex

#748A71
(116,138,113)
0 Favorites   0 Comments

Color spaces of #748a71

RGB 116138113
HSL0.310.100.49
HSV113°18°54°
CMYK 0.160.000.18   0.46
XYZ19.271623.082219.0624
Yxy23.08220.31380.3758
Hunter Lab48.0439-12.476210.1063
CIE-Lab55.1569-12.970810.8000

#748a71 color RGB value is (116,138,113).

#748a71 hex color red value is 116, green value is 138 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #748a71 hue: 0.31 , saturation: 0.10 and the lightness value of 748a71 is 0.49.

The process color (four color CMYK) of #748a71 color hex is 0.16, 0.00, 0.18, 0.46. Web safe color of #748a71 is #669966. Color #748a71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001010 01110001
Octal 164 212 161
Decimal 116 138 113
Hex 74 8A 71

RGB Percentages of Color #748a71

%31.61
%37.60
%30.79

CMYK Percentages of Color #748a71

%16
%0
%18
%46

Triadic Colors of #748a71

#748a71 #71748a #8a7174

Analogous Colors of #748a71

#748a71 #718a7b #818a71

Monochromatic Colors of #748a71

#748a71

Complementary Color

#748a71 #87718a

#748a71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748a71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748a71 Color CSS Codes

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

#748a71 Text Font Color

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

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


#748a71 Background Color

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

This div background color is #748a71


#748a71 Border Color

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

This div border color is #748a71


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,138,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748a71; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748a71;
  -webkit-box-shadow: 1px 1px 3px 2px #748a71;
  box-shadow:         1px 1px 3px 2px #748a71; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748a71

#748a71 Color Palettes


Comments

No comments written yet.

Please login to write comment.