Color Hex Logo

#38172e Color Hex

#38172E
(56,23,46)
0 Favorites   0 Comments

Color spaces of #38172e

RGB 562346
HSL0.880.420.15
HSV318°59°22°
CMYK 0.000.590.18   0.78
XYZ2.43041.65082.7753
Yxy1.65080.35450.2408
Hunter Lab12.848311.2805-3.8131
CIE-Lab13.536319.9930-7.9344

#38172e color RGB value is (56,23,46).

#38172e hex color red value is 56, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #38172e hue: 0.88 , saturation: 0.42 and the lightness value of 38172e is 0.15.

The process color (four color CMYK) of #38172e color hex is 0.00, 0.59, 0.18, 0.78. Web safe color of #38172e is #330033. Color #38172e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010111 00101110
Octal 70 27 56
Decimal 56 23 46
Hex 38 17 2E

RGB Percentages of Color #38172e

%44.80
%18.40
%36.80

CMYK Percentages of Color #38172e

%0
%59
%18
%78

Triadic Colors of #38172e

#38172e #2e3817 #172e38

Analogous Colors of #38172e

#38172e #38171e #321738

Monochromatic Colors of #38172e

#38172e

Complementary Color

#38172e #173821

#38172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38172e Color CSS Codes

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

#38172e Text Font Color

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

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


#38172e Background Color

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

This div background color is #38172e


#38172e Border Color

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

This div border color is #38172e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,23,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38172e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38172e;
  -webkit-box-shadow: 1px 1px 3px 2px #38172e;
  box-shadow:         1px 1px 3px 2px #38172e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38172e


Comments

No comments written yet.

Please login to write comment.