COLOR #3B7C92

HEX: #3B7C92
RGB: (59,124,146)

Color info

#3B7C92 contains mainly green and blue colors. Web safe color of #3B7C92 is #336699 (or #369).

RGB color model

#3B7C92 color RGB value is (59,124,146).

  • red value is 59;
  • green value is 124;
  • blue value is 146.
RGB:
(59,124,146)
(23%,49%,57%)

RGB channels and saturation

R 59 of 255 = 23%
G 124 of 255 = 49%
B 146 of 255 = 57%

59
124
146

R + G + B ~ 43%. #3B7C92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 124 + 146 = 329 (100%)
R 59 of 329 ~ 17.93%
G 124 of 329 ~ 37.69%
B 146 of 329 ~ 44.38%

%17.93
%37.69
%44.38

CMYK color model

#3B7C92 color CMYK value is (60,15,0,43).

  • cyan value is 59.59%
  • magenta value is 15.07%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(60,15,0,43)
C60M15Y0K43 
(60%,15%,0%,43%)
(0.60/0.15/0.00/0.43)	

CMYK percentages

%59.59
%15.07
%0
%42.75

Codes

Color #3B7C92 in popluar color models

3B7C92
RGB59124146
HSL195°42.44%40.20%
HSB/HSV195°59.59%57.25%
CMYK59.59%15.07%0.00%
42.75%

Color #3B7C92 in popluar number systems.

HEX3B7C92
Decimal59124146
Binary111011111110010010010
Octal73174222

Shades and tints

Shades of #3B7C92

#3B7C92
(59,124,146)
#367185
(54,113,133)
#316678
(49,102,120)
#2C5B6B
(44,91,107)
#27505E
(39,80,94)
#224551
(34,69,81)
#1D3A44
(29,58,68)
#182F37
(24,47,55)
#13242A
(19,36,42)
#0E191D
(14,25,29)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #3B7C92

#3B7C92
(59,124,146)
#4C879B
(76,135,155)
#5D92A4
(93,146,164)
#6E9DAD
(110,157,173)
#7FA8B6
(127,168,182)
#90B3BF
(144,179,191)
#A1BEC8
(161,190,200)
#B2C9D1
(178,201,209)
#C3D4DA
(195,212,218)
#D4DFE3
(212,223,227)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7C92 color. Also use rgb(59,124,146) instead hex code.

Text Font Color

.myTextColor { color: #3B7C92; }

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

This text font color is #3B7C92.


Background Color

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

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

This div background color is #3B7C92.


Border color

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

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

This div border color is #3B7C92.


Opacity

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

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

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

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

This text has shadow with #3B7C92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7C92 on black background.


Color preview on white background

This text has color #3B7C92 on white background.



Black color preview on #3B7C92 background

This text has black color on #3B7C92 background.


White color preview on #3B7C92 background

This text has white color on #3B7C92 background.