COLOR #3D483B

HEX: #3D483B RGB: (61,72,59)

Color info

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

RGB color model

#3D483B color RGB value is (61,72,59).

RGB: (61,72,59) (24%, 28%, 23%)

RGB channels and saturation

R 61 of 255 = 24%
G 72 of 255 = 28%
B 59 of 255 = 23%

61
72
59

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

Portions of RGB colors in percentages

R + G + B = 61 + 72 + 59 = 192 (100%)
R 61 of 192 ~ 31.77%
G 72 of 192 ~ 37.5%
B 59 of 192 ~ 30.73'%

%31.77
%37.5
%30.73

CMYK color model

#3D483B color CMYK value is (15,0,18,72).

  • cyan value is 15.28%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 71.76%

CMYK: (15,0,18,72)
C15M0Y18K72 (15%, 0%, 18%, 72%)
(0.15 / 0.00 / 0.18 / 0.72)

CMYK percentages

%15.28
%0
%18.06
%71.76

Codes

Color #3D483B in popluar color models

3D 48 3B
RGB 61 72 59
HSL 111° 9.92% 25.69%
HSB/HSV 111° 18.06% 28.24%
CMYK 15.28% 0.00% 18.06%
71.76%

Color #3D483B in popluar number systems.

HEX 3D 48 3B
Decimal 61 72 59
Binary 111101 1001000 111011
Octal 75 110 73

Shades and tints

Shades of #3D483B

#3D483B
(61,72,59)
#384236
(56,66,54)
#333C31
(51,60,49)
#2E362C
(46,54,44)
#293027
(41,48,39)
#242A22
(36,42,34)
#1F241D
(31,36,29)
#1A1E18
(26,30,24)
#151813
(21,24,19)
#10120E
(16,18,14)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #3D483B

#3D483B
(61,72,59)
#4E584C
(78,88,76)
#5F685D
(95,104,93)
#70786E
(112,120,110)
#81887F
(129,136,127)
#929890
(146,152,144)
#A3A8A1
(163,168,161)
#B4B8B2
(180,184,178)
#C5C8C3
(197,200,195)
#D6D8D4
(214,216,212)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D483B color. Also use rgb(61,72,59) instead hex code.

Text Font Color

.myTextColor { color: #3D483B; }

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

This text font color is #3D483B.

Background Color

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

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

This div background color is #3D483B.

Border color

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

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

This div border color is #3D483B.

Opacity

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

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

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

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

This text has shadow with #3D483B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D483B.

Preview

Color preview on black background

This text has color #3D483B on black background.


Color preview on white background

This text has color #3D483B on white background.


Black color preview on #3D483B background

This text has black color on #3D483B background.


White color preview on #3D483B background

This text has white color on #3D483B background.


Related colors

Complementary color

Complementary color for #hex is #C2B7C4.


I love getcolorcode.com

Triadic colors

1 #3B3D48 and #483B3D with #3D483B are triadic colors.

2 #3B483D and #483D3B with #3D483B are triadic colors.