Color Hex Logo

#20382b Color Hex

#20382B
(32,56,43)
0 Favorites   0 Comments

Color spaces of #20382b

RGB 325643
HSL0.410.270.17
HSV148°43°22°
CMYK 0.430.000.23   0.78
XYZ2.44593.30982.7955
Yxy3.30980.28600.3871
Hunter Lab18.1929-7.83943.6245
CIE-Lab21.2442-12.91825.2126

#20382b color RGB value is (32,56,43).

#20382b hex color red value is 32, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #20382b hue: 0.41 , saturation: 0.27 and the lightness value of 20382b is 0.17.

The process color (four color CMYK) of #20382b color hex is 0.43, 0.00, 0.23, 0.78. Web safe color of #20382b is #333333. Color #20382b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 00111000 00101011
Octal 40 70 53
Decimal 32 56 43
Hex 20 38 2B

RGB Percentages of Color #20382b

%24.43
%42.75
%32.82

CMYK Percentages of Color #20382b

%43
%0
%23
%78

Triadic Colors of #20382b

#20382b #2b2038 #382b20

Analogous Colors of #20382b

#20382b #203837 #213820

Monochromatic Colors of #20382b

#20382b

Complementary Color

#20382b #38202d

#20382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20382b Color CSS Codes

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

#20382b Text Font Color

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

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


#20382b Background Color

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

This div background color is #20382b


#20382b Border Color

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

This div border color is #20382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20382b

#20382b Color Palettes


Comments

No comments written yet.

Please login to write comment.