COLOR #3D493A

HEX: #3D493A
RGB: (61,73,58)

Color info

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

RGB color model

#3D493A color RGB value is (61,73,58).

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

RGB channels and saturation

R 61 of 255 = 24%
G 73 of 255 = 29%
B 58 of 255 = 23%

61
73
58

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

Portions of RGB colors in percentages

R + G + B =
61 + 73 + 58 = 192 (100%)
R 61 of 192 ~ 31.77%
G 73 of 192 ~ 38.02%
B 58 of 192 ~ 30.21%

%31.77
%38.02
%30.21

CMYK color model

#3D493A color CMYK value is (16,0,21,71).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(16,0,21,71)
C16M0Y21K71 
(16%,0%,21%,71%)
(0.16/0.00/0.21/0.71)	

CMYK percentages

%16.44
%0
%20.55
%71.37

Codes

Color #3D493A in popluar color models

3D493A
RGB617358
HSL108°11.45%25.69%
HSB/HSV108°20.55%28.63%
CMYK16.44%0.00%20.55%
71.37%

Color #3D493A in popluar number systems.

HEX3D493A
Decimal617358
Binary1111011001001111010
Octal7511172

Shades and tints

Shades of #3D493A

#3D493A
(61,73,58)
#384335
(56,67,53)
#333D30
(51,61,48)
#2E372B
(46,55,43)
#293126
(41,49,38)
#242B21
(36,43,33)
#1F251C
(31,37,28)
#1A1F17
(26,31,23)
#151912
(21,25,18)
#10130D
(16,19,13)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #3D493A

#3D493A
(61,73,58)
#4E594B
(78,89,75)
#5F695C
(95,105,92)
#70796D
(112,121,109)
#81897E
(129,137,126)
#92998F
(146,153,143)
#A3A9A0
(163,169,160)
#B4B9B1
(180,185,177)
#C5C9C2
(197,201,194)
#D6D9D3
(214,217,211)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D493A; }

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

This text font color is #3D493A.


Background Color

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

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

This div background color is #3D493A.


Border color

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

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

This div border color is #3D493A.


Opacity

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

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

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

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

This text has shadow with #3D493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D493A on black background.


Color preview on white background

This text has color #3D493A on white background.



Black color preview on #3D493A background

This text has black color on #3D493A background.


White color preview on #3D493A background

This text has white color on #3D493A background.