Color Hex Logo

#73925c Color Hex

#73925C
(115,146,92)
0 Favorites   0 Comments

Color spaces of #73925c

RGB 11514692
HSL0.260.230.47
HSV94°37°57°
CMYK 0.210.000.37   0.43
XYZ19.280924.975313.9297
Yxy24.97530.33140.4292
Hunter Lab49.9753-18.589918.4567
CIE-Lab57.0513-21.089225.1746

#73925c color RGB value is (115,146,92).

#73925c hex color red value is 115, green value is 146 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #73925c hue: 0.26 , saturation: 0.23 and the lightness value of 73925c is 0.47.

The process color (four color CMYK) of #73925c color hex is 0.21, 0.00, 0.37, 0.43. Web safe color of #73925c is #669966. Color #73925c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10010010 01011100
Octal 163 222 134
Decimal 115 146 92
Hex 73 92 5C

RGB Percentages of Color #73925c

%32.58
%41.36
%26.06

CMYK Percentages of Color #73925c

%21
%0
%37
%43

Triadic Colors of #73925c

#73925c #5c7392 #925c73

Analogous Colors of #73925c

#73925c #5c9260 #8e925c

Monochromatic Colors of #73925c

#73925c

Complementary Color

#73925c #7b5c92

#73925c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73925c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73925c Color CSS Codes

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

#73925c Text Font Color

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

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


#73925c Background Color

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

This div background color is #73925c


#73925c Border Color

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

This div border color is #73925c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,146,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73925c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73925c;
  -webkit-box-shadow: 1px 1px 3px 2px #73925c;
  box-shadow:         1px 1px 3px 2px #73925c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73925c


Comments

No comments written yet.

Please login to write comment.