COLOR #3B6121

HEX: #3B6121 RGB: (59,97,33)

Color info

#3B6121 contains mainly red and green colors. Web safe color of #3B6121 is #336633 (or #363).

RGB color model

#3B6121 color RGB value is (59,97,33).

RGB: (59,97,33) (23%, 38%, 13%)

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 33 of 255 = 13%

59
97
33

R + G + B ~ 25%. #3B6121 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 97 + 33 = 189 (100%)
R 59 of 189 ~ 31.22%
G 97 of 189 ~ 51.32%
B 33 of 189 ~ 17.46'%

%31.22
%51.32
%17.46

CMYK color model

#3B6121 color CMYK value is (39,0,66,62).

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

CMYK: (39,0,66,62)
C39M0Y66K62 (39%, 0%, 66%, 62%)
(0.39 / 0.00 / 0.66 / 0.62)

CMYK percentages

%39.18
%0
%65.98
%61.96

Codes

Color #3B6121 in popluar color models

3B 61 21
RGB 59 97 33
HSL 96° 49.23% 25.49%
HSB/HSV 96° 65.98% 38.04%
CMYK 39.18% 0.00% 65.98%
61.96%

Color #3B6121 in popluar number systems.

HEX 3B 61 21
Decimal 59 97 33
Binary 111011 1100001 100001
Octal 73 141 41

Shades and tints

Shades of #3B6121

#3B6121
(59,97,33)
#36591E
(54,89,30)
#31511B
(49,81,27)
#2C4918
(44,73,24)
#274115
(39,65,21)
#223912
(34,57,18)
#1D310F
(29,49,15)
#18290C
(24,41,12)
#132109
(19,33,9)
#0E1906
(14,25,6)
#091103
(9,17,3)
#000000
(0,0,0)

Tints of #3B6121

#3B6121
(59,97,33)
#4C6F35
(76,111,53)
#5D7D49
(93,125,73)
#6E8B5D
(110,139,93)
#7F9971
(127,153,113)
#90A785
(144,167,133)
#A1B599
(161,181,153)
#B2C3AD
(178,195,173)
#C3D1C1
(195,209,193)
#D4DFD5
(212,223,213)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6121; }

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

This text font color is #3B6121.

Background Color

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

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

This div background color is #3B6121.

Border color

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

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

This div border color is #3B6121.

Opacity

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

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

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

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

This text has shadow with #3B6121 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6121.

Preview

Color preview on black background

This text has color #3B6121 on black background.


Color preview on white background

This text has color #3B6121 on white background.


Black color preview on #3B6121 background

This text has black color on #3B6121 background.


White color preview on #3B6121 background

This text has white color on #3B6121 background.


Related colors

Complementary color

Complementary color for #hex is #C49EDE.


I love getcolorcode.com

Triadic colors

1 #213B61 and #61213B with #3B6121 are triadic colors.

2 #21613B and #613B21 with #3B6121 are triadic colors.