Color Hex Logo

#73804b Color Hex

#73804B
(115,128,75)
0 Favorites   0 Comments

Color spaces of #73804b

RGB 11512875
HSL0.210.260.40
HSV75°41°50°
CMYK 0.100.000.41   0.50
XYZ16.059419.59129.5917
Yxy19.59120.35500.4330
Hunter Lab44.2619-12.693918.1350
CIE-Lab51.3718-13.977427.1682

#73804b color RGB value is (115,128,75).

#73804b hex color red value is 115, green value is 128 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #73804b hue: 0.21 , saturation: 0.26 and the lightness value of 73804b is 0.40.

The process color (four color CMYK) of #73804b color hex is 0.10, 0.00, 0.41, 0.50. Web safe color of #73804b is #669933. Color #73804b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10000000 01001011
Octal 163 200 113
Decimal 115 128 75
Hex 73 80 4B

RGB Percentages of Color #73804b

%36.16
%40.25
%23.58

CMYK Percentages of Color #73804b

%10
%0
%41
%50

Triadic Colors of #73804b

#73804b #4b7380 #804b73

Analogous Colors of #73804b

#73804b #59804b #80734b

Monochromatic Colors of #73804b

#73804b

Complementary Color

#73804b #584b80

#73804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#73804b Color CSS Codes

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

#73804b Text Font Color

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

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


#73804b Background Color

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

This div background color is #73804b


#73804b Border Color

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

This div border color is #73804b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73804b


Comments

No comments written yet.

Please login to write comment.