COLOR #3D673C

HEX: #3D673C
RGB: (61,103,60)

Color info

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

RGB color model

#3D673C color RGB value is (61,103,60).

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

RGB channels and saturation

R 61 of 255 = 24%
G 103 of 255 = 40%
B 60 of 255 = 24%

61
103
60

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

Portions of RGB colors in percentages

R + G + B =
61 + 103 + 60 = 224 (100%)
R 61 of 224 ~ 27.23%
G 103 of 224 ~ 45.98%
B 60 of 224 ~ 26.79%

%27.23
%45.98
%26.79

CMYK color model

#3D673C color CMYK value is (41,0,42,60).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 41.75%
  • key color value is 59.61%
CMYK:
(41,0,42,60)
C41M0Y42K60 
(41%,0%,42%,60%)
(0.41/0.00/0.42/0.60)	

CMYK percentages

%40.78
%0
%41.75
%59.61

Codes

Color #3D673C in popluar color models

3D673C
RGB6110360
HSL119°26.38%31.96%
HSB/HSV119°41.75%40.39%
CMYK40.78%0.00%41.75%
59.61%

Color #3D673C in popluar number systems.

HEX3D673C
Decimal6110360
Binary1111011100111111100
Octal7514774

Shades and tints

Shades of #3D673C

#3D673C
(61,103,60)
#385E37
(56,94,55)
#335532
(51,85,50)
#2E4C2D
(46,76,45)
#294328
(41,67,40)
#243A23
(36,58,35)
#1F311E
(31,49,30)
#1A2819
(26,40,25)
#151F14
(21,31,20)
#10160F
(16,22,15)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #3D673C

#3D673C
(61,103,60)
#4E744D
(78,116,77)
#5F815E
(95,129,94)
#708E6F
(112,142,111)
#819B80
(129,155,128)
#92A891
(146,168,145)
#A3B5A2
(163,181,162)
#B4C2B3
(180,194,179)
#C5CFC4
(197,207,196)
#D6DCD5
(214,220,213)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D673C; }

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

This text font color is #3D673C.


Background Color

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

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

This div background color is #3D673C.


Border color

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

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

This div border color is #3D673C.


Opacity

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

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

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

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

This text has shadow with #3D673C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D673C on black background.


Color preview on white background

This text has color #3D673C on white background.



Black color preview on #3D673C background

This text has black color on #3D673C background.


White color preview on #3D673C background

This text has white color on #3D673C background.