Color Hex Logo

#20482b Color Hex

#20482B
(32,72,43)
0 Favorites   0 Comments

Color spaces of #20482b

RGB 327243
HSL0.380.380.20
HSV137°56°28°
CMYK 0.560.000.40   0.72
XYZ3.34915.11623.0965
Yxy5.11620.28970.4425
Hunter Lab22.6190-13.15367.7166
CIE-Lab27.0633-21.697113.1997

#20482b color RGB value is (32,72,43).

#20482b hex color red value is 32, green value is 72 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #20482b hue: 0.38 , saturation: 0.38 and the lightness value of 20482b is 0.20.

The process color (four color CMYK) of #20482b color hex is 0.56, 0.00, 0.40, 0.72. Web safe color of #20482b is #333333. Color #20482b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01001000 00101011
Octal 40 110 53
Decimal 32 72 43
Hex 20 48 2B

RGB Percentages of Color #20482b

%21.77
%48.98
%29.25

CMYK Percentages of Color #20482b

%56
%0
%40
%72

Triadic Colors of #20482b

#20482b #2b2048 #482b20

Analogous Colors of #20482b

#20482b #20483f #294820

Monochromatic Colors of #20482b

#20482b

Complementary Color

#20482b #48203d

#20482b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20482b Color Preview on White Background

Lorem ipsum dolor sit amet.

#20482b Color CSS Codes

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

#20482b Text Font Color

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

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


#20482b Background Color

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

This div background color is #20482b


#20482b Border Color

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

This div border color is #20482b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,72,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 #20482b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20482b


Comments

No comments written yet.

Please login to write comment.