COLOR #3D7467

HEX: #3D7467
RGB: (61,116,103)

Color info

#3D7467 contains red, green and blue colors in about the same proportion. Web safe color of #3D7467 is #336666 (or #366).

RGB color model

#3D7467 color RGB value is (61,116,103).

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

RGB channels and saturation

R 61 of 255 = 24%
G 116 of 255 = 45%
B 103 of 255 = 40%

61
116
103

R + G + B ~ 36%. #3D7467 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 116 + 103 = 280 (100%)
R 61 of 280 ~ 21.79%
G 116 of 280 ~ 41.43%
B 103 of 280 ~ 36.79%

%21.79
%41.43
%36.79

CMYK color model

#3D7467 color CMYK value is (47,0,11,55).

  • cyan value is 47.41%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(47,0,11,55)
C47M0Y11K55 
(47%,0%,11%,55%)
(0.47/0.00/0.11/0.55)	

CMYK percentages

%47.41
%0
%11.21
%54.51

Codes

Color #3D7467 in popluar color models

3D7467
RGB61116103
HSL166°31.07%34.71%
HSB/HSV166°47.41%45.49%
CMYK47.41%0.00%11.21%
54.51%

Color #3D7467 in popluar number systems.

HEX3D7467
Decimal61116103
Binary11110111101001100111
Octal75164147

Shades and tints

Shades of #3D7467

#3D7467
(61,116,103)
#386A5E
(56,106,94)
#336055
(51,96,85)
#2E564C
(46,86,76)
#294C43
(41,76,67)
#24423A
(36,66,58)
#1F3831
(31,56,49)
#1A2E28
(26,46,40)
#15241F
(21,36,31)
#101A16
(16,26,22)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #3D7467

#3D7467
(61,116,103)
#4E8074
(78,128,116)
#5F8C81
(95,140,129)
#70988E
(112,152,142)
#81A49B
(129,164,155)
#92B0A8
(146,176,168)
#A3BCB5
(163,188,181)
#B4C8C2
(180,200,194)
#C5D4CF
(197,212,207)
#D6E0DC
(214,224,220)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D7467; }

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

This text font color is #3D7467.


Background Color

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

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

This div background color is #3D7467.


Border color

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

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

This div border color is #3D7467.


Opacity

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

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

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

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

This text has shadow with #3D7467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7467 on black background.


Color preview on white background

This text has color #3D7467 on white background.



Black color preview on #3D7467 background

This text has black color on #3D7467 background.


White color preview on #3D7467 background

This text has white color on #3D7467 background.