Color Hex Logo

#38623e Color Hex

#38623E
(56,98,62)
0 Favorites   0 Comments

Color spaces of #38623e

RGB 569862
HSL0.360.270.30
HSV129°43°38°
CMYK 0.430.000.37   0.62
XYZ6.86819.92396.1110
Yxy9.92390.29990.4333
Hunter Lab31.5022-16.212410.5501
CIE-Lab37.7055-23.230716.0218

#38623e color RGB value is (56,98,62).

#38623e hex color red value is 56, green value is 98 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #38623e hue: 0.36 , saturation: 0.27 and the lightness value of 38623e is 0.30.

The process color (four color CMYK) of #38623e color hex is 0.43, 0.00, 0.37, 0.62. Web safe color of #38623e is #336633. Color #38623e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100010 00111110
Octal 70 142 76
Decimal 56 98 62
Hex 38 62 3E

RGB Percentages of Color #38623e

%25.93
%45.37
%28.70

CMYK Percentages of Color #38623e

%43
%0
%37
%62

Triadic Colors of #38623e

#38623e #3e3862 #623e38

Analogous Colors of #38623e

#38623e #386253 #476238

Monochromatic Colors of #38623e

#38623e

Complementary Color

#38623e #62385c

#38623e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38623e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38623e Color CSS Codes

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

#38623e Text Font Color

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

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


#38623e Background Color

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

This div background color is #38623e


#38623e Border Color

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

This div border color is #38623e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38623e


Comments

No comments written yet.

Please login to write comment.