COLOR #39493D

HEX: #39493D
RGB: (57,73,61)

Color info

#39493D contains red, green and blue colors in about the same proportion. Web safe color of #39493D is #333333 (or #333).

RGB color model

#39493D color RGB value is (57,73,61).

  • red value is 57;
  • green value is 73;
  • blue value is 61.
RGB:
(57,73,61)
(22%,29%,24%)

RGB channels and saturation

R 57 of 255 = 22%
G 73 of 255 = 29%
B 61 of 255 = 24%

57
73
61

R + G + B ~ 25%. #39493D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 73 + 61 = 191 (100%)
R 57 of 191 ~ 29.84%
G 73 of 191 ~ 38.22%
B 61 of 191 ~ 31.94%

%29.84
%38.22
%31.94

CMYK color model

#39493D color CMYK value is (22,0,16,71).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 71.37%
CMYK:
(22,0,16,71)
C22M0Y16K71 
(22%,0%,16%,71%)
(0.22/0.00/0.16/0.71)	

CMYK percentages

%21.92
%0
%16.44
%71.37

Codes

Color #39493D in popluar color models

39493D
RGB577361
HSL135°12.31%25.49%
HSB/HSV135°21.92%28.63%
CMYK21.92%0.00%16.44%
71.37%

Color #39493D in popluar number systems.

HEX39493D
Decimal577361
Binary1110011001001111101
Octal7111175

Shades and tints

Shades of #39493D

#39493D
(57,73,61)
#344338
(52,67,56)
#2F3D33
(47,61,51)
#2A372E
(42,55,46)
#253129
(37,49,41)
#202B24
(32,43,36)
#1B251F
(27,37,31)
#161F1A
(22,31,26)
#111915
(17,25,21)
#0C1310
(12,19,16)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #39493D

#39493D
(57,73,61)
#4B594E
(75,89,78)
#5D695F
(93,105,95)
#6F7970
(111,121,112)
#818981
(129,137,129)
#939992
(147,153,146)
#A5A9A3
(165,169,163)
#B7B9B4
(183,185,180)
#C9C9C5
(201,201,197)
#DBD9D6
(219,217,214)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39493D color. Also use rgb(57,73,61) instead hex code.

Text Font Color

.myTextColor { color: #39493D; }

<p style="color:#39493D">This sample text font color is #39493D.</p>

This text font color is #39493D.


Background Color

.myBgColor { background-color: #39493D; }

<div style="background-color:#39493D">Inner text</div>

This div background color is #39493D.


Border color

.myBorderColor { border: 1px solid #39493D; }

<div style="border:3px solid #39493D">Div</div>

This div border color is #39493D.


Opacity

.myOpacity80 { color: #39493D; opacity: 0.8; }

<p style="color:#39493D;opacity:0.8;">80%</p>

Text with #39493D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #39493D;}

<p style="text-shadow: 3px 3px 1px #39493D">Text here.</p>

This text has shadow with #39493D color.

.textShadow {text-shadow: 3px 3px 1px #39493D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #39493D, 5px 5px 20px red">Text here.</p>

This text has shadow with #39493D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#39493D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#39493D, Direction=45, Strength=4)">Text</p>

This text has shadow with #39493D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #39493D;
  -webkit-box-shadow:	1px 1px 3px 2px #39493D;
  box-shadow:		1px 1px 3px 2px #39493D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #39493D;
-webkit-box-shadow: 1px 1px 3px 2px #39493D;
box-shadow:1px 1px 3px 2px #39493D;">
Div content here</div>
This div box has shadow with color #39493D.

Preview

Color preview on black background

This text has color #39493D on black background.


Color preview on white background

This text has color #39493D on white background.



Black color preview on #39493D background

This text has black color on #39493D background.


White color preview on #39493D background

This text has white color on #39493D background.