Color Hex Logo

#73861b Color Hex

#73861B
(115,134,27)
0 Favorites   0 Comments

Color spaces of #73861b

RGB 11513427
HSL0.200.660.32
HSV71°80°53°
CMYK 0.140.000.80   0.47
XYZ15.793220.77424.2143
Yxy20.77420.38730.5094
Hunter Lab45.5787-17.911826.4230
CIE-Lab52.7015-21.244550.7981

#73861b color RGB value is (115,134,27).

#73861b hex color red value is 115, green value is 134 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #73861b hue: 0.20 , saturation: 0.66 and the lightness value of 73861b is 0.32.

The process color (four color CMYK) of #73861b color hex is 0.14, 0.00, 0.80, 0.47. Web safe color of #73861b is #669933. Color #73861b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000110 00011011
Octal 163 206 33
Decimal 115 134 27
Hex 73 86 1B

RGB Percentages of Color #73861b

%41.67
%48.55
%9.78

CMYK Percentages of Color #73861b

%14
%0
%80
%47

Triadic Colors of #73861b

#73861b #1b7386 #861b73

Analogous Colors of #73861b

#73861b #3e861b #86641b

Monochromatic Colors of #73861b

#73861b

Complementary Color

#73861b #2e1b86

#73861b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73861b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73861b Color CSS Codes

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

#73861b Text Font Color

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

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


#73861b Background Color

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

This div background color is #73861b


#73861b Border Color

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

This div border color is #73861b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73861b


Comments

No comments written yet.

Please login to write comment.