Color Hex Logo

#38797d Color Hex

#38797D
(56,121,125)
0 Favorites   0 Comments

Color spaces of #38797d

RGB 56121125
HSL0.510.380.35
HSV183°55°49°
CMYK 0.550.030.00   0.51
XYZ12.169915.996221.8482
Yxy15.99620.24330.3198
Hunter Lab39.9952-15.6771-4.3917
CIE-Lab46.9695-19.4092-8.5206

#38797d color RGB value is (56,121,125).

#38797d hex color red value is 56, green value is 121 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #38797d hue: 0.51 , saturation: 0.38 and the lightness value of 38797d is 0.35.

The process color (four color CMYK) of #38797d color hex is 0.55, 0.03, 0.00, 0.51. Web safe color of #38797d is #336666. Color #38797d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111001 01111101
Octal 70 171 175
Decimal 56 121 125
Hex 38 79 7D

RGB Percentages of Color #38797d

%18.54
%40.07
%41.39

CMYK Percentages of Color #38797d

%55
%3
%0
%51

Triadic Colors of #38797d

#38797d #7d3879 #797d38

Analogous Colors of #38797d

#38797d #38577d #387d5e

Monochromatic Colors of #38797d

#38797d

Complementary Color

#38797d #7d3c38

#38797d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38797d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38797d Color CSS Codes

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

#38797d Text Font Color

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

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


#38797d Background Color

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

This div background color is #38797d


#38797d Border Color

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

This div border color is #38797d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38797d


Comments

No comments written yet.

Please login to write comment.