Color Hex Logo

#48230c Color Hex

#48230C
(72,35,12)
0 Favorites   0 Comments

Color spaces of #48230c

RGB 723512
HSL0.060.710.16
HSV23°83°28°
CMYK 0.000.510.83   0.72
XYZ3.33992.60630.6749
Yxy2.60630.50440.3936
Hunter Lab16.14408.67628.8222
CIE-Lab18.392715.525922.0581

#48230c color RGB value is (72,35,12).

#48230c hex color red value is 72, green value is 35 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #48230c hue: 0.06 , saturation: 0.71 and the lightness value of 48230c is 0.16.

The process color (four color CMYK) of #48230c color hex is 0.00, 0.51, 0.83, 0.72. Web safe color of #48230c is #333300. Color #48230c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100011 00001100
Octal 110 43 14
Decimal 72 35 12
Hex 48 23 C

RGB Percentages of Color #48230c

%60.50
%29.41
%10.08

CMYK Percentages of Color #48230c

%0
%51
%83
%72

Triadic Colors of #48230c

#48230c #0c4823 #230c48

Analogous Colors of #48230c

#48230c #48410c #480c13

Monochromatic Colors of #48230c

#48230c

Complementary Color

#48230c #0c3148

#48230c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48230c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48230c Color CSS Codes

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

#48230c Text Font Color

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

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


#48230c Background Color

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

This div background color is #48230c


#48230c Border Color

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

This div border color is #48230c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48230c

#48230c Color Palettes


Comments

No comments written yet.

Please login to write comment.