Color Hex Logo

#38743a Color Hex

#38743A
(56,116,58)
0 Favorites   0 Comments

Color spaces of #38743a

RGB 5611658
HSL0.340.350.34
HSV122°52°45°
CMYK 0.520.000.50   0.55
XYZ8.640013.63706.1798
Yxy13.63700.30360.4792
Hunter Lab36.9283-22.861515.9279
CIE-Lab43.7078-32.544526.0843

#38743a color RGB value is (56,116,58).

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

The process color (four color CMYK) of #38743a color hex is 0.52, 0.00, 0.50, 0.55. Web safe color of #38743a is #336633. Color #38743a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 00111010
Octal 70 164 72
Decimal 56 116 58
Hex 38 74 3A

RGB Percentages of Color #38743a

%24.35
%50.43
%25.22

CMYK Percentages of Color #38743a

%52
%0
%50
%55

Triadic Colors of #38743a

#38743a #3a3874 #743a38

Analogous Colors of #38743a

#38743a #387458 #547438

Monochromatic Colors of #38743a

#38743a

Complementary Color

#38743a #743872

#38743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38743a Color CSS Codes

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

#38743a Text Font Color

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

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


#38743a Background Color

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

This div background color is #38743a


#38743a Border Color

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

This div border color is #38743a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38743a


Comments

No comments written yet.

Please login to write comment.