COLOR #3785A3

HEX: #3785A3
RGB: (55,133,163)

Color info

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

RGB color model

#3785A3 color RGB value is (55,133,163).

  • red value is 55;
  • green value is 133;
  • blue value is 163.
RGB:
(55,133,163)
(22%,52%,64%)

RGB channels and saturation

R 55 of 255 = 22%
G 133 of 255 = 52%
B 163 of 255 = 64%

55
133
163

R + G + B ~ 46%. #3785A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 133 + 163 = 351 (100%)
R 55 of 351 ~ 15.67%
G 133 of 351 ~ 37.89%
B 163 of 351 ~ 46.44%

%15.67
%37.89
%46.44

CMYK color model

#3785A3 color CMYK value is (66,18,0,36).

  • cyan value is 66.26%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(66,18,0,36)
C66M18Y0K36 
(66%,18%,0%,36%)
(0.66/0.18/0.00/0.36)	

CMYK percentages

%66.26
%18.4
%0
%36.08

Codes

Color #3785A3 in popluar color models

3785A3
RGB55133163
HSL197°49.54%42.75%
HSB/HSV197°66.26%63.92%
CMYK66.26%18.40%0.00%
36.08%

Color #3785A3 in popluar number systems.

HEX3785A3
Decimal55133163
Binary1101111000010110100011
Octal67205243

Shades and tints

Shades of #3785A3

#3785A3
(55,133,163)
#327995
(50,121,149)
#2D6D87
(45,109,135)
#286179
(40,97,121)
#23556B
(35,85,107)
#1E495D
(30,73,93)
#193D4F
(25,61,79)
#143141
(20,49,65)
#0F2533
(15,37,51)
#0A1925
(10,25,37)
#050D17
(5,13,23)
#000000
(0,0,0)

Tints of #3785A3

#3785A3
(55,133,163)
#4990AB
(73,144,171)
#5B9BB3
(91,155,179)
#6DA6BB
(109,166,187)
#7FB1C3
(127,177,195)
#91BCCB
(145,188,203)
#A3C7D3
(163,199,211)
#B5D2DB
(181,210,219)
#C7DDE3
(199,221,227)
#D9E8EB
(217,232,235)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3785A3 color. Also use rgb(55,133,163) instead hex code.

Text Font Color

.myTextColor { color: #3785A3; }

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

This text font color is #3785A3.


Background Color

.myBgColor { background-color: #3785A3; }

<div style="background-color:#3785A3">Inner text</div>

This div background color is #3785A3.


Border color

.myBorderColor { border: 1px solid #3785A3; }

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

This div border color is #3785A3.


Opacity

.myOpacity80 { color: #3785A3; opacity: 0.8; }

<p style="color:#3785A3;opacity:0.8;">80%</p>

Text with #3785A3 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 #3785A3;}

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

This text has shadow with #3785A3 color.

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

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

This text has shadow with #3785A3 primary color and red secondary color.


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

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

This text has shadow with #3785A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3785A3 on black background.


Color preview on white background

This text has color #3785A3 on white background.



Black color preview on #3785A3 background

This text has black color on #3785A3 background.


White color preview on #3785A3 background

This text has white color on #3785A3 background.