COLOR #3B6129

HEX: #3B6129 RGB: (59,97,41)

Color info

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

RGB color model

#3B6129 color RGB value is (59,97,41).

RGB: (59,97,41) (23%, 38%, 16%)

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 41 of 255 = 16%

59
97
41

R + G + B ~ 26%. #3B6129 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 97 + 41 = 197 (100%)
R 59 of 197 ~ 29.95%
G 97 of 197 ~ 49.24%
B 41 of 197 ~ 20.81'%

%29.95
%49.24
%20.81

CMYK color model

#3B6129 color CMYK value is (39,0,58,62).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 57.73%
  • key color value is 61.96%

CMYK: (39,0,58,62)
C39M0Y58K62 (39%, 0%, 58%, 62%)
(0.39 / 0.00 / 0.58 / 0.62)

CMYK percentages

%39.18
%0
%57.73
%61.96

Codes

Color #3B6129 in popluar color models

3B 61 29
RGB 59 97 41
HSL 101° 40.58% 27.06%
HSB/HSV 101° 57.73% 38.04%
CMYK 39.18% 0.00% 57.73%
61.96%

Color #3B6129 in popluar number systems.

HEX 3B 61 29
Decimal 59 97 41
Binary 111011 1100001 101001
Octal 73 141 51

Shades and tints

Shades of #3B6129

#3B6129
(59,97,41)
#365926
(54,89,38)
#315123
(49,81,35)
#2C4920
(44,73,32)
#27411D
(39,65,29)
#22391A
(34,57,26)
#1D3117
(29,49,23)
#182914
(24,41,20)
#132111
(19,33,17)
#0E190E
(14,25,14)
#09110B
(9,17,11)
#000000
(0,0,0)

Tints of #3B6129

#3B6129
(59,97,41)
#4C6F3C
(76,111,60)
#5D7D4F
(93,125,79)
#6E8B62
(110,139,98)
#7F9975
(127,153,117)
#90A788
(144,167,136)
#A1B59B
(161,181,155)
#B2C3AE
(178,195,174)
#C3D1C1
(195,209,193)
#D4DFD4
(212,223,212)
#E5EDE7
(229,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6129 color. Also use rgb(59,97,41) instead hex code.

Text Font Color

.myTextColor { color: #3B6129; }

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

This text font color is #3B6129.

Background Color

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

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

This div background color is #3B6129.

Border color

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

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

This div border color is #3B6129.

Opacity

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

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

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

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

This text has shadow with #3B6129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6129.

Preview

Color preview on black background

This text has color #3B6129 on black background.


Color preview on white background

This text has color #3B6129 on white background.


Black color preview on #3B6129 background

This text has black color on #3B6129 background.


White color preview on #3B6129 background

This text has white color on #3B6129 background.


Related colors

Complementary color

Complementary color for #hex is #C49ED6.


I love getcolorcode.com

Triadic colors

1 #293B61 and #61293B with #3B6129 are triadic colors.

2 #29613B and #613B29 with #3B6129 are triadic colors.