Color Hex Logo

#803748 Color Hex

#803748
(128,55,72)
0 Favorites   0 Comments

Color spaces of #803748

RGB 1285572
HSL0.960.400.36
HSV346°57°50°
CMYK 0.000.570.44   0.50
XYZ11.43807.78957.0316
Yxy7.78950.43560.2966
Hunter Lab27.909724.31134.5992
CIE-Lab33.540633.31725.1741

#803748 color RGB value is (128,55,72).

#803748 hex color red value is 128, green value is 55 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #803748 hue: 0.96 , saturation: 0.40 and the lightness value of 803748 is 0.36.

The process color (four color CMYK) of #803748 color hex is 0.00, 0.57, 0.44, 0.50. Web safe color of #803748 is #993333. Color #803748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110111 01001000
Octal 200 67 110
Decimal 128 55 72
Hex 80 37 48

RGB Percentages of Color #803748

%50.20
%21.57
%28.24

CMYK Percentages of Color #803748

%0
%57
%44
%50

Triadic Colors of #803748

#803748 #488037 #374880

Analogous Colors of #803748

#803748 #804b37 #80376d

Monochromatic Colors of #803748

#803748

Complementary Color

#803748 #37806f

#803748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803748 Color CSS Codes

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

#803748 Text Font Color

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

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


#803748 Background Color

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

This div background color is #803748


#803748 Border Color

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

This div border color is #803748


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,55,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #803748; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #803748;
  -webkit-box-shadow: 1px 1px 3px 2px #803748;
  box-shadow:         1px 1px 3px 2px #803748; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803748


Comments

No comments written yet.

Please login to write comment.