COLOR #3792A5

HEX: #3792A5
RGB: (55,146,165)

Color info

#3792A5 contains mainly green and blue colors. Web safe color of #3792A5 is #339999 (or #399).

RGB color model

#3792A5 color RGB value is (55,146,165).

  • red value is 55;
  • green value is 146;
  • blue value is 165.
RGB:
(55,146,165)
(22%,57%,65%)

RGB channels and saturation

R 55 of 255 = 22%
G 146 of 255 = 57%
B 165 of 255 = 65%

55
146
165

R + G + B ~ 48%. #3792A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 146 + 165 = 366 (100%)
R 55 of 366 ~ 15.03%
G 146 of 366 ~ 39.89%
B 165 of 366 ~ 45.08%

%15.03
%39.89
%45.08

CMYK color model

#3792A5 color CMYK value is (67,12,0,35).

  • cyan value is 66.67%
  • magenta value is 11.52%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(67,12,0,35)
C67M12Y0K35 
(67%,12%,0%,35%)
(0.67/0.12/0.00/0.35)	

CMYK percentages

%66.67
%11.52
%0
%35.29

Codes

Color #3792A5 in popluar color models

3792A5
RGB55146165
HSL190°50.00%43.14%
HSB/HSV190°66.67%64.71%
CMYK66.67%11.52%0.00%
35.29%

Color #3792A5 in popluar number systems.

HEX3792A5
Decimal55146165
Binary1101111001001010100101
Octal67222245

Shades and tints

Shades of #3792A5

#3792A5
(55,146,165)
#328596
(50,133,150)
#2D7887
(45,120,135)
#286B78
(40,107,120)
#235E69
(35,94,105)
#1E515A
(30,81,90)
#19444B
(25,68,75)
#14373C
(20,55,60)
#0F2A2D
(15,42,45)
#0A1D1E
(10,29,30)
#05100F
(5,16,15)
#000000
(0,0,0)

Tints of #3792A5

#3792A5
(55,146,165)
#499BAD
(73,155,173)
#5BA4B5
(91,164,181)
#6DADBD
(109,173,189)
#7FB6C5
(127,182,197)
#91BFCD
(145,191,205)
#A3C8D5
(163,200,213)
#B5D1DD
(181,209,221)
#C7DAE5
(199,218,229)
#D9E3ED
(217,227,237)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3792A5 color. Also use rgb(55,146,165) instead hex code.

Text Font Color

.myTextColor { color: #3792A5; }

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

This text font color is #3792A5.


Background Color

.myBgColor { background-color: #3792A5; }

<div style="background-color:#3792A5">Inner text</div>

This div background color is #3792A5.


Border color

.myBorderColor { border: 1px solid #3792A5; }

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

This div border color is #3792A5.


Opacity

.myOpacity80 { color: #3792A5; opacity: 0.8; }

<p style="color:#3792A5;opacity:0.8;">80%</p>

Text with #3792A5 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 #3792A5;}

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

This text has shadow with #3792A5 color.

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

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

This text has shadow with #3792A5 primary color and red secondary color.


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

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

This text has shadow with #3792A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3792A5 on black background.


Color preview on white background

This text has color #3792A5 on white background.



Black color preview on #3792A5 background

This text has black color on #3792A5 background.


White color preview on #3792A5 background

This text has white color on #3792A5 background.