Color Hex Logo

#733020 Color Hex

#733020
(115,48,32)
0 Favorites   0 Comments

Color spaces of #733020

RGB 1154832
HSL0.030.560.29
HSV12°72°45°
CMYK 0.000.580.72   0.55
XYZ8.38795.86302.0561
Yxy5.86300.51440.3595
Hunter Lab24.213619.460711.9149
CIE-Lab29.064228.366424.4380

#733020 color RGB value is (115,48,32).

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

The process color (four color CMYK) of #733020 color hex is 0.00, 0.58, 0.72, 0.55. Web safe color of #733020 is #663333. Color #733020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110000 00100000
Octal 163 60 40
Decimal 115 48 32
Hex 73 30 20

RGB Percentages of Color #733020

%58.97
%24.62
%16.41

CMYK Percentages of Color #733020

%0
%58
%72
%55

Triadic Colors of #733020

#733020 #207330 #302073

Analogous Colors of #733020

#733020 #735a20 #73203a

Monochromatic Colors of #733020

#733020

Complementary Color

#733020 #206373

#733020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733020 Color CSS Codes

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

#733020 Text Font Color

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

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


#733020 Background Color

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

This div background color is #733020


#733020 Border Color

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

This div border color is #733020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,48,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 #733020">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733020


Comments

No comments written yet.

Please login to write comment.