Color Hex Logo

#38473e Color Hex

#38473E
(56,71,62)
0 Favorites   0 Comments

Color spaces of #38473e

RGB 567162
HSL0.400.120.25
HSV144°21°28°
CMYK 0.210.000.13   0.72
XYZ4.75365.69505.4061
Yxy5.69500.29980.3592
Hunter Lab23.8642-6.20633.2736
CIE-Lab28.6296-8.15113.4389

#38473e color RGB value is (56,71,62).

#38473e hex color red value is 56, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #38473e hue: 0.40 , saturation: 0.12 and the lightness value of 38473e is 0.25.

The process color (four color CMYK) of #38473e color hex is 0.21, 0.00, 0.13, 0.72. Web safe color of #38473e is #333333. Color #38473e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 00111110
Octal 70 107 76
Decimal 56 71 62
Hex 38 47 3E

RGB Percentages of Color #38473e

%29.63
%37.57
%32.80

CMYK Percentages of Color #38473e

%21
%0
%13
%72

Triadic Colors of #38473e

#38473e #3e3847 #473e38

Analogous Colors of #38473e

#38473e #384746 #3a4738

Monochromatic Colors of #38473e

#38473e

Complementary Color

#38473e #473841

#38473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38473e Color CSS Codes

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

#38473e Text Font Color

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

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


#38473e Background Color

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

This div background color is #38473e


#38473e Border Color

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

This div border color is #38473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38473e


Comments

No comments written yet.

Please login to write comment.