Color Hex Logo

#482b02 Color Hex

#482B02
(72,43,2)
0 Favorites   0 Comments

Color spaces of #482b02

RGB 72432
HSL0.100.950.15
HSV35°97°28°
CMYK 0.000.400.97   0.72
XYZ3.54733.10990.4707
Yxy3.10990.49770.4363
Hunter Lab17.63495.044610.7619
CIE-Lab20.47889.856328.5756

#482b02 color RGB value is (72,43,2).

#482b02 hex color red value is 72, green value is 43 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #482b02 hue: 0.10 , saturation: 0.95 and the lightness value of 482b02 is 0.15.

The process color (four color CMYK) of #482b02 color hex is 0.00, 0.40, 0.97, 0.72. Web safe color of #482b02 is #333300. Color #482b02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101011 00000010
Octal 110 53 2
Decimal 72 43 2
Hex 48 2B 2

RGB Percentages of Color #482b02

%61.54
%36.75
%1.71

CMYK Percentages of Color #482b02

%0
%40
%97
%72

Triadic Colors of #482b02

#482b02 #02482b #2b0248

Analogous Colors of #482b02

#482b02 #424802 #480802

Monochromatic Colors of #482b02

#482b02

Complementary Color

#482b02 #021f48

#482b02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482b02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482b02 Color CSS Codes

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

#482b02 Text Font Color

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

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


#482b02 Background Color

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

This div background color is #482b02


#482b02 Border Color

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

This div border color is #482b02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482b02


Comments

No comments written yet.

Please login to write comment.