Color Hex Logo

#481c38 Color Hex

#481C38
(72,28,56)
0 Favorites   0 Comments

Color spaces of #481c38

RGB 722856
HSL0.890.440.20
HSV322°61°28°
CMYK 0.000.610.22   0.72
XYZ3.80162.49374.0224
Yxy2.49370.36850.2417
Hunter Lab15.791515.3367-4.0483
CIE-Lab17.890124.9154-8.1786

#481c38 color RGB value is (72,28,56).

#481c38 hex color red value is 72, green value is 28 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #481c38 hue: 0.89 , saturation: 0.44 and the lightness value of 481c38 is 0.20.

The process color (four color CMYK) of #481c38 color hex is 0.00, 0.61, 0.22, 0.72. Web safe color of #481c38 is #333333. Color #481c38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011100 00111000
Octal 110 34 70
Decimal 72 28 56
Hex 48 1C 38

RGB Percentages of Color #481c38

%46.15
%17.95
%35.90

CMYK Percentages of Color #481c38

%0
%61
%22
%72

Triadic Colors of #481c38

#481c38 #38481c #1c3848

Analogous Colors of #481c38

#481c38 #481c22 #421c48

Monochromatic Colors of #481c38

#481c38

Complementary Color

#481c38 #1c482c

#481c38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481c38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481c38 Color CSS Codes

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

#481c38 Text Font Color

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

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


#481c38 Background Color

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

This div background color is #481c38


#481c38 Border Color

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

This div border color is #481c38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481c38


Comments

No comments written yet.

Please login to write comment.