COLOR #3B6330

HEX: #3B6330 RGB: (59,99,48)

Color info

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

RGB color model

#3B6330 color RGB value is (59,99,48).

RGB: (59,99,48) (23%, 39%, 19%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 48 of 255 = 19%

59
99
48

R + G + B ~ 27%. #3B6330 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 99 + 48 = 206 (100%)
R 59 of 206 ~ 28.64%
G 99 of 206 ~ 48.06%
B 48 of 206 ~ 23.3'%

%28.64
%48.06
%23.3

CMYK color model

#3B6330 color CMYK value is (40,0,52,61).

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

CMYK: (40,0,52,61)
C40M0Y52K61 (40%, 0%, 52%, 61%)
(0.40 / 0.00 / 0.52 / 0.61)

CMYK percentages

%40.4
%0
%51.52
%61.18

Codes

Color #3B6330 in popluar color models

3B 63 30
RGB 59 99 48
HSL 107° 34.69% 28.82%
HSB/HSV 107° 51.52% 38.82%
CMYK 40.40% 0.00% 51.52%
61.18%

Color #3B6330 in popluar number systems.

HEX 3B 63 30
Decimal 59 99 48
Binary 111011 1100011 110000
Octal 73 143 60

Shades and tints

Shades of #3B6330

#3B6330
(59,99,48)
#365A2C
(54,90,44)
#315128
(49,81,40)
#2C4824
(44,72,36)
#273F20
(39,63,32)
#22361C
(34,54,28)
#1D2D18
(29,45,24)
#182414
(24,36,20)
#131B10
(19,27,16)
#0E120C
(14,18,12)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #3B6330

#3B6330
(59,99,48)
#4C7142
(76,113,66)
#5D7F54
(93,127,84)
#6E8D66
(110,141,102)
#7F9B78
(127,155,120)
#90A98A
(144,169,138)
#A1B79C
(161,183,156)
#B2C5AE
(178,197,174)
#C3D3C0
(195,211,192)
#D4E1D2
(212,225,210)
#E5EFE4
(229,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6330; }

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

This text font color is #3B6330.

Background Color

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

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

This div background color is #3B6330.

Border color

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

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

This div border color is #3B6330.

Opacity

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

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

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

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

This text has shadow with #3B6330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6330.

Preview

Color preview on black background

This text has color #3B6330 on black background.


Color preview on white background

This text has color #3B6330 on white background.


Black color preview on #3B6330 background

This text has black color on #3B6330 background.


White color preview on #3B6330 background

This text has white color on #3B6330 background.


Related colors

Complementary color

Complementary color for #hex is #C49CCF.


I love getcolorcode.com

Triadic colors

1 #303B63 and #63303B with #3B6330 are triadic colors.

2 #30633B and #633B30 with #3B6330 are triadic colors.