Color Hex Logo

#39480b Color Hex

#39480B
(57,72,11)
0 Favorites   0 Comments

Color spaces of #39480b

RGB 577211
HSL0.210.730.16
HSV75°85°28°
CMYK 0.210.000.85   0.72
XYZ4.06515.52871.1695
Yxy5.52870.37770.5137
Hunter Lab23.5132-10.287913.5103
CIE-Lab28.1908-15.621632.0635

#39480b color RGB value is (57,72,11).

#39480b hex color red value is 57, green value is 72 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #39480b hue: 0.21 , saturation: 0.73 and the lightness value of 39480b is 0.16.

The process color (four color CMYK) of #39480b color hex is 0.21, 0.00, 0.85, 0.72. Web safe color of #39480b is #333300. Color #39480b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01001000 00001011
Octal 71 110 13
Decimal 57 72 11
Hex 39 48 B

RGB Percentages of Color #39480b

%40.71
%51.43
%7.86

CMYK Percentages of Color #39480b

%21
%0
%85
%72

Triadic Colors of #39480b

#39480b #0b3948 #480b39

Analogous Colors of #39480b

#39480b #1b480b #48390b

Monochromatic Colors of #39480b

#39480b

Complementary Color

#39480b #1a0b48

#39480b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39480b Color Preview on White Background

Lorem ipsum dolor sit amet.

#39480b Color CSS Codes

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

#39480b Text Font Color

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

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


#39480b Background Color

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

This div background color is #39480b


#39480b Border Color

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

This div border color is #39480b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39480b


Comments

No comments written yet.

Please login to write comment.