Color Hex Logo

#748673 Color Hex

#748673
(116,134,115)
0 Favorites   0 Comments

Color spaces of #748673

RGB 116134115
HSL0.320.080.49
HSV117°14°53°
CMYK 0.130.000.14   0.47
XYZ18.822122.001019.4742
Yxy22.00100.31220.3649
Hunter Lab46.9052-10.45588.2175
CIE-Lab54.0281-10.40698.0538

#748673 color RGB value is (116,134,115).

#748673 hex color red value is 116, green value is 134 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #748673 hue: 0.32 , saturation: 0.08 and the lightness value of 748673 is 0.49.

The process color (four color CMYK) of #748673 color hex is 0.13, 0.00, 0.14, 0.47. Web safe color of #748673 is #669966. Color #748673 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000110 01110011
Octal 164 206 163
Decimal 116 134 115
Hex 74 86 73

RGB Percentages of Color #748673

%31.78
%36.71
%31.51

CMYK Percentages of Color #748673

%13
%0
%14
%47

Triadic Colors of #748673

#748673 #737486 #867374

Analogous Colors of #748673

#748673 #73867c #7e8673

Monochromatic Colors of #748673

#748673

Complementary Color

#748673 #857386

#748673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748673 Color CSS Codes

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

#748673 Text Font Color

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

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


#748673 Background Color

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

This div background color is #748673


#748673 Border Color

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

This div border color is #748673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748673


Comments

No comments written yet.

Please login to write comment.