COLOR #3B7467

HEX: #3B7467
RGB: (59,116,103)

Color info

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

RGB color model

#3B7467 color RGB value is (59,116,103).

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

RGB channels and saturation

R 59 of 255 = 23%
G 116 of 255 = 45%
B 103 of 255 = 40%

59
116
103

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

Portions of RGB colors in percentages

R + G + B =
59 + 116 + 103 = 278 (100%)
R 59 of 278 ~ 21.22%
G 116 of 278 ~ 41.73%
B 103 of 278 ~ 37.05%

%21.22
%41.73
%37.05

CMYK color model

#3B7467 color CMYK value is (49,0,11,55).

  • cyan value is 49.14%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(49,0,11,55)
C49M0Y11K55 
(49%,0%,11%,55%)
(0.49/0.00/0.11/0.55)	

CMYK percentages

%49.14
%0
%11.21
%54.51

Codes

Color #3B7467 in popluar color models

3B7467
RGB59116103
HSL166°32.57%34.31%
HSB/HSV166°49.14%45.49%
CMYK49.14%0.00%11.21%
54.51%

Color #3B7467 in popluar number systems.

HEX3B7467
Decimal59116103
Binary11101111101001100111
Octal73164147

Shades and tints

Shades of #3B7467

#3B7467
(59,116,103)
#366A5E
(54,106,94)
#316055
(49,96,85)
#2C564C
(44,86,76)
#274C43
(39,76,67)
#22423A
(34,66,58)
#1D3831
(29,56,49)
#182E28
(24,46,40)
#13241F
(19,36,31)
#0E1A16
(14,26,22)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #3B7467

#3B7467
(59,116,103)
#4C8074
(76,128,116)
#5D8C81
(93,140,129)
#6E988E
(110,152,142)
#7FA49B
(127,164,155)
#90B0A8
(144,176,168)
#A1BCB5
(161,188,181)
#B2C8C2
(178,200,194)
#C3D4CF
(195,212,207)
#D4E0DC
(212,224,220)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7467; }

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

This text font color is #3B7467.


Background Color

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

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

This div background color is #3B7467.


Border color

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

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

This div border color is #3B7467.


Opacity

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

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

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

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

This text has shadow with #3B7467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7467 on black background.


Color preview on white background

This text has color #3B7467 on white background.



Black color preview on #3B7467 background

This text has black color on #3B7467 background.


White color preview on #3B7467 background

This text has white color on #3B7467 background.