COLOR #3D3130

HEX: #3D3130
RGB: (61,49,48)

Color info

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

RGB color model

#3D3130 color RGB value is (61,49,48).

  • red value is 61;
  • green value is 49;
  • blue value is 48.
RGB:
(61,49,48)
(24%,19%,19%)

RGB channels and saturation

R 61 of 255 = 24%
G 49 of 255 = 19%
B 48 of 255 = 19%

61
49
48

R + G + B ~ 21%. #3D3130 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 49 + 48 = 158 (100%)
R 61 of 158 ~ 38.61%
G 49 of 158 ~ 31.01%
B 48 of 158 ~ 30.38%

%38.61
%31.01
%30.38

CMYK color model

#3D3130 color CMYK value is (0,20,21,76).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 21.31%
  • key color value is 76.08%
CMYK:
(0,20,21,76)
C0M20Y21K76 
(0%,20%,21%,76%)
(0.00/0.20/0.21/0.76)	

CMYK percentages

%0
%19.67
%21.31
%76.08

Codes

Color #3D3130 in popluar color models

3D3130
RGB614948
HSL11.93%21.37%
HSB/HSV21.31%23.92%
CMYK0.00%19.67%21.31%
76.08%

Color #3D3130 in popluar number systems.

HEX3D3130
Decimal614948
Binary111101110001110000
Octal756160

Shades and tints

Shades of #3D3130

#3D3130
(61,49,48)
#382D2C
(56,45,44)
#332928
(51,41,40)
#2E2524
(46,37,36)
#292120
(41,33,32)
#241D1C
(36,29,28)
#1F1918
(31,25,24)
#1A1514
(26,21,20)
#151110
(21,17,16)
#100D0C
(16,13,12)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #3D3130

#3D3130
(61,49,48)
#4E4342
(78,67,66)
#5F5554
(95,85,84)
#706766
(112,103,102)
#817978
(129,121,120)
#928B8A
(146,139,138)
#A39D9C
(163,157,156)
#B4AFAE
(180,175,174)
#C5C1C0
(197,193,192)
#D6D3D2
(214,211,210)
#E7E5E4
(231,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D3130 color. Also use rgb(61,49,48) instead hex code.

Text Font Color

.myTextColor { color: #3D3130; }

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

This text font color is #3D3130.


Background Color

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

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

This div background color is #3D3130.


Border color

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

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

This div border color is #3D3130.


Opacity

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

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

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

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

This text has shadow with #3D3130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D3130 on black background.


Color preview on white background

This text has color #3D3130 on white background.



Black color preview on #3D3130 background

This text has black color on #3D3130 background.


White color preview on #3D3130 background

This text has white color on #3D3130 background.