COLOR #3B665D

HEX: #3B665D
RGB: (59,102,93)

Color info

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

RGB color model

#3B665D color RGB value is (59,102,93).

  • red value is 59;
  • green value is 102;
  • blue value is 93.
RGB:
(59,102,93)
(23%,40%,36%)

RGB channels and saturation

R 59 of 255 = 23%
G 102 of 255 = 40%
B 93 of 255 = 36%

59
102
93

R + G + B ~ 33%. #3B665D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 102 + 93 = 254 (100%)
R 59 of 254 ~ 23.23%
G 102 of 254 ~ 40.16%
B 93 of 254 ~ 36.61%

%23.23
%40.16
%36.61

CMYK color model

#3B665D color CMYK value is (42,0,9,60).

  • cyan value is 42.16%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 60.00%
CMYK:
(42,0,9,60)
C42M0Y9K60 
(42%,0%,9%,60%)
(0.42/0.00/0.09/0.60)	

CMYK percentages

%42.16
%0
%8.82
%60

Codes

Color #3B665D in popluar color models

3B665D
RGB5910293
HSL167°26.71%31.57%
HSB/HSV167°42.16%40.00%
CMYK42.16%0.00%8.82%
60.00%

Color #3B665D in popluar number systems.

HEX3B665D
Decimal5910293
Binary11101111001101011101
Octal73146135

Shades and tints

Shades of #3B665D

#3B665D
(59,102,93)
#365D55
(54,93,85)
#31544D
(49,84,77)
#2C4B45
(44,75,69)
#27423D
(39,66,61)
#223935
(34,57,53)
#1D302D
(29,48,45)
#182725
(24,39,37)
#131E1D
(19,30,29)
#0E1515
(14,21,21)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #3B665D

#3B665D
(59,102,93)
#4C736B
(76,115,107)
#5D8079
(93,128,121)
#6E8D87
(110,141,135)
#7F9A95
(127,154,149)
#90A7A3
(144,167,163)
#A1B4B1
(161,180,177)
#B2C1BF
(178,193,191)
#C3CECD
(195,206,205)
#D4DBDB
(212,219,219)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B665D color. Also use rgb(59,102,93) instead hex code.

Text Font Color

.myTextColor { color: #3B665D; }

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

This text font color is #3B665D.


Background Color

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

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

This div background color is #3B665D.


Border color

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

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

This div border color is #3B665D.


Opacity

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

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

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

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

This text has shadow with #3B665D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B665D on black background.


Color preview on white background

This text has color #3B665D on white background.



Black color preview on #3B665D background

This text has black color on #3B665D background.


White color preview on #3B665D background

This text has white color on #3B665D background.