COLOR #3B6C7D

HEX: #3B6C7D
RGB: (59,108,125)

Color info

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

RGB color model

#3B6C7D color RGB value is (59,108,125).

  • red value is 59;
  • green value is 108;
  • blue value is 125.
RGB:
(59,108,125)
(23%,42%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 108 of 255 = 42%
B 125 of 255 = 49%

59
108
125

R + G + B ~ 38%. #3B6C7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 108 + 125 = 292 (100%)
R 59 of 292 ~ 20.21%
G 108 of 292 ~ 36.99%
B 125 of 292 ~ 42.81%

%20.21
%36.99
%42.81

CMYK color model

#3B6C7D color CMYK value is (53,14,0,51).

  • cyan value is 52.80%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(53,14,0,51)
C53M14Y0K51 
(53%,14%,0%,51%)
(0.53/0.14/0.00/0.51)	

CMYK percentages

%52.8
%13.6
%0
%50.98

Codes

Color #3B6C7D in popluar color models

3B6C7D
RGB59108125
HSL195°35.87%36.08%
HSB/HSV195°52.80%49.02%
CMYK52.80%13.60%0.00%
50.98%

Color #3B6C7D in popluar number systems.

HEX3B6C7D
Decimal59108125
Binary11101111011001111101
Octal73154175

Shades and tints

Shades of #3B6C7D

#3B6C7D
(59,108,125)
#366372
(54,99,114)
#315A67
(49,90,103)
#2C515C
(44,81,92)
#274851
(39,72,81)
#223F46
(34,63,70)
#1D363B
(29,54,59)
#182D30
(24,45,48)
#132425
(19,36,37)
#0E1B1A
(14,27,26)
#09120F
(9,18,15)
#000000
(0,0,0)

Tints of #3B6C7D

#3B6C7D
(59,108,125)
#4C7988
(76,121,136)
#5D8693
(93,134,147)
#6E939E
(110,147,158)
#7FA0A9
(127,160,169)
#90ADB4
(144,173,180)
#A1BABF
(161,186,191)
#B2C7CA
(178,199,202)
#C3D4D5
(195,212,213)
#D4E1E0
(212,225,224)
#E5EEEB
(229,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6C7D color. Also use rgb(59,108,125) instead hex code.

Text Font Color

.myTextColor { color: #3B6C7D; }

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

This text font color is #3B6C7D.


Background Color

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

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

This div background color is #3B6C7D.


Border color

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

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

This div border color is #3B6C7D.


Opacity

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

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

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

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

This text has shadow with #3B6C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6C7D on black background.


Color preview on white background

This text has color #3B6C7D on white background.



Black color preview on #3B6C7D background

This text has black color on #3B6C7D background.


White color preview on #3B6C7D background

This text has white color on #3B6C7D background.