COLOR #3D674A

HEX: #3D674A
RGB: (61,103,74)

Color info

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

RGB color model

#3D674A color RGB value is (61,103,74).

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

RGB channels and saturation

R 61 of 255 = 24%
G 103 of 255 = 40%
B 74 of 255 = 29%

61
103
74

R + G + B ~ 31%. #3D674A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 103 + 74 = 238 (100%)
R 61 of 238 ~ 25.63%
G 103 of 238 ~ 43.28%
B 74 of 238 ~ 31.09%

%25.63
%43.28
%31.09

CMYK color model

#3D674A color CMYK value is (41,0,28,60).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 28.16%
  • key color value is 59.61%
CMYK:
(41,0,28,60)
C41M0Y28K60 
(41%,0%,28%,60%)
(0.41/0.00/0.28/0.60)	

CMYK percentages

%40.78
%0
%28.16
%59.61

Codes

Color #3D674A in popluar color models

3D674A
RGB6110374
HSL139°25.61%32.16%
HSB/HSV139°40.78%40.39%
CMYK40.78%0.00%28.16%
59.61%

Color #3D674A in popluar number systems.

HEX3D674A
Decimal6110374
Binary11110111001111001010
Octal75147112

Shades and tints

Shades of #3D674A

#3D674A
(61,103,74)
#385E44
(56,94,68)
#33553E
(51,85,62)
#2E4C38
(46,76,56)
#294332
(41,67,50)
#243A2C
(36,58,44)
#1F3126
(31,49,38)
#1A2820
(26,40,32)
#151F1A
(21,31,26)
#101614
(16,22,20)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #3D674A

#3D674A
(61,103,74)
#4E745A
(78,116,90)
#5F816A
(95,129,106)
#708E7A
(112,142,122)
#819B8A
(129,155,138)
#92A89A
(146,168,154)
#A3B5AA
(163,181,170)
#B4C2BA
(180,194,186)
#C5CFCA
(197,207,202)
#D6DCDA
(214,220,218)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D674A; }

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

This text font color is #3D674A.


Background Color

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

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

This div background color is #3D674A.


Border color

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

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

This div border color is #3D674A.


Opacity

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

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

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

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

This text has shadow with #3D674A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D674A on black background.


Color preview on white background

This text has color #3D674A on white background.



Black color preview on #3D674A background

This text has black color on #3D674A background.


White color preview on #3D674A background

This text has white color on #3D674A background.