Color Hex Logo

#32490b Color Hex

#32490B
(50,73,11)
0 Favorites   0 Comments

Color spaces of #32490b

RGB 507311
HSL0.230.740.16
HSV82°85°29°
CMYK 0.320.000.85   0.71
XYZ3.75835.46741.1738
Yxy5.46740.36140.5257
Hunter Lab23.3825-12.228813.3914
CIE-Lab28.0269-19.429531.7269

#32490b color RGB value is (50,73,11).

#32490b hex color red value is 50, green value is 73 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #32490b hue: 0.23 , saturation: 0.74 and the lightness value of 32490b is 0.16.

The process color (four color CMYK) of #32490b color hex is 0.32, 0.00, 0.85, 0.71. Web safe color of #32490b is #333300. Color #32490b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001001 00001011
Octal 62 111 13
Decimal 50 73 11
Hex 32 49 B

RGB Percentages of Color #32490b

%37.31
%54.48
%8.21

CMYK Percentages of Color #32490b

%32
%0
%85
%71

Triadic Colors of #32490b

#32490b #0b3249 #490b32

Analogous Colors of #32490b

#32490b #13490b #49410b

Monochromatic Colors of #32490b

#32490b

Complementary Color

#32490b #220b49

#32490b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32490b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32490b Color CSS Codes

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

#32490b Text Font Color

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

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


#32490b Background Color

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

This div background color is #32490b


#32490b Border Color

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

This div border color is #32490b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,73,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32490b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32490b;
  -webkit-box-shadow: 1px 1px 3px 2px #32490b;
  box-shadow:         1px 1px 3px 2px #32490b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32490b


Comments

No comments written yet.

Please login to write comment.