COLOR #3B6E4B

HEX: #3B6E4B RGB: (59,110,75)

Color info

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

RGB color model

#3B6E4B color RGB value is (59,110,75).

RGB: (59,110,75) (23%, 43%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 110 of 255 = 43%
B 75 of 255 = 29%

59
110
75

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

Portions of RGB colors in percentages

R + G + B = 59 + 110 + 75 = 244 (100%)
R 59 of 244 ~ 24.18%
G 110 of 244 ~ 45.08%
B 75 of 244 ~ 30.74'%

%24.18
%45.08
%30.74

CMYK color model

#3B6E4B color CMYK value is (46,0,32,57).

  • cyan value is 46.36%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK: (46,0,32,57) C46M0Y32K57 (46%,0%,32%,57%) (0.46/0.00/0.32/0.57) 

CMYK percentages

%46.36
%0
%31.82
%56.86

Codes

Color #3B6E4B in popluar color models

3B 6E 4B
RGB 59 110 75
HSL 139° 30.18% 33.14%
HSB/HSV 139° 46.36% 43.14%
CMYK 46.36% 0.00% 31.82%
56.86%

Color #3B6E4B in popluar number systems.

HEX 3B 6E 4B
Decimal 59 110 75
Binary 111011 1101110 1001011
Octal 73 156 113

Shades and tints

Shades of #3B6E4B

#3B6E4B
(59,110,75)
#366445
(54,100,69)
#315A3F
(49,90,63)
#2C5039
(44,80,57)
#274633
(39,70,51)
#223C2D
(34,60,45)
#1D3227
(29,50,39)
#182821
(24,40,33)
#131E1B
(19,30,27)
#0E1415
(14,20,21)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #3B6E4B

#3B6E4B
(59,110,75)
#4C7B5B
(76,123,91)
#5D886B
(93,136,107)
#6E957B
(110,149,123)
#7FA28B
(127,162,139)
#90AF9B
(144,175,155)
#A1BCAB
(161,188,171)
#B2C9BB
(178,201,187)
#C3D6CB
(195,214,203)
#D4E3DB
(212,227,219)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6E4B; }

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

This text font color is #3B6E4B.

Background Color

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

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

This div background color is #3B6E4B.

Border color

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

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

This div border color is #3B6E4B.

Opacity

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

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

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

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

This text has shadow with #3B6E4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6E4B.

Preview

Color preview on black background

This text has color #3B6E4B on black background.


Color preview on white background

This text has color #3B6E4B on white background.


Black color preview on #3B6E4B background

This text has black color on #3B6E4B background.


White color preview on #3B6E4B background

This text has white color on #3B6E4B background.


Related colors

Complementary color

Complementary color for #hex is #C491B4.


I love getcolorcode.com

Triadic colors

1 #4B3B6E and #6E4B3B with #3B6E4B are triadic colors.

2 #4B6E3B and #6E3B4B with #3B6E4B are triadic colors.