Color Hex Logo

#484113 Color Hex

#484113
(72,65,19)
0 Favorites   0 Comments

Color spaces of #484113

RGB 726519
HSL0.140.580.18
HSV52°74°28°
CMYK 0.000.100.74   0.72
XYZ4.68035.20531.3741
Yxy5.20530.41570.4623
Hunter Lab22.8151-3.308912.3997
CIE-Lab27.3118-3.423028.1117

#484113 color RGB value is (72,65,19).

#484113 hex color red value is 72, green value is 65 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #484113 hue: 0.14 , saturation: 0.58 and the lightness value of 484113 is 0.18.

The process color (four color CMYK) of #484113 color hex is 0.00, 0.10, 0.74, 0.72. Web safe color of #484113 is #333300. Color #484113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000001 00010011
Octal 110 101 23
Decimal 72 65 19
Hex 48 41 13

RGB Percentages of Color #484113

%46.15
%41.67
%12.18

CMYK Percentages of Color #484113

%0
%10
%74
%72

Triadic Colors of #484113

#484113 #134841 #411348

Analogous Colors of #484113

#484113 #354813 #482713

Monochromatic Colors of #484113

#484113

Complementary Color

#484113 #131a48

#484113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484113 Color CSS Codes

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

#484113 Text Font Color

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

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


#484113 Background Color

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

This div background color is #484113


#484113 Border Color

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

This div border color is #484113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484113


Comments

No comments written yet.

Please login to write comment.