Color Hex Logo

#38603a Color Hex

#38603A
(56,96,58)
0 Favorites   0 Comments

Color spaces of #38603a

RGB 569658
HSL0.340.260.30
HSV123°42°38°
CMYK 0.420.000.40   0.62
XYZ6.57759.51205.4923
Yxy9.51200.30480.4407
Hunter Lab30.8415-15.904411.0306
CIE-Lab36.9519-22.962317.3992

#38603a color RGB value is (56,96,58).

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

The process color (four color CMYK) of #38603a color hex is 0.42, 0.00, 0.40, 0.62. Web safe color of #38603a is #336633. Color #38603a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100000 00111010
Octal 70 140 72
Decimal 56 96 58
Hex 38 60 3A

RGB Percentages of Color #38603a

%26.67
%45.71
%27.62

CMYK Percentages of Color #38603a

%42
%0
%40
%62

Triadic Colors of #38603a

#38603a #3a3860 #603a38

Analogous Colors of #38603a

#38603a #38604e #4a6038

Monochromatic Colors of #38603a

#38603a

Complementary Color

#38603a #60385e

#38603a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38603a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38603a Color CSS Codes

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

#38603a Text Font Color

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

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


#38603a Background Color

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

This div background color is #38603a


#38603a Border Color

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

This div border color is #38603a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38603a


Comments

No comments written yet.

Please login to write comment.