COLOR #3B493A

HEX: #3B493A
RGB: (59,73,58)

Color info

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

RGB color model

#3B493A color RGB value is (59,73,58).

  • red value is 59;
  • green value is 73;
  • blue value is 58.
RGB:
(59,73,58)
(23%,29%,23%)

RGB channels and saturation

R 59 of 255 = 23%
G 73 of 255 = 29%
B 58 of 255 = 23%

59
73
58

R + G + B ~ 25%. #3B493A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 73 + 58 = 190 (100%)
R 59 of 190 ~ 31.05%
G 73 of 190 ~ 38.42%
B 58 of 190 ~ 30.53%

%31.05
%38.42
%30.53

CMYK color model

#3B493A color CMYK value is (19,0,21,71).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(19,0,21,71)
C19M0Y21K71 
(19%,0%,21%,71%)
(0.19/0.00/0.21/0.71)	

CMYK percentages

%19.18
%0
%20.55
%71.37

Codes

Color #3B493A in popluar color models

3B493A
RGB597358
HSL116°11.45%25.69%
HSB/HSV116°20.55%28.63%
CMYK19.18%0.00%20.55%
71.37%

Color #3B493A in popluar number systems.

HEX3B493A
Decimal597358
Binary1110111001001111010
Octal7311172

Shades and tints

Shades of #3B493A

#3B493A
(59,73,58)
#364335
(54,67,53)
#313D30
(49,61,48)
#2C372B
(44,55,43)
#273126
(39,49,38)
#222B21
(34,43,33)
#1D251C
(29,37,28)
#181F17
(24,31,23)
#131912
(19,25,18)
#0E130D
(14,19,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #3B493A

#3B493A
(59,73,58)
#4C594B
(76,89,75)
#5D695C
(93,105,92)
#6E796D
(110,121,109)
#7F897E
(127,137,126)
#90998F
(144,153,143)
#A1A9A0
(161,169,160)
#B2B9B1
(178,185,177)
#C3C9C2
(195,201,194)
#D4D9D3
(212,217,211)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B493A color. Also use rgb(59,73,58) instead hex code.

Text Font Color

.myTextColor { color: #3B493A; }

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

This text font color is #3B493A.


Background Color

.myBgColor { background-color: #3B493A; }

<div style="background-color:#3B493A">Inner text</div>

This div background color is #3B493A.


Border color

.myBorderColor { border: 1px solid #3B493A; }

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

This div border color is #3B493A.


Opacity

.myOpacity80 { color: #3B493A; opacity: 0.8; }

<p style="color:#3B493A;opacity:0.8;">80%</p>

Text with #3B493A 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 #3B493A;}

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

This text has shadow with #3B493A color.

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

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

This text has shadow with #3B493A primary color and red secondary color.


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

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

This text has shadow with #3B493A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B493A on black background.


Color preview on white background

This text has color #3B493A on white background.



Black color preview on #3B493A background

This text has black color on #3B493A background.


White color preview on #3B493A background

This text has white color on #3B493A background.