Color Hex Logo

#38843d Color Hex

#38843D
(56,132,61)
0 Favorites   0 Comments

Color spaces of #38843d

RGB 5613261
HSL0.340.400.37
HSV124°58°52°
CMYK 0.580.000.54   0.48
XYZ10.724517.68027.2623
Yxy17.68020.30070.4957
Hunter Lab42.0478-28.056419.1932
CIE-Lab49.1059-39.018231.1428

#38843d color RGB value is (56,132,61).

#38843d hex color red value is 56, green value is 132 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #38843d hue: 0.34 , saturation: 0.40 and the lightness value of 38843d is 0.37.

The process color (four color CMYK) of #38843d color hex is 0.58, 0.00, 0.54, 0.48. Web safe color of #38843d is #339933. Color #38843d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000100 00111101
Octal 70 204 75
Decimal 56 132 61
Hex 38 84 3D

RGB Percentages of Color #38843d

%22.49
%53.01
%24.50

CMYK Percentages of Color #38843d

%58
%0
%54
%48

Triadic Colors of #38843d

#38843d #3d3884 #843d38

Analogous Colors of #38843d

#38843d #388463 #598438

Monochromatic Colors of #38843d

#38843d

Complementary Color

#38843d #84387f

#38843d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38843d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38843d Color CSS Codes

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

#38843d Text Font Color

<p style="color:#38843d">Text here</p>

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


#38843d Background Color

<div style="background-color:#38843d">
Div content here</div>

This div background color is #38843d


#38843d Border Color

<div style="border:3px solid #38843d">
Div here</div>

This div border color is #38843d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,132,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38843d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38843d;
  -webkit-box-shadow: 1px 1px 3px 2px #38843d;
  box-shadow:         1px 1px 3px 2px #38843d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38843d


Comments

No comments written yet.

Please login to write comment.