Color Hex Logo

#38493c Color Hex

#38493C
(56,73,60)
0 Favorites   0 Comments

Color spaces of #38493c

RGB 567360
HSL0.370.130.25
HSV134°23°29°
CMYK 0.230.000.18   0.71
XYZ4.82905.93215.1655
Yxy5.93210.30320.3725
Hunter Lab24.3559-7.23204.4747
CIE-Lab29.2405-9.81565.5994

#38493c color RGB value is (56,73,60).

#38493c hex color red value is 56, green value is 73 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #38493c hue: 0.37 , saturation: 0.13 and the lightness value of 38493c is 0.25.

The process color (four color CMYK) of #38493c color hex is 0.23, 0.00, 0.18, 0.71. Web safe color of #38493c is #333333. Color #38493c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 00111100
Octal 70 111 74
Decimal 56 73 60
Hex 38 49 3C

RGB Percentages of Color #38493c

%29.63
%38.62
%31.75

CMYK Percentages of Color #38493c

%23
%0
%18
%71

Triadic Colors of #38493c

#38493c #3c3849 #493c38

Analogous Colors of #38493c

#38493c #384945 #3d4938

Monochromatic Colors of #38493c

#38493c

Complementary Color

#38493c #493845

#38493c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38493c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38493c Color CSS Codes

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

#38493c Text Font Color

<p style="color:#38493c">Text here</p>

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


#38493c Background Color

<div style="background-color:#38493c">
Div content here</div>

This div background color is #38493c


#38493c Border Color

<div style="border:3px solid #38493c">
Div here</div>

This div border color is #38493c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,73,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38493c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38493c;
  -webkit-box-shadow: 1px 1px 3px 2px #38493c;
  box-shadow:         1px 1px 3px 2px #38493c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38493c


Comments

No comments written yet.

Please login to write comment.