Color Hex Logo

#481723 Color Hex

#481723
(72,23,35)
0 Favorites   0 Comments

Color spaces of #481723

RGB 722335
HSL0.960.520.19
HSV345°68°28°
CMYK 0.000.680.51   0.72
XYZ3.28232.11191.8247
Yxy2.11190.45470.2926
Hunter Lab14.532414.88462.7282
CIE-Lab16.063924.61704.1017

#481723 color RGB value is (72,23,35).

#481723 hex color red value is 72, green value is 23 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #481723 hue: 0.96 , saturation: 0.52 and the lightness value of 481723 is 0.19.

The process color (four color CMYK) of #481723 color hex is 0.00, 0.68, 0.51, 0.72. Web safe color of #481723 is #330033. Color #481723 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 00100011
Octal 110 27 43
Decimal 72 23 35
Hex 48 17 23

RGB Percentages of Color #481723

%55.38
%17.69
%26.92

CMYK Percentages of Color #481723

%0
%68
%51
%72

Triadic Colors of #481723

#481723 #234817 #172348

Analogous Colors of #481723

#481723 #482417 #48173c

Monochromatic Colors of #481723

#481723

Complementary Color

#481723 #17483c

#481723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481723 Color CSS Codes

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

#481723 Text Font Color

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

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


#481723 Background Color

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

This div background color is #481723


#481723 Border Color

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

This div border color is #481723


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481723


Comments

No comments written yet.

Please login to write comment.