Color Hex Logo

#735020 Color Hex

#735020
(115,80,32)
0 Favorites   0 Comments

Color spaces of #735020

RGB 1158032
HSL0.100.560.29
HSV35°72°45°
CMYK 0.000.300.72   0.55
XYZ10.19969.48642.6600
Yxy9.48640.45640.4245
Hunter Lab30.80005.211316.4395
CIE-Lab36.90449.566633.1821

#735020 color RGB value is (115,80,32).

#735020 hex color red value is 115, green value is 80 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #735020 hue: 0.10 , saturation: 0.56 and the lightness value of 735020 is 0.29.

The process color (four color CMYK) of #735020 color hex is 0.00, 0.30, 0.72, 0.55. Web safe color of #735020 is #666633. Color #735020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010000 00100000
Octal 163 120 40
Decimal 115 80 32
Hex 73 50 20

RGB Percentages of Color #735020

%50.66
%35.24
%14.10

CMYK Percentages of Color #735020

%0
%30
%72
%55

Triadic Colors of #735020

#735020 #207350 #502073

Analogous Colors of #735020

#735020 #6d7320 #732720

Monochromatic Colors of #735020

#735020

Complementary Color

#735020 #204373

#735020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735020 Color CSS Codes

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

#735020 Text Font Color

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

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


#735020 Background Color

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

This div background color is #735020


#735020 Border Color

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

This div border color is #735020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735020


Comments

No comments written yet.

Please login to write comment.