COLOR #3D4138

HEX: #3D4138
RGB: (61,65,56)

Color info

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

RGB color model

#3D4138 color RGB value is (61,65,56).

  • red value is 61;
  • green value is 65;
  • blue value is 56.
RGB:
(61,65,56)
(24%,25%,22%)

RGB channels and saturation

R 61 of 255 = 24%
G 65 of 255 = 25%
B 56 of 255 = 22%

61
65
56

R + G + B ~ 24%. #3D4138 is dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 65 + 56 = 182 (100%)
R 61 of 182 ~ 33.52%
G 65 of 182 ~ 35.71%
B 56 of 182 ~ 30.77%

%33.52
%35.71
%30.77

CMYK color model

#3D4138 color CMYK value is (6,0,14,75).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(6,0,14,75)
C6M0Y14K75 
(6%,0%,14%,75%)
(0.06/0.00/0.14/0.75)	

CMYK percentages

%6.15
%0
%13.85
%74.51

Codes

Color #3D4138 in popluar color models

3D4138
RGB616556
HSL87°7.44%23.73%
HSB/HSV87°13.85%25.49%
CMYK6.15%0.00%13.85%
74.51%

Color #3D4138 in popluar number systems.

HEX3D4138
Decimal616556
Binary1111011000001111000
Octal7510170

Shades and tints

Shades of #3D4138

#3D4138
(61,65,56)
#383C33
(56,60,51)
#33372E
(51,55,46)
#2E3229
(46,50,41)
#292D24
(41,45,36)
#24281F
(36,40,31)
#1F231A
(31,35,26)
#1A1E15
(26,30,21)
#151910
(21,25,16)
#10140B
(16,20,11)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #3D4138

#3D4138
(61,65,56)
#4E524A
(78,82,74)
#5F635C
(95,99,92)
#70746E
(112,116,110)
#818580
(129,133,128)
#929692
(146,150,146)
#A3A7A4
(163,167,164)
#B4B8B6
(180,184,182)
#C5C9C8
(197,201,200)
#D6DADA
(214,218,218)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4138 color. Also use rgb(61,65,56) instead hex code.

Text Font Color

.myTextColor { color: #3D4138; }

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

This text font color is #3D4138.


Background Color

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

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

This div background color is #3D4138.


Border color

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

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

This div border color is #3D4138.


Opacity

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

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

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

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

This text has shadow with #3D4138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4138 on black background.


Color preview on white background

This text has color #3D4138 on white background.



Black color preview on #3D4138 background

This text has black color on #3D4138 background.


White color preview on #3D4138 background

This text has white color on #3D4138 background.