COLOR #3B4F2A

HEX: #3B4F2A RGB: (59,79,42)

Color info

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

RGB color model

#3B4F2A color RGB value is (59,79,42).

RGB: (59,79,42) (23%, 31%, 16%)

RGB channels and saturation

R 59 of 255 = 23%
G 79 of 255 = 31%
B 42 of 255 = 16%

59
79
42

R + G + B ~ 23%. #3B4F2A is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 79 + 42 = 180 (100%)
R 59 of 180 ~ 32.78%
G 79 of 180 ~ 43.89%
B 42 of 180 ~ 23.33'%

%32.78
%43.89
%23.33

CMYK color model

#3B4F2A color CMYK value is (25,0,47,69).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 46.84%
  • key color value is 69.02%

CMYK: (25,0,47,69)
C25M0Y47K69 (25%, 0%, 47%, 69%)
(0.25 / 0.00 / 0.47 / 0.69)

CMYK percentages

%25.32
%0
%46.84
%69.02

Codes

Color #3B4F2A in popluar color models

3B 4F 2A
RGB 59 79 42
HSL 92° 30.58% 23.73%
HSB/HSV 92° 46.84% 30.98%
CMYK 25.32% 0.00% 46.84%
69.02%

Color #3B4F2A in popluar number systems.

HEX 3B 4F 2A
Decimal 59 79 42
Binary 111011 1001111 101010
Octal 73 117 52

Shades and tints

Shades of #3B4F2A

#3B4F2A
(59,79,42)
#364827
(54,72,39)
#314124
(49,65,36)
#2C3A21
(44,58,33)
#27331E
(39,51,30)
#222C1B
(34,44,27)
#1D2518
(29,37,24)
#181E15
(24,30,21)
#131712
(19,23,18)
#0E100F
(14,16,15)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #3B4F2A

#3B4F2A
(59,79,42)
#4C5F3D
(76,95,61)
#5D6F50
(93,111,80)
#6E7F63
(110,127,99)
#7F8F76
(127,143,118)
#909F89
(144,159,137)
#A1AF9C
(161,175,156)
#B2BFAF
(178,191,175)
#C3CFC2
(195,207,194)
#D4DFD5
(212,223,213)
#E5EFE8
(229,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4F2A color. Also use rgb(59,79,42) instead hex code.

Text Font Color

.myTextColor { color: #3B4F2A; }

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

This text font color is #3B4F2A.

Background Color

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

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

This div background color is #3B4F2A.

Border color

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

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

This div border color is #3B4F2A.

Opacity

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

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

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

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

This text has shadow with #3B4F2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4F2A.

Preview

Color preview on black background

This text has color #3B4F2A on black background.


Color preview on white background

This text has color #3B4F2A on white background.


Black color preview on #3B4F2A background

This text has black color on #3B4F2A background.


White color preview on #3B4F2A background

This text has white color on #3B4F2A background.


Related colors

Complementary color

Complementary color for #hex is #C4B0D5.


I love getcolorcode.com

Triadic colors

1 #2A3B4F and #4F2A3B with #3B4F2A are triadic colors.

2 #2A4F3B and #4F3B2A with #3B4F2A are triadic colors.