Color Hex Logo

#38423e Color Hex

#38423E
(56,66,62)
0 Favorites   0 Comments

Color spaces of #38423e

RGB 566662
HSL0.430.080.24
HSV156°15°26°
CMYK 0.150.000.06   0.74
XYZ4.44865.08505.3045
Yxy5.08500.29980.3427
Hunter Lab22.5499-4.24831.8380
CIE-Lab26.9756-5.04911.0506

#38423e color RGB value is (56,66,62).

#38423e hex color red value is 56, green value is 66 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #38423e hue: 0.43 , saturation: 0.08 and the lightness value of 38423e is 0.24.

The process color (four color CMYK) of #38423e color hex is 0.15, 0.00, 0.06, 0.74. Web safe color of #38423e is #333333. Color #38423e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000010 00111110
Octal 70 102 76
Decimal 56 66 62
Hex 38 42 3E

RGB Percentages of Color #38423e

%30.43
%35.87
%33.70

CMYK Percentages of Color #38423e

%15
%0
%6
%74

Triadic Colors of #38423e

#38423e #3e3842 #423e38

Analogous Colors of #38423e

#38423e #384142 #384239

Monochromatic Colors of #38423e

#38423e

Complementary Color

#38423e #42383c

#38423e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38423e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38423e Color CSS Codes

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

#38423e Text Font Color

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

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


#38423e Background Color

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

This div background color is #38423e


#38423e Border Color

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

This div border color is #38423e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,66,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 #38423e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38423e


Comments

No comments written yet.

Please login to write comment.