COLOR #3B857D

HEX: #3B857D
RGB: (59,133,125)

Color info

#3B857D contains mainly green and blue colors. Web safe color of #3B857D is #339966 (or #396).

RGB color model

#3B857D color RGB value is (59,133,125).

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

RGB channels and saturation

R 59 of 255 = 23%
G 133 of 255 = 52%
B 125 of 255 = 49%

59
133
125

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

Portions of RGB colors in percentages

R + G + B =
59 + 133 + 125 = 317 (100%)
R 59 of 317 ~ 18.61%
G 133 of 317 ~ 41.96%
B 125 of 317 ~ 39.43%

%18.61
%41.96
%39.43

CMYK color model

#3B857D color CMYK value is (56,0,6,48).

  • cyan value is 55.64%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(56,0,6,48)
C56M0Y6K48 
(56%,0%,6%,48%)
(0.56/0.00/0.06/0.48)	

CMYK percentages

%55.64
%0
%6.02
%47.84

Codes

Color #3B857D in popluar color models

3B857D
RGB59133125
HSL174°38.54%37.65%
HSB/HSV174°55.64%52.16%
CMYK55.64%0.00%6.02%
47.84%

Color #3B857D in popluar number systems.

HEX3B857D
Decimal59133125
Binary111011100001011111101
Octal73205175

Shades and tints

Shades of #3B857D

#3B857D
(59,133,125)
#367972
(54,121,114)
#316D67
(49,109,103)
#2C615C
(44,97,92)
#275551
(39,85,81)
#224946
(34,73,70)
#1D3D3B
(29,61,59)
#183130
(24,49,48)
#132525
(19,37,37)
#0E191A
(14,25,26)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #3B857D

#3B857D
(59,133,125)
#4C9088
(76,144,136)
#5D9B93
(93,155,147)
#6EA69E
(110,166,158)
#7FB1A9
(127,177,169)
#90BCB4
(144,188,180)
#A1C7BF
(161,199,191)
#B2D2CA
(178,210,202)
#C3DDD5
(195,221,213)
#D4E8E0
(212,232,224)
#E5F3EB
(229,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B857D; }

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

This text font color is #3B857D.


Background Color

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

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

This div background color is #3B857D.


Border color

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

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

This div border color is #3B857D.


Opacity

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

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

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

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

This text has shadow with #3B857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B857D on black background.


Color preview on white background

This text has color #3B857D on white background.



Black color preview on #3B857D background

This text has black color on #3B857D background.


White color preview on #3B857D background

This text has white color on #3B857D background.