Color Hex Logo

#38735a Color Hex

#38735A
(56,115,90)
0 Favorites   0 Comments

Color spaces of #38735a

RGB 5611590
HSL0.430.350.34
HSV155°51°45°
CMYK 0.510.000.22   0.55
XYZ9.607113.840411.8380
Yxy13.84040.27230.3922
Hunter Lab37.2027-19.00957.1756
CIE-Lab44.0032-25.72447.9978

#38735a color RGB value is (56,115,90).

#38735a hex color red value is 56, green value is 115 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #38735a hue: 0.43 , saturation: 0.35 and the lightness value of 38735a is 0.34.

The process color (four color CMYK) of #38735a color hex is 0.51, 0.00, 0.22, 0.55. Web safe color of #38735a is #336666. Color #38735a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110011 01011010
Octal 70 163 132
Decimal 56 115 90
Hex 38 73 5A

RGB Percentages of Color #38735a

%21.46
%44.06
%34.48

CMYK Percentages of Color #38735a

%51
%0
%22
%55

Triadic Colors of #38735a

#38735a #5a3873 #735a38

Analogous Colors of #38735a

#38735a #386f73 #38733d

Monochromatic Colors of #38735a

#38735a

Complementary Color

#38735a #733851

#38735a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38735a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38735a Color CSS Codes

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

#38735a Text Font Color

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

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


#38735a Background Color

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

This div background color is #38735a


#38735a Border Color

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

This div border color is #38735a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38735a


Comments

No comments written yet.

Please login to write comment.