Color Hex Logo

#482b40 Color Hex

#482B40
(72,43,64)
0 Favorites   0 Comments

Color spaces of #482b40

RGB 724364
HSL0.880.250.23
HSV317°40°28°
CMYK 0.000.400.11   0.72
XYZ4.46183.47565.2862
Yxy3.47560.33740.2628
Hunter Lab18.643010.0950-3.7616
CIE-Lab21.856017.1961-7.6921

#482b40 color RGB value is (72,43,64).

#482b40 hex color red value is 72, green value is 43 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #482b40 hue: 0.88 , saturation: 0.25 and the lightness value of 482b40 is 0.23.

The process color (four color CMYK) of #482b40 color hex is 0.00, 0.40, 0.11, 0.72. Web safe color of #482b40 is #333333. Color #482b40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101011 01000000
Octal 110 53 100
Decimal 72 43 64
Hex 48 2B 40

RGB Percentages of Color #482b40

%40.22
%24.02
%35.75

CMYK Percentages of Color #482b40

%0
%40
%11
%72

Triadic Colors of #482b40

#482b40 #40482b #2b4048

Analogous Colors of #482b40

#482b40 #482b32 #422b48

Monochromatic Colors of #482b40

#482b40

Complementary Color

#482b40 #2b4833

#482b40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482b40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482b40 Color CSS Codes

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

#482b40 Text Font Color

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

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


#482b40 Background Color

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

This div background color is #482b40


#482b40 Border Color

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

This div border color is #482b40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,43,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #482b40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #482b40;
  -webkit-box-shadow: 1px 1px 3px 2px #482b40;
  box-shadow:         1px 1px 3px 2px #482b40; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482b40


Comments

No comments written yet.

Please login to write comment.