Color Hex Logo

#38502f Color Hex

#38502F
(56,80,47)
0 Favorites   0 Comments

Color spaces of #38502f

RGB 568047
HSL0.290.260.25
HSV104°41°31°
CMYK 0.300.000.41   0.69
XYZ5.01266.78333.7344
Yxy6.78330.32280.4368
Hunter Lab26.0448-11.22419.7301
CIE-Lab31.3084-16.411116.5856

#38502f color RGB value is (56,80,47).

#38502f hex color red value is 56, green value is 80 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #38502f hue: 0.29 , saturation: 0.26 and the lightness value of 38502f is 0.25.

The process color (four color CMYK) of #38502f color hex is 0.30, 0.00, 0.41, 0.69. Web safe color of #38502f is #336633. Color #38502f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 00101111
Octal 70 120 57
Decimal 56 80 47
Hex 38 50 2F

RGB Percentages of Color #38502f

%30.60
%43.72
%25.68

CMYK Percentages of Color #38502f

%30
%0
%41
%69

Triadic Colors of #38502f

#38502f #2f3850 #502f38

Analogous Colors of #38502f

#38502f #2f5037 #49502f

Monochromatic Colors of #38502f

#38502f

Complementary Color

#38502f #472f50

#38502f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38502f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38502f Color CSS Codes

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

#38502f Text Font Color

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

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


#38502f Background Color

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

This div background color is #38502f


#38502f Border Color

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

This div border color is #38502f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38502f


Comments

No comments written yet.

Please login to write comment.