COLOR #3B765D

HEX: #3B765D
RGB: (59,118,93)

Color info

#3B765D contains red, green and blue colors in about the same proportion. Web safe color of #3B765D is #336666 (or #366).

RGB color model

#3B765D color RGB value is (59,118,93).

  • red value is 59;
  • green value is 118;
  • blue value is 93.
RGB:
(59,118,93)
(23%,46%,36%)

RGB channels and saturation

R 59 of 255 = 23%
G 118 of 255 = 46%
B 93 of 255 = 36%

59
118
93

R + G + B ~ 35%. #3B765D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 118 + 93 = 270 (100%)
R 59 of 270 ~ 21.85%
G 118 of 270 ~ 43.7%
B 93 of 270 ~ 34.44%

%21.85
%43.7
%34.44

CMYK color model

#3B765D color CMYK value is (50,0,21,54).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 21.19%
  • key color value is 53.73%
CMYK:
(50,0,21,54)
C50M0Y21K54 
(50%,0%,21%,54%)
(0.50/0.00/0.21/0.54)	

CMYK percentages

%50
%0
%21.19
%53.73

Codes

Color #3B765D in popluar color models

3B765D
RGB5911893
HSL155°33.33%34.71%
HSB/HSV155°50.00%46.27%
CMYK50.00%0.00%21.19%
53.73%

Color #3B765D in popluar number systems.

HEX3B765D
Decimal5911893
Binary11101111101101011101
Octal73166135

Shades and tints

Shades of #3B765D

#3B765D
(59,118,93)
#366C55
(54,108,85)
#31624D
(49,98,77)
#2C5845
(44,88,69)
#274E3D
(39,78,61)
#224435
(34,68,53)
#1D3A2D
(29,58,45)
#183025
(24,48,37)
#13261D
(19,38,29)
#0E1C15
(14,28,21)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #3B765D

#3B765D
(59,118,93)
#4C826B
(76,130,107)
#5D8E79
(93,142,121)
#6E9A87
(110,154,135)
#7FA695
(127,166,149)
#90B2A3
(144,178,163)
#A1BEB1
(161,190,177)
#B2CABF
(178,202,191)
#C3D6CD
(195,214,205)
#D4E2DB
(212,226,219)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B765D color. Also use rgb(59,118,93) instead hex code.

Text Font Color

.myTextColor { color: #3B765D; }

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

This text font color is #3B765D.


Background Color

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

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

This div background color is #3B765D.


Border color

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

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

This div border color is #3B765D.


Opacity

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

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

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

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

This text has shadow with #3B765D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B765D on black background.


Color preview on white background

This text has color #3B765D on white background.



Black color preview on #3B765D background

This text has black color on #3B765D background.


White color preview on #3B765D background

This text has white color on #3B765D background.