COLOR #3D673A

HEX: #3D673A
RGB: (61,103,58)

Color info

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

RGB color model

#3D673A color RGB value is (61,103,58).

  • red value is 61;
  • green value is 103;
  • blue value is 58.
RGB:
(61,103,58)
(24%,40%,23%)

RGB channels and saturation

R 61 of 255 = 24%
G 103 of 255 = 40%
B 58 of 255 = 23%

61
103
58

R + G + B ~ 29%. #3D673A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 103 + 58 = 222 (100%)
R 61 of 222 ~ 27.48%
G 103 of 222 ~ 46.4%
B 58 of 222 ~ 26.13%

%27.48
%46.4
%26.13

CMYK color model

#3D673A color CMYK value is (41,0,44,60).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 59.61%
CMYK:
(41,0,44,60)
C41M0Y44K60 
(41%,0%,44%,60%)
(0.41/0.00/0.44/0.60)	

CMYK percentages

%40.78
%0
%43.69
%59.61

Codes

Color #3D673A in popluar color models

3D673A
RGB6110358
HSL116°27.95%31.57%
HSB/HSV116°43.69%40.39%
CMYK40.78%0.00%43.69%
59.61%

Color #3D673A in popluar number systems.

HEX3D673A
Decimal6110358
Binary1111011100111111010
Octal7514772

Shades and tints

Shades of #3D673A

#3D673A
(61,103,58)
#385E35
(56,94,53)
#335530
(51,85,48)
#2E4C2B
(46,76,43)
#294326
(41,67,38)
#243A21
(36,58,33)
#1F311C
(31,49,28)
#1A2817
(26,40,23)
#151F12
(21,31,18)
#10160D
(16,22,13)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #3D673A

#3D673A
(61,103,58)
#4E744B
(78,116,75)
#5F815C
(95,129,92)
#708E6D
(112,142,109)
#819B7E
(129,155,126)
#92A88F
(146,168,143)
#A3B5A0
(163,181,160)
#B4C2B1
(180,194,177)
#C5CFC2
(197,207,194)
#D6DCD3
(214,220,211)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D673A color. Also use rgb(61,103,58) instead hex code.

Text Font Color

.myTextColor { color: #3D673A; }

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

This text font color is #3D673A.


Background Color

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

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

This div background color is #3D673A.


Border color

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

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

This div border color is #3D673A.


Opacity

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

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

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

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

This text has shadow with #3D673A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D673A on black background.


Color preview on white background

This text has color #3D673A on white background.



Black color preview on #3D673A background

This text has black color on #3D673A background.


White color preview on #3D673A background

This text has white color on #3D673A background.