COLOR #3B7645

HEX: #3B7645 RGB: (59,118,69)

Color info

#3B7645 contains red, green and blue colors in about the same proportion. Web safe color of #3B7645 is #336633 (or #363).

RGB color model

#3B7645 color RGB value is (59,118,69).

RGB: (59,118,69) (23%, 46%, 27%)

RGB channels and saturation

R 59 of 255 = 23%
G 118 of 255 = 46%
B 69 of 255 = 27%

59
118
69

R + G + B ~ 32%. #3B7645 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 118 + 69 = 246 (100%)
R 59 of 246 ~ 23.98%
G 118 of 246 ~ 47.97%
B 69 of 246 ~ 28.05'%

%23.98
%47.97
%28.05

CMYK color model

#3B7645 color CMYK value is (50,0,42,54).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 53.73%

CMYK: (50,0,42,54)
C50M0Y42K54 (50%, 0%, 42%, 54%)
(0.50 / 0.00 / 0.42 / 0.54)

CMYK percentages

%50
%0
%41.53
%53.73

Codes

Color #3B7645 in popluar color models

3B 76 45
RGB 59 118 69
HSL 130° 33.33% 34.71%
HSB/HSV 130° 50.00% 46.27%
CMYK 50.00% 0.00% 41.53%
53.73%

Color #3B7645 in popluar number systems.

HEX 3B 76 45
Decimal 59 118 69
Binary 111011 1110110 1000101
Octal 73 166 105

Shades and tints

Shades of #3B7645

#3B7645
(59,118,69)
#366C3F
(54,108,63)
#316239
(49,98,57)
#2C5833
(44,88,51)
#274E2D
(39,78,45)
#224427
(34,68,39)
#1D3A21
(29,58,33)
#18301B
(24,48,27)
#132615
(19,38,21)
#0E1C0F
(14,28,15)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #3B7645

#3B7645
(59,118,69)
#4C8255
(76,130,85)
#5D8E65
(93,142,101)
#6E9A75
(110,154,117)
#7FA685
(127,166,133)
#90B295
(144,178,149)
#A1BEA5
(161,190,165)
#B2CAB5
(178,202,181)
#C3D6C5
(195,214,197)
#D4E2D5
(212,226,213)
#E5EEE5
(229,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B7645; }

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

This text font color is #3B7645.

Background Color

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

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

This div background color is #3B7645.

Border color

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

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

This div border color is #3B7645.

Opacity

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

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

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

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

This text has shadow with #3B7645 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7645.

Preview

Color preview on black background

This text has color #3B7645 on black background.


Color preview on white background

This text has color #3B7645 on white background.


Black color preview on #3B7645 background

This text has black color on #3B7645 background.


White color preview on #3B7645 background

This text has white color on #3B7645 background.


Related colors

Complementary color

Complementary color for #hex is #C489BA.


I love getcolorcode.com

Triadic colors

1 #453B76 and #76453B with #3B7645 are triadic colors.

2 #45763B and #763B45 with #3B7645 are triadic colors.