Color Hex Logo

#482f2b Color Hex

#482F2B
(72,47,43)
0 Favorites   0 Comments

Color spaces of #482f2b

RGB 724743
HSL0.020.250.23
HSV40°28°
CMYK 0.000.350.40   0.72
XYZ4.12503.58522.7601
Yxy3.58520.39400.3424
Hunter Lab18.93465.75154.6115
CIE-Lab22.249810.84107.1965

#482f2b color RGB value is (72,47,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101111 00101011
Octal 110 57 53
Decimal 72 47 43
Hex 48 2F 2B

RGB Percentages of Color #482f2b

%44.44
%29.01
%26.54

CMYK Percentages of Color #482f2b

%0
%35
%40
%72

Triadic Colors of #482f2b

#482f2b #2b482f #2f2b48

Analogous Colors of #482f2b

#482f2b #483e2b #482b36

Monochromatic Colors of #482f2b

#482f2b

Complementary Color

#482f2b #2b4448

#482f2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482f2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#482f2b Color CSS Codes

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

#482f2b Text Font Color

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

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


#482f2b Background Color

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

This div background color is #482f2b


#482f2b Border Color

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

This div border color is #482f2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482f2b


Comments

No comments written yet.

Please login to write comment.