Color Hex Logo

#748543 Color Hex

#748543
(116,133,67)
0 Favorites   0 Comments

Color spaces of #748543

RGB 11613367
HSL0.210.330.39
HSV75°50°52°
CMYK 0.130.000.50   0.48
XYZ16.603120.89338.4679
Yxy20.89330.36120.4546
Hunter Lab45.7092-15.153921.0126
CIE-Lab52.8325-17.188633.3074

#748543 color RGB value is (116,133,67).

#748543 hex color red value is 116, green value is 133 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #748543 hue: 0.21 , saturation: 0.33 and the lightness value of 748543 is 0.39.

The process color (four color CMYK) of #748543 color hex is 0.13, 0.00, 0.50, 0.48. Web safe color of #748543 is #669933. Color #748543 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000101 01000011
Octal 164 205 103
Decimal 116 133 67
Hex 74 85 43

RGB Percentages of Color #748543

%36.71
%42.09
%21.20

CMYK Percentages of Color #748543

%13
%0
%50
%48

Triadic Colors of #748543

#748543 #437485 #854374

Analogous Colors of #748543

#748543 #538543 #857543

Monochromatic Colors of #748543

#748543

Complementary Color

#748543 #544385

#748543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748543 Color CSS Codes

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

#748543 Text Font Color

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

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


#748543 Background Color

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

This div background color is #748543


#748543 Border Color

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

This div border color is #748543


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,133,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 #748543">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748543


Comments

No comments written yet.

Please login to write comment.