Color Hex Logo

#484723 Color Hex

#484723
(72,71,35)
0 Favorites   0 Comments

Color spaces of #484723

RGB 727135
HSL0.160.350.21
HSV58°51°28°
CMYK 0.000.010.51   0.72
XYZ5.22916.00552.4737
Yxy6.00550.38150.4381
Hunter Lab24.5061-4.797511.1694
CIE-Lab29.4263-5.637221.6766

#484723 color RGB value is (72,71,35).

#484723 hex color red value is 72, green value is 71 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #484723 hue: 0.16 , saturation: 0.35 and the lightness value of 484723 is 0.21.

The process color (four color CMYK) of #484723 color hex is 0.00, 0.01, 0.51, 0.72. Web safe color of #484723 is #333333. Color #484723 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 00100011
Octal 110 107 43
Decimal 72 71 35
Hex 48 47 23

RGB Percentages of Color #484723

%40.45
%39.89
%19.66

CMYK Percentages of Color #484723

%0
%1
%51
%72

Triadic Colors of #484723

#484723 #234847 #472348

Analogous Colors of #484723

#484723 #374823 #483523

Monochromatic Colors of #484723

#484723

Complementary Color

#484723 #232448

#484723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484723 Color CSS Codes

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

#484723 Text Font Color

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

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


#484723 Background Color

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

This div background color is #484723


#484723 Border Color

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

This div border color is #484723


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484723


Comments

No comments written yet.

Please login to write comment.