COLOR #3B665B

HEX: #3B665B
RGB: (59,102,91)

Color info

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

RGB color model

#3B665B color RGB value is (59,102,91).

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

RGB channels and saturation

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

59
102
91

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

Portions of RGB colors in percentages

R + G + B =
59 + 102 + 91 = 252 (100%)
R 59 of 252 ~ 23.41%
G 102 of 252 ~ 40.48%
B 91 of 252 ~ 36.11%

%23.41
%40.48
%36.11

CMYK color model

#3B665B color CMYK value is (42,0,11,60).

  • cyan value is 42.16%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 60.00%
CMYK:
(42,0,11,60)
C42M0Y11K60 
(42%,0%,11%,60%)
(0.42/0.00/0.11/0.60)	

CMYK percentages

%42.16
%0
%10.78
%60

Codes

Color #3B665B in popluar color models

3B665B
RGB5910291
HSL165°26.71%31.57%
HSB/HSV165°42.16%40.00%
CMYK42.16%0.00%10.78%
60.00%

Color #3B665B in popluar number systems.

HEX3B665B
Decimal5910291
Binary11101111001101011011
Octal73146133

Shades and tints

Shades of #3B665B

#3B665B
(59,102,91)
#365D53
(54,93,83)
#31544B
(49,84,75)
#2C4B43
(44,75,67)
#27423B
(39,66,59)
#223933
(34,57,51)
#1D302B
(29,48,43)
#182723
(24,39,35)
#131E1B
(19,30,27)
#0E1513
(14,21,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B665B

#3B665B
(59,102,91)
#4C7369
(76,115,105)
#5D8077
(93,128,119)
#6E8D85
(110,141,133)
#7F9A93
(127,154,147)
#90A7A1
(144,167,161)
#A1B4AF
(161,180,175)
#B2C1BD
(178,193,189)
#C3CECB
(195,206,203)
#D4DBD9
(212,219,217)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B665B; }

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

This text font color is #3B665B.


Background Color

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

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

This div background color is #3B665B.


Border color

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

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

This div border color is #3B665B.


Opacity

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

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

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

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

This text has shadow with #3B665B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B665B on black background.


Color preview on white background

This text has color #3B665B on white background.



Black color preview on #3B665B background

This text has black color on #3B665B background.


White color preview on #3B665B background

This text has white color on #3B665B background.