Color Hex Logo

#38331c Color Hex

#38331C
(56,51,28)
0 Favorites   0 Comments

Color spaces of #38331c

RGB 565128
HSL0.140.330.16
HSV49°50°22°
CMYK 0.000.090.50   0.78
XYZ3.02433.29221.5747
Yxy3.29220.38320.4172
Hunter Lab18.1444-2.00057.5555
CIE-Lab21.1781-1.810015.3724

#38331c color RGB value is (56,51,28).

#38331c hex color red value is 56, green value is 51 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #38331c hue: 0.14 , saturation: 0.33 and the lightness value of 38331c is 0.16.

The process color (four color CMYK) of #38331c color hex is 0.00, 0.09, 0.50, 0.78. Web safe color of #38331c is #333333. Color #38331c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110011 00011100
Octal 70 63 34
Decimal 56 51 28
Hex 38 33 1C

RGB Percentages of Color #38331c

%41.48
%37.78
%20.74

CMYK Percentages of Color #38331c

%0
%9
%50
%78

Triadic Colors of #38331c

#38331c #1c3833 #331c38

Analogous Colors of #38331c

#38331c #2f381c #38251c

Monochromatic Colors of #38331c

#38331c

Complementary Color

#38331c #1c2138

#38331c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38331c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38331c Color CSS Codes

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

#38331c Text Font Color

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

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


#38331c Background Color

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

This div background color is #38331c


#38331c Border Color

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

This div border color is #38331c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,51,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38331c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38331c;
  -webkit-box-shadow: 1px 1px 3px 2px #38331c;
  box-shadow:         1px 1px 3px 2px #38331c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38331c


Comments

No comments written yet.

Please login to write comment.