Color Hex Logo

#38554c Color Hex

#38554C
(56,85,76)
0 Favorites   0 Comments

Color spaces of #38554c

RGB 568576
HSL0.450.210.28
HSV161°34°33°
CMYK 0.340.000.11   0.67
XYZ6.18397.85968.0286
Yxy7.85960.28020.3561
Hunter Lab28.0350-9.68802.6451
CIE-Lab33.6888-13.07601.8035

#38554c color RGB value is (56,85,76).

#38554c hex color red value is 56, green value is 85 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #38554c hue: 0.45 , saturation: 0.21 and the lightness value of 38554c is 0.28.

The process color (four color CMYK) of #38554c color hex is 0.34, 0.00, 0.11, 0.67. Web safe color of #38554c is #336633. Color #38554c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010101 01001100
Octal 70 125 114
Decimal 56 85 76
Hex 38 55 4C

RGB Percentages of Color #38554c

%25.81
%39.17
%35.02

CMYK Percentages of Color #38554c

%34
%0
%11
%67

Triadic Colors of #38554c

#38554c #4c3855 #554c38

Analogous Colors of #38554c

#38554c #385055 #38553e

Monochromatic Colors of #38554c

#38554c

Complementary Color

#38554c #553841

#38554c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38554c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38554c Color CSS Codes

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

#38554c Text Font Color

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

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


#38554c Background Color

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

This div background color is #38554c


#38554c Border Color

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

This div border color is #38554c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38554c


Comments

No comments written yet.

Please login to write comment.