COLOR #3D4130

HEX: #3D4130 RGB: (61,65,48)

Color info

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

RGB color model

#3D4130 color RGB value is (61,65,48).

RGB: (61,65,48) (24%, 25%, 19%)

RGB channels and saturation

R 61 of 255 = 24%
G 65 of 255 = 25%
B 48 of 255 = 19%

61
65
48

R + G + B ~ 23%. #3D4130 is dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 65 + 48 = 174 (100%)
R 61 of 174 ~ 35.06%
G 65 of 174 ~ 37.36%
B 48 of 174 ~ 27.59'%

%35.06
%37.36
%27.59

CMYK color model

#3D4130 color CMYK value is (6,0,26,75).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 74.51%

CMYK: (6,0,26,75)
C6M0Y26K75 (6%, 0%, 26%, 75%)
(0.06 / 0.00 / 0.26 / 0.75)

CMYK percentages

%6.15
%0
%26.15
%74.51

Codes

Color #3D4130 in popluar color models

3D 41 30
RGB 61 65 48
HSL 74° 15.04% 22.16%
HSB/HSV 74° 26.15% 25.49%
CMYK 6.15% 0.00% 26.15%
74.51%

Color #3D4130 in popluar number systems.

HEX 3D 41 30
Decimal 61 65 48
Binary 111101 1000001 110000
Octal 75 101 60

Shades and tints

Shades of #3D4130

#3D4130
(61,65,48)
#383C2C
(56,60,44)
#333728
(51,55,40)
#2E3224
(46,50,36)
#292D20
(41,45,32)
#24281C
(36,40,28)
#1F2318
(31,35,24)
#1A1E14
(26,30,20)
#151910
(21,25,16)
#10140C
(16,20,12)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #3D4130

#3D4130
(61,65,48)
#4E5242
(78,82,66)
#5F6354
(95,99,84)
#707466
(112,116,102)
#818578
(129,133,120)
#92968A
(146,150,138)
#A3A79C
(163,167,156)
#B4B8AE
(180,184,174)
#C5C9C0
(197,201,192)
#D6DAD2
(214,218,210)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D4130; }

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

This text font color is #3D4130.

Background Color

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

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

This div background color is #3D4130.

Border color

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

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

This div border color is #3D4130.

Opacity

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

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

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

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

This text has shadow with #3D4130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D4130.

Preview

Color preview on black background

This text has color #3D4130 on black background.


Color preview on white background

This text has color #3D4130 on white background.


Black color preview on #3D4130 background

This text has black color on #3D4130 background.


White color preview on #3D4130 background

This text has white color on #3D4130 background.


Related colors

Complementary color

Complementary color for #hex is #C2BECF.


I love getcolorcode.com

Triadic colors

1 #303D41 and #41303D with #3D4130 are triadic colors.

2 #30413D and #413D30 with #3D4130 are triadic colors.