COLOR #3B6E35

HEX: #3B6E35 RGB: (59,110,53)

Color info

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

RGB color model

#3B6E35 color RGB value is (59,110,53).

RGB: (59,110,53) (23%, 43%, 21%)

RGB channels and saturation

R 59 of 255 = 23%
G 110 of 255 = 43%
B 53 of 255 = 21%

59
110
53

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

Portions of RGB colors in percentages

R + G + B = 59 + 110 + 53 = 222 (100%)
R 59 of 222 ~ 26.58%
G 110 of 222 ~ 49.55%
B 53 of 222 ~ 23.87'%

%26.58
%49.55
%23.87

CMYK color model

#3B6E35 color CMYK value is (46,0,52,57).

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 51.82%
  • key color value is 56.86%

CMYK: (46,0,52,57)
C46M0Y52K57 (46%, 0%, 52%, 57%)
(0.46 / 0.00 / 0.52 / 0.57)

CMYK percentages

%46.36
%0
%51.82
%56.86

Codes

Color #3B6E35 in popluar color models

3B 6E 35
RGB 59 110 53
HSL 114° 34.97% 31.96%
HSB/HSV 114° 51.82% 43.14%
CMYK 46.36% 0.00% 51.82%
56.86%

Color #3B6E35 in popluar number systems.

HEX 3B 6E 35
Decimal 59 110 53
Binary 111011 1101110 110101
Octal 73 156 65

Shades and tints

Shades of #3B6E35

#3B6E35
(59,110,53)
#366431
(54,100,49)
#315A2D
(49,90,45)
#2C5029
(44,80,41)
#274625
(39,70,37)
#223C21
(34,60,33)
#1D321D
(29,50,29)
#182819
(24,40,25)
#131E15
(19,30,21)
#0E1411
(14,20,17)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #3B6E35

#3B6E35
(59,110,53)
#4C7B47
(76,123,71)
#5D8859
(93,136,89)
#6E956B
(110,149,107)
#7FA27D
(127,162,125)
#90AF8F
(144,175,143)
#A1BCA1
(161,188,161)
#B2C9B3
(178,201,179)
#C3D6C5
(195,214,197)
#D4E3D7
(212,227,215)
#E5F0E9
(229,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6E35 color. Also use rgb(59,110,53) instead hex code.

Text Font Color

.myTextColor { color: #3B6E35; }

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

This text font color is #3B6E35.

Background Color

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

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

This div background color is #3B6E35.

Border color

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

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

This div border color is #3B6E35.

Opacity

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

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

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

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

This text has shadow with #3B6E35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6E35.

Preview

Color preview on black background

This text has color #3B6E35 on black background.


Color preview on white background

This text has color #3B6E35 on white background.


Black color preview on #3B6E35 background

This text has black color on #3B6E35 background.


White color preview on #3B6E35 background

This text has white color on #3B6E35 background.


Related colors

Complementary color

Complementary color for #hex is #C491CA.


I love getcolorcode.com

Triadic colors

1 #353B6E and #6E353B with #3B6E35 are triadic colors.

2 #356E3B and #6E3B35 with #3B6E35 are triadic colors.