COLOR #3B775D

HEX: #3B775D RGB: (59,119,93)

Color info

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

RGB color model

#3B775D color RGB value is (59,119,93).

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

RGB channels and saturation

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

59
119
93

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

Portions of RGB colors in percentages

R + G + B = 59 + 119 + 93 = 271 (100%)
R 59 of 271 ~ 21.77%
G 119 of 271 ~ 43.91%
B 93 of 271 ~ 34.32'%

%21.77
%43.91
%34.32

CMYK color model

#3B775D color CMYK value is (50,0,22,53).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK: (50,0,22,53) C50M0Y22K53 (50%,0%,22%,53%) (0.50/0.00/0.22/0.53) 

CMYK percentages

%50.42
%0
%21.85
%53.33

Codes

Color #3B775D in popluar color models

3B 77 5D
RGB 59 119 93
HSL 154° 33.71% 34.90%
HSB/HSV 154° 50.42% 46.67%
CMYK 50.42% 0.00% 21.85%
53.33%

Color #3B775D in popluar number systems.

HEX 3B 77 5D
Decimal 59 119 93
Binary 111011 1110111 1011101
Octal 73 167 135

Shades and tints

Shades of #3B775D

#3B775D
(59,119,93)
#366D55
(54,109,85)
#31634D
(49,99,77)
#2C5945
(44,89,69)
#274F3D
(39,79,61)
#224535
(34,69,53)
#1D3B2D
(29,59,45)
#183125
(24,49,37)
#13271D
(19,39,29)
#0E1D15
(14,29,21)
#09130D
(9,19,13)
#000000
(0,0,0)

Tints of #3B775D

#3B775D
(59,119,93)
#4C836B
(76,131,107)
#5D8F79
(93,143,121)
#6E9B87
(110,155,135)
#7FA795
(127,167,149)
#90B3A3
(144,179,163)
#A1BFB1
(161,191,177)
#B2CBBF
(178,203,191)
#C3D7CD
(195,215,205)
#D4E3DB
(212,227,219)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B775D; }

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

This text font color is #3B775D.

Background Color

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

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

This div background color is #3B775D.

Border color

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

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

This div border color is #3B775D.

Opacity

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

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

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

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

This text has shadow with #3B775D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B775D.

Preview

Color preview on black background

This text has color #3B775D on black background.


Color preview on white background

This text has color #3B775D on white background.


Black color preview on #3B775D background

This text has black color on #3B775D background.


White color preview on #3B775D background

This text has white color on #3B775D background.


Related colors

Complementary color

Complementary color for #hex is #C488A2.


I love getcolorcode.com

Triadic colors

1 #5D3B77 and #775D3B with #3B775D are triadic colors.

2 #5D773B and #773B5D with #3B775D are triadic colors.