Color Hex Logo

#481826 Color Hex

#481826
(72,24,38)
0 Favorites   0 Comments

Color spaces of #481826

RGB 722438
HSL0.950.500.19
HSV343°67°28°
CMYK 0.000.670.47   0.72
XYZ3.34902.17092.0762
Yxy2.17090.44090.2858
Hunter Lab14.734014.78821.9591
CIE-Lab16.359724.43742.3608

#481826 color RGB value is (72,24,38).

#481826 hex color red value is 72, green value is 24 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #481826 hue: 0.95 , saturation: 0.50 and the lightness value of 481826 is 0.19.

The process color (four color CMYK) of #481826 color hex is 0.00, 0.67, 0.47, 0.72. Web safe color of #481826 is #330033. Color #481826 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011000 00100110
Octal 110 30 46
Decimal 72 24 38
Hex 48 18 26

RGB Percentages of Color #481826

%53.73
%17.91
%28.36

CMYK Percentages of Color #481826

%0
%67
%47
%72

Triadic Colors of #481826

#481826 #264818 #182648

Analogous Colors of #481826

#481826 #482218 #48183e

Monochromatic Colors of #481826

#481826

Complementary Color

#481826 #18483a

#481826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481826 Color CSS Codes

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

#481826 Text Font Color

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

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


#481826 Background Color

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

This div background color is #481826


#481826 Border Color

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

This div border color is #481826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481826


Comments

No comments written yet.

Please login to write comment.