Color Hex Logo

#484426 Color Hex

#484426
(72,68,38)
0 Favorites   0 Comments

Color spaces of #484426

RGB 726838
HSL0.150.310.22
HSV53°47°28°
CMYK 0.000.060.47   0.72
XYZ5.08955.65192.6564
Yxy5.65190.37990.4219
Hunter Lab23.7737-3.390610.0167
CIE-Lab28.5167-3.423818.7467

#484426 color RGB value is (72,68,38).

#484426 hex color red value is 72, green value is 68 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #484426 hue: 0.15 , saturation: 0.31 and the lightness value of 484426 is 0.22.

The process color (four color CMYK) of #484426 color hex is 0.00, 0.06, 0.47, 0.72. Web safe color of #484426 is #333333. Color #484426 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000100 00100110
Octal 110 104 46
Decimal 72 68 38
Hex 48 44 26

RGB Percentages of Color #484426

%40.45
%38.20
%21.35

CMYK Percentages of Color #484426

%0
%6
%47
%72

Triadic Colors of #484426

#484426 #264844 #442648

Analogous Colors of #484426

#484426 #3b4826 #483326

Monochromatic Colors of #484426

#484426

Complementary Color

#484426 #262a48

#484426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484426 Color CSS Codes

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

#484426 Text Font Color

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

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


#484426 Background Color

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

This div background color is #484426


#484426 Border Color

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

This div border color is #484426


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,68,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 #484426">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484426


Comments

No comments written yet.

Please login to write comment.