Color Hex Logo

#38716b Color Hex

#38716B
(56,113,107)
0 Favorites   0 Comments

Color spaces of #38716b

RGB 56113107
HSL0.480.340.33
HSV174°50°44°
CMYK 0.500.000.05   0.56
XYZ10.189913.712516.0196
Yxy13.71250.25520.3435
Hunter Lab37.0304-15.68420.2720
CIE-Lab43.8178-20.3077-2.4489

#38716b color RGB value is (56,113,107).

#38716b hex color red value is 56, green value is 113 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #38716b hue: 0.48 , saturation: 0.34 and the lightness value of 38716b is 0.33.

The process color (four color CMYK) of #38716b color hex is 0.50, 0.00, 0.05, 0.56. Web safe color of #38716b is #336666. Color #38716b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110001 01101011
Octal 70 161 153
Decimal 56 113 107
Hex 38 71 6B

RGB Percentages of Color #38716b

%20.29
%40.94
%38.77

CMYK Percentages of Color #38716b

%50
%0
%5
%56

Triadic Colors of #38716b

#38716b #6b3871 #716b38

Analogous Colors of #38716b

#38716b #385b71 #38714f

Monochromatic Colors of #38716b

#38716b

Complementary Color

#38716b #71383e

#38716b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38716b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38716b Color CSS Codes

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

#38716b Text Font Color

<p style="color:#38716b">Text here</p>

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


#38716b Background Color

<div style="background-color:#38716b">
Div content here</div>

This div background color is #38716b


#38716b Border Color

<div style="border:3px solid #38716b">
Div here</div>

This div border color is #38716b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,113,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38716b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38716b;
  -webkit-box-shadow: 1px 1px 3px 2px #38716b;
  box-shadow:         1px 1px 3px 2px #38716b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38716b


Comments

No comments written yet.

Please login to write comment.