Color Hex Logo

#38623a Color Hex

#38623A
(56,98,58)
0 Favorites   0 Comments

Color spaces of #38623a

RGB 569858
HSL0.340.270.30
HSV123°43°38°
CMYK 0.430.000.41   0.62
XYZ6.76239.88165.5539
Yxy9.88160.30460.4452
Hunter Lab31.4350-16.612411.5292
CIE-Lab37.6291-23.976318.2915

#38623a color RGB value is (56,98,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100010 00111010
Octal 70 142 72
Decimal 56 98 58
Hex 38 62 3A

RGB Percentages of Color #38623a

%26.42
%46.23
%27.36

CMYK Percentages of Color #38623a

%43
%0
%41
%62

Triadic Colors of #38623a

#38623a #3a3862 #623a38

Analogous Colors of #38623a

#38623a #38624f #4b6238

Monochromatic Colors of #38623a

#38623a

Complementary Color

#38623a #623860

#38623a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38623a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38623a Color CSS Codes

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

#38623a Text Font Color

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

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


#38623a Background Color

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

This div background color is #38623a


#38623a Border Color

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

This div border color is #38623a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38623a


Comments

No comments written yet.

Please login to write comment.