Color Hex Logo

#38743f Color Hex

#38743F
(56,116,63)
0 Favorites   0 Comments

Color spaces of #38743f

RGB 5611663
HSL0.350.350.34
HSV127°52°45°
CMYK 0.520.000.46   0.55
XYZ8.773513.69046.8827
Yxy13.69040.29900.4665
Hunter Lab37.0005-22.425414.8715
CIE-Lab43.7856-31.728023.4084

#38743f color RGB value is (56,116,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110100 00111111
Octal 70 164 77
Decimal 56 116 63
Hex 38 74 3F

RGB Percentages of Color #38743f

%23.83
%49.36
%26.81

CMYK Percentages of Color #38743f

%52
%0
%46
%55

Triadic Colors of #38743f

#38743f #3f3874 #743f38

Analogous Colors of #38743f

#38743f #38745d #4f7438

Monochromatic Colors of #38743f

#38743f

Complementary Color

#38743f #74386d

#38743f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38743f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38743f Color CSS Codes

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

#38743f Text Font Color

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

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


#38743f Background Color

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

This div background color is #38743f


#38743f Border Color

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

This div border color is #38743f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38743f


Comments

No comments written yet.

Please login to write comment.