Color Hex Logo

#38816d Color Hex

#38816D
(56,129,109)
0 Favorites   0 Comments

Color spaces of #38816d

RGB 56129109
HSL0.450.390.36
HSV164°57°51°
CMYK 0.570.000.16   0.49
XYZ12.241517.645417.2287
Yxy17.64540.25980.3745
Hunter Lab42.0064-21.49285.0870
CIE-Lab49.0632-27.94044.0027

#38816d color RGB value is (56,129,109).

#38816d hex color red value is 56, green value is 129 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #38816d hue: 0.45 , saturation: 0.39 and the lightness value of 38816d is 0.36.

The process color (four color CMYK) of #38816d color hex is 0.57, 0.00, 0.16, 0.49. Web safe color of #38816d is #339966. Color #38816d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000001 01101101
Octal 70 201 155
Decimal 56 129 109
Hex 38 81 6D

RGB Percentages of Color #38816d

%19.05
%43.88
%37.07

CMYK Percentages of Color #38816d

%57
%0
%16
%49

Triadic Colors of #38816d

#38816d #6d3881 #816d38

Analogous Colors of #38816d

#38816d #387181 #388149

Monochromatic Colors of #38816d

#38816d

Complementary Color

#38816d #81384c

#38816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38816d Color CSS Codes

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

#38816d Text Font Color

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

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


#38816d Background Color

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

This div background color is #38816d


#38816d Border Color

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

This div border color is #38816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38816d


Comments

No comments written yet.

Please login to write comment.