Color Hex Logo

#748c43 Color Hex

#748C43
(116,140,67)
0 Favorites   0 Comments

Color spaces of #748c43

RGB 11614067
HSL0.220.350.41
HSV80°52°55°
CMYK 0.170.000.52   0.45
XYZ17.593722.87448.7981
Yxy22.87440.35710.4643
Hunter Lab47.8272-18.034622.5723
CIE-Lab54.9427-20.832635.8502

#748c43 color RGB value is (116,140,67).

#748c43 hex color red value is 116, green value is 140 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #748c43 hue: 0.22 , saturation: 0.35 and the lightness value of 748c43 is 0.41.

The process color (four color CMYK) of #748c43 color hex is 0.17, 0.00, 0.52, 0.45. Web safe color of #748c43 is #669933. Color #748c43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001100 01000011
Octal 164 214 103
Decimal 116 140 67
Hex 74 8C 43

RGB Percentages of Color #748c43

%35.91
%43.34
%20.74

CMYK Percentages of Color #748c43

%17
%0
%52
%45

Triadic Colors of #748c43

#748c43 #43748c #8c4374

Analogous Colors of #748c43

#748c43 #508c43 #8c8043

Monochromatic Colors of #748c43

#748c43

Complementary Color

#748c43 #5b438c

#748c43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748c43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748c43 Color CSS Codes

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

#748c43 Text Font Color

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

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


#748c43 Background Color

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

This div background color is #748c43


#748c43 Border Color

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

This div border color is #748c43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748c43


Comments

No comments written yet.

Please login to write comment.