COLOR #3B775C

HEX: #3B775C RGB: (59,119,92)

Color info

#3B775C contains mainly green and blue colors. Web safe color of #3B775C is #336666 (or #366).

RGB color model

#3B775C color RGB value is (59,119,92).

RGB: (59,119,92) (23%, 47%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 119 of 255 = 47%
B 92 of 255 = 36%

59
119
92

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

Portions of RGB colors in percentages

R + G + B = 59 + 119 + 92 = 270 (100%)
R 59 of 270 ~ 21.85%
G 119 of 270 ~ 44.07%
B 92 of 270 ~ 34.07'%

%21.85
%44.07
%34.07

CMYK color model

#3B775C color CMYK value is (50,0,23,53).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 53.33%

CMYK: (50,0,23,53)
C50M0Y23K53 (50%, 0%, 23%, 53%)
(0.50 / 0.00 / 0.23 / 0.53)

CMYK percentages

%50.42
%0
%22.69
%53.33

Codes

Color #3B775C in popluar color models

3B 77 5C
RGB 59 119 92
HSL 153° 33.71% 34.90%
HSB/HSV 153° 50.42% 46.67%
CMYK 50.42% 0.00% 22.69%
53.33%

Color #3B775C in popluar number systems.

HEX 3B 77 5C
Decimal 59 119 92
Binary 111011 1110111 1011100
Octal 73 167 134

Shades and tints

Shades of #3B775C

#3B775C
(59,119,92)
#366D54
(54,109,84)
#31634C
(49,99,76)
#2C5944
(44,89,68)
#274F3C
(39,79,60)
#224534
(34,69,52)
#1D3B2C
(29,59,44)
#183124
(24,49,36)
#13271C
(19,39,28)
#0E1D14
(14,29,20)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #3B775C

#3B775C
(59,119,92)
#4C836A
(76,131,106)
#5D8F78
(93,143,120)
#6E9B86
(110,155,134)
#7FA794
(127,167,148)
#90B3A2
(144,179,162)
#A1BFB0
(161,191,176)
#B2CBBE
(178,203,190)
#C3D7CC
(195,215,204)
#D4E3DA
(212,227,218)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B775C color. Also use rgb(59,119,92) instead hex code.

Text Font Color

.myTextColor { color: #3B775C; }

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

This text font color is #3B775C.

Background Color

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

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

This div background color is #3B775C.

Border color

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

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

This div border color is #3B775C.

Opacity

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

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

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

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

This text has shadow with #3B775C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B775C.

Preview

Color preview on black background

This text has color #3B775C on black background.


Color preview on white background

This text has color #3B775C on white background.


Black color preview on #3B775C background

This text has black color on #3B775C background.


White color preview on #3B775C background

This text has white color on #3B775C background.


Related colors

Complementary color

Complementary color for #hex is #C488A3.


I love getcolorcode.com

Triadic colors

1 #5C3B77 and #775C3B with #3B775C are triadic colors.

2 #5C773B and #773B5C with #3B775C are triadic colors.