COLOR #3B7851

HEX: #3B7851 RGB: (59,120,81)

Color info

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

RGB color model

#3B7851 color RGB value is (59,120,81).

RGB: (59,120,81) (23%, 47%, 32%)

RGB channels and saturation

R 59 of 255 = 23%
G 120 of 255 = 47%
B 81 of 255 = 32%

59
120
81

R + G + B ~ 34%. #3B7851 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 120 + 81 = 260 (100%)
R 59 of 260 ~ 22.69%
G 120 of 260 ~ 46.15%
B 81 of 260 ~ 31.15'%

%22.69
%46.15
%31.15

CMYK color model

#3B7851 color CMYK value is (51,0,33,53).

  • cyan value is 50.83%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 52.94%

CMYK: (51,0,33,53)
C51M0Y33K53 (51%, 0%, 33%, 53%)
(0.51 / 0.00 / 0.33 / 0.53)

CMYK percentages

%50.83
%0
%32.5
%52.94

Codes

Color #3B7851 in popluar color models

3B 78 51
RGB 59 120 81
HSL 142° 34.08% 35.10%
HSB/HSV 142° 50.83% 47.06%
CMYK 50.83% 0.00% 32.50%
52.94%

Color #3B7851 in popluar number systems.

HEX 3B 78 51
Decimal 59 120 81
Binary 111011 1111000 1010001
Octal 73 170 121

Shades and tints

Shades of #3B7851

#3B7851
(59,120,81)
#366E4A
(54,110,74)
#316443
(49,100,67)
#2C5A3C
(44,90,60)
#275035
(39,80,53)
#22462E
(34,70,46)
#1D3C27
(29,60,39)
#183220
(24,50,32)
#132819
(19,40,25)
#0E1E12
(14,30,18)
#09140B
(9,20,11)
#000000
(0,0,0)

Tints of #3B7851

#3B7851
(59,120,81)
#4C8460
(76,132,96)
#5D906F
(93,144,111)
#6E9C7E
(110,156,126)
#7FA88D
(127,168,141)
#90B49C
(144,180,156)
#A1C0AB
(161,192,171)
#B2CCBA
(178,204,186)
#C3D8C9
(195,216,201)
#D4E4D8
(212,228,216)
#E5F0E7
(229,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7851 color. Also use rgb(59,120,81) instead hex code.

Text Font Color

.myTextColor { color: #3B7851; }

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

This text font color is #3B7851.

Background Color

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

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

This div background color is #3B7851.

Border color

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

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

This div border color is #3B7851.

Opacity

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

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

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

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

This text has shadow with #3B7851 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7851.

Preview

Color preview on black background

This text has color #3B7851 on black background.


Color preview on white background

This text has color #3B7851 on white background.


Black color preview on #3B7851 background

This text has black color on #3B7851 background.


White color preview on #3B7851 background

This text has white color on #3B7851 background.


Related colors

Complementary color

Complementary color for #hex is #C487AE.


I love getcolorcode.com

Triadic colors

1 #513B78 and #78513B with #3B7851 are triadic colors.

2 #51783B and #783B51 with #3B7851 are triadic colors.