COLOR #3D7969

HEX: #3D7969
RGB: (61,121,105)

Color info

#3D7969 contains mainly green and blue colors. Web safe color of #3D7969 is #336666 (or #366).

RGB color model

#3D7969 color RGB value is (61,121,105).

  • red value is 61;
  • green value is 121;
  • blue value is 105.
RGB:
(61,121,105)
(24%,47%,41%)

RGB channels and saturation

R 61 of 255 = 24%
G 121 of 255 = 47%
B 105 of 255 = 41%

61
121
105

R + G + B ~ 37%. #3D7969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 121 + 105 = 287 (100%)
R 61 of 287 ~ 21.25%
G 121 of 287 ~ 42.16%
B 105 of 287 ~ 36.59%

%21.25
%42.16
%36.59

CMYK color model

#3D7969 color CMYK value is (50,0,13,53).

  • cyan value is 49.59%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(50,0,13,53)
C50M0Y13K53 
(50%,0%,13%,53%)
(0.50/0.00/0.13/0.53)	

CMYK percentages

%49.59
%0
%13.22
%52.55

Codes

Color #3D7969 in popluar color models

3D7969
RGB61121105
HSL164°32.97%35.69%
HSB/HSV164°49.59%47.45%
CMYK49.59%0.00%13.22%
52.55%

Color #3D7969 in popluar number systems.

HEX3D7969
Decimal61121105
Binary11110111110011101001
Octal75171151

Shades and tints

Shades of #3D7969

#3D7969
(61,121,105)
#386E60
(56,110,96)
#336357
(51,99,87)
#2E584E
(46,88,78)
#294D45
(41,77,69)
#24423C
(36,66,60)
#1F3733
(31,55,51)
#1A2C2A
(26,44,42)
#152121
(21,33,33)
#101618
(16,22,24)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #3D7969

#3D7969
(61,121,105)
#4E8576
(78,133,118)
#5F9183
(95,145,131)
#709D90
(112,157,144)
#81A99D
(129,169,157)
#92B5AA
(146,181,170)
#A3C1B7
(163,193,183)
#B4CDC4
(180,205,196)
#C5D9D1
(197,217,209)
#D6E5DE
(214,229,222)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7969 color. Also use rgb(61,121,105) instead hex code.

Text Font Color

.myTextColor { color: #3D7969; }

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

This text font color is #3D7969.


Background Color

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

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

This div background color is #3D7969.


Border color

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

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

This div border color is #3D7969.


Opacity

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

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

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

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

This text has shadow with #3D7969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7969 on black background.


Color preview on white background

This text has color #3D7969 on white background.



Black color preview on #3D7969 background

This text has black color on #3D7969 background.


White color preview on #3D7969 background

This text has white color on #3D7969 background.