Color Hex Logo

#73855b Color Hex

#73855B
(115,133,91)
0 Favorites   0 Comments

Color spaces of #73855b

RGB 11513391
HSL0.240.190.44
HSV86°32°52°
CMYK 0.140.000.32   0.48
XYZ17.346121.175213.0705
Yxy21.17520.33620.4104
Hunter Lab46.0165-13.242715.3709
CIE-Lab53.1407-14.408420.5482

#73855b color RGB value is (115,133,91).

#73855b hex color red value is 115, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #73855b hue: 0.24 , saturation: 0.19 and the lightness value of 73855b is 0.44.

The process color (four color CMYK) of #73855b color hex is 0.14, 0.00, 0.32, 0.48. Web safe color of #73855b is #669966. Color #73855b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000101 01011011
Octal 163 205 133
Decimal 115 133 91
Hex 73 85 5B

RGB Percentages of Color #73855b

%33.92
%39.23
%26.84

CMYK Percentages of Color #73855b

%14
%0
%32
%48

Triadic Colors of #73855b

#73855b #5b7385 #855b73

Analogous Colors of #73855b

#73855b #5e855b #85825b

Monochromatic Colors of #73855b

#73855b

Complementary Color

#73855b #6d5b85

#73855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73855b Color CSS Codes

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

#73855b Text Font Color

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

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


#73855b Background Color

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

This div background color is #73855b


#73855b Border Color

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

This div border color is #73855b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,133,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73855b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73855b;
  -webkit-box-shadow: 1px 1px 3px 2px #73855b;
  box-shadow:         1px 1px 3px 2px #73855b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73855b


Comments

No comments written yet.

Please login to write comment.