color codes Logo

#481b41 color codes

#481B41
(72,27,65)
0 Favorites   0 Comments

Color spaces of #481b41

RGB 722765
HSL0.860.450.19
HSV309°63°28°
CMYK 0.000.630.10   0.72
XYZ4.01862.54325.2801
Yxy2.54320.33940.2148
Hunter Lab15.947417.0724-8.4674
CIE-Lab18.112927.1487-14.1177

#481b41 color RGB value is (72,27,65).

#481b41 hex color red value is 72, green value is 27 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #481b41 hue: 0.86 , saturation: 0.45 and the lightness value of 481b41 is 0.19.

The process color (four color CMYK) of #481b41 color code is 0.00, 0.63, 0.10, 0.72. Web safe color of #481b41 is #333333. Color #481b41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011011 01000001
Octal 110 33 101
Decimal 72 27 65
Hex 48 1B 41

RGB Percentages of Color #481b41

%43.90
%16.46
%39.63

CMYK Percentages of Color #481b41

%0
%63
%10
%72

Triadic Colors of #481b41

#481b41 #41481b #1b4148

Analogous Colors of #481b41

#481b41 #481b2b #391b48

Monochromatic Colors of #481b41

#481b41

Complementary Color

#481b41 #1b4822

#481b41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481b41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481b41 Color CSS Codes

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

#481b41 Text Font Color

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

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


#481b41 Background Color

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

This div background color is #481b41


#481b41 Border Color

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

This div border color is #481b41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,27,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481b41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481b41;
  -webkit-box-shadow: 1px 1px 3px 2px #481b41;
  box-shadow:         1px 1px 3px 2px #481b41; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481b41


Comments

No comments written yet.

Please login to write comment.