Color Hex Logo

#733015 Color Hex

#733015
(115,48,21)
0 Favorites   0 Comments

Color spaces of #733015

RGB 1154821
HSL0.050.690.27
HSV17°82°45°
CMYK 0.000.580.82   0.55
XYZ8.26255.81291.3960
Yxy5.81290.53400.3757
Hunter Lab24.110018.979713.4440
CIE-Lab28.935427.806330.6649

#733015 color RGB value is (115,48,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110000 00010101
Octal 163 60 25
Decimal 115 48 21
Hex 73 30 15

RGB Percentages of Color #733015

%62.50
%26.09
%11.41

CMYK Percentages of Color #733015

%0
%58
%82
%55

Triadic Colors of #733015

#733015 #157330 #301573

Analogous Colors of #733015

#733015 #735f15 #731529

Monochromatic Colors of #733015

#733015

Complementary Color

#733015 #155873

#733015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733015 Color CSS Codes

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

#733015 Text Font Color

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

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


#733015 Background Color

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

This div background color is #733015


#733015 Border Color

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

This div border color is #733015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733015


Comments

No comments written yet.

Please login to write comment.