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).

  • red value is 61;
  • green value is 72;
  • blue value is 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

3D483B
RGB617259
HSL111°9.92%25.69%
HSB/HSV111°18.06%28.24%
CMYK15.28%0.00%18.06%
71.76%

Color #3D483B in popluar number systems.

HEX3D483B
Decimal617259
Binary1111011001000111011
Octal7511073

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.