Color Hex Logo

#481834 Color Hex

#481834
(72,24,52)
0 Favorites   0 Comments

Color spaces of #481834

RGB 722452
HSL0.900.500.19
HSV325°67°28°
CMYK 0.000.670.28   0.72
XYZ3.61902.27893.4979
Yxy2.27890.38520.2425
Hunter Lab15.096016.3741-3.1709
CIE-Lab16.887726.4534-6.8759

#481834 color RGB value is (72,24,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011000 00110100
Octal 110 30 64
Decimal 72 24 52
Hex 48 18 34

RGB Percentages of Color #481834

%48.65
%16.22
%35.14

CMYK Percentages of Color #481834

%0
%67
%28
%72

Triadic Colors of #481834

#481834 #344818 #183448

Analogous Colors of #481834

#481834 #48181c #441848

Monochromatic Colors of #481834

#481834

Complementary Color

#481834 #18482c

#481834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481834 Color CSS Codes

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

#481834 Text Font Color

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

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


#481834 Background Color

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

This div background color is #481834


#481834 Border Color

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

This div border color is #481834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481834


Comments

No comments written yet.

Please login to write comment.