COLOR #3B6341

HEX: #3B6341 RGB: (59,99,65)

Color info

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

RGB color model

#3B6341 color RGB value is (59,99,65).

RGB: (59,99,65) (23%, 39%, 25%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 65 of 255 = 25%

59
99
65

R + G + B ~ 29%. #3B6341 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 99 + 65 = 223 (100%)
R 59 of 223 ~ 26.46%
G 99 of 223 ~ 44.39%
B 65 of 223 ~ 29.15'%

%26.46
%44.39
%29.15

CMYK color model

#3B6341 color CMYK value is (40,0,34,61).

  • cyan value is 40.40%
  • magenta value is 0.00%
  • yellow value is 34.34%
  • key color value is 61.18%

CMYK: (40,0,34,61)
C40M0Y34K61 (40%, 0%, 34%, 61%)
(0.40 / 0.00 / 0.34 / 0.61)

CMYK percentages

%40.4
%0
%34.34
%61.18

Codes

Color #3B6341 in popluar color models

3B 63 41
RGB 59 99 65
HSL 129° 25.32% 30.98%
HSB/HSV 129° 40.40% 38.82%
CMYK 40.40% 0.00% 34.34%
61.18%

Color #3B6341 in popluar number systems.

HEX 3B 63 41
Decimal 59 99 65
Binary 111011 1100011 1000001
Octal 73 143 101

Shades and tints

Shades of #3B6341

#3B6341
(59,99,65)
#365A3C
(54,90,60)
#315137
(49,81,55)
#2C4832
(44,72,50)
#273F2D
(39,63,45)
#223628
(34,54,40)
#1D2D23
(29,45,35)
#18241E
(24,36,30)
#131B19
(19,27,25)
#0E1214
(14,18,20)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #3B6341

#3B6341
(59,99,65)
#4C7152
(76,113,82)
#5D7F63
(93,127,99)
#6E8D74
(110,141,116)
#7F9B85
(127,155,133)
#90A996
(144,169,150)
#A1B7A7
(161,183,167)
#B2C5B8
(178,197,184)
#C3D3C9
(195,211,201)
#D4E1DA
(212,225,218)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6341 color. Also use rgb(59,99,65) instead hex code.

Text Font Color

.myTextColor { color: #3B6341; }

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

This text font color is #3B6341.

Background Color

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

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

This div background color is #3B6341.

Border color

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

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

This div border color is #3B6341.

Opacity

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

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

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

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

This text has shadow with #3B6341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6341.

Preview

Color preview on black background

This text has color #3B6341 on black background.


Color preview on white background

This text has color #3B6341 on white background.


Black color preview on #3B6341 background

This text has black color on #3B6341 background.


White color preview on #3B6341 background

This text has white color on #3B6341 background.


Related colors

Complementary color

Complementary color for #hex is #C49CBE.


I love getcolorcode.com

Triadic colors

1 #413B63 and #63413B with #3B6341 are triadic colors.

2 #41633B and #633B41 with #3B6341 are triadic colors.