Color Hex Logo

#733215 Color Hex

#733215
(115,50,21)
0 Favorites   0 Comments

Color spaces of #733215

RGB 1155021
HSL0.050.690.27
HSV19°82°45°
CMYK 0.000.570.82   0.55
XYZ8.34625.98021.4239
Yxy5.98020.52990.3797
Hunter Lab24.454418.126013.6659
CIE-Lab29.362526.711131.0914

#733215 color RGB value is (115,50,21).

#733215 hex color red value is 115, green value is 50 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #733215 hue: 0.05 , saturation: 0.69 and the lightness value of 733215 is 0.27.

The process color (four color CMYK) of #733215 color hex is 0.00, 0.57, 0.82, 0.55. Web safe color of #733215 is #663300. Color #733215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110010 00010101
Octal 163 62 25
Decimal 115 50 21
Hex 73 32 15

RGB Percentages of Color #733215

%61.83
%26.88
%11.29

CMYK Percentages of Color #733215

%0
%57
%82
%55

Triadic Colors of #733215

#733215 #157332 #321573

Analogous Colors of #733215

#733215 #736115 #731527

Monochromatic Colors of #733215

#733215

Complementary Color

#733215 #155673

#733215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733215 Color CSS Codes

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

#733215 Text Font Color

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

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


#733215 Background Color

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

This div background color is #733215


#733215 Border Color

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

This div border color is #733215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733215


Comments

No comments written yet.

Please login to write comment.