COLOR #3D503F

HEX: #3D503F
RGB: (61,80,63)

Color info

#3D503F contains red, green and blue colors in about the same proportion. Web safe color of #3D503F is #336633 (or #363).

RGB color model

#3D503F color RGB value is (61,80,63).

  • red value is 61;
  • green value is 80;
  • blue value is 63.
RGB:
(61,80,63)
(24%,31%,25%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 63 of 255 = 25%

61
80
63

R + G + B ~ 27%. #3D503F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 80 + 63 = 204 (100%)
R 61 of 204 ~ 29.9%
G 80 of 204 ~ 39.22%
B 63 of 204 ~ 30.88%

%29.9
%39.22
%30.88

CMYK color model

#3D503F color CMYK value is (24,0,21,69).

  • cyan value is 23.75%
  • magenta value is 0.00%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(24,0,21,69)
C24M0Y21K69 
(24%,0%,21%,69%)
(0.24/0.00/0.21/0.69)	

CMYK percentages

%23.75
%0
%21.25
%68.63

Codes

Color #3D503F in popluar color models

3D503F
RGB618063
HSL126°13.48%27.65%
HSB/HSV126°23.75%31.37%
CMYK23.75%0.00%21.25%
68.63%

Color #3D503F in popluar number systems.

HEX3D503F
Decimal618063
Binary1111011010000111111
Octal7512077

Shades and tints

Shades of #3D503F

#3D503F
(61,80,63)
#38493A
(56,73,58)
#334235
(51,66,53)
#2E3B30
(46,59,48)
#29342B
(41,52,43)
#242D26
(36,45,38)
#1F2621
(31,38,33)
#1A1F1C
(26,31,28)
#151817
(21,24,23)
#101112
(16,17,18)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #3D503F

#3D503F
(61,80,63)
#4E5F50
(78,95,80)
#5F6E61
(95,110,97)
#707D72
(112,125,114)
#818C83
(129,140,131)
#929B94
(146,155,148)
#A3AAA5
(163,170,165)
#B4B9B6
(180,185,182)
#C5C8C7
(197,200,199)
#D6D7D8
(214,215,216)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D503F color. Also use rgb(61,80,63) instead hex code.

Text Font Color

.myTextColor { color: #3D503F; }

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

This text font color is #3D503F.


Background Color

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

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

This div background color is #3D503F.


Border color

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

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

This div border color is #3D503F.


Opacity

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

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

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

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

This text has shadow with #3D503F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D503F on black background.


Color preview on white background

This text has color #3D503F on white background.



Black color preview on #3D503F background

This text has black color on #3D503F background.


White color preview on #3D503F background

This text has white color on #3D503F background.