COLOR #3B7C2D

HEX: #3B7C2D RGB: (59,124,45)

Color info

#3B7C2D contains mainly green color. Web safe color of #3B7C2D is #336633 (or #363).

RGB color model

#3B7C2D color RGB value is (59,124,45).

RGB: (59,124,45) (23%, 49%, 18%)

RGB channels and saturation

R 59 of 255 = 23%
G 124 of 255 = 49%
B 45 of 255 = 18%

59
124
45

R + G + B ~ 30%. #3B7C2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 124 + 45 = 228 (100%)
R 59 of 228 ~ 25.88%
G 124 of 228 ~ 54.39%
B 45 of 228 ~ 19.74'%

%25.88
%54.39
%19.74

CMYK color model

#3B7C2D color CMYK value is (52,0,64,51).

  • cyan value is 52.42%
  • magenta value is 0.00%
  • yellow value is 63.71%
  • key color value is 51.37%

CMYK: (52,0,64,51)
C52M0Y64K51 (52%, 0%, 64%, 51%)
(0.52 / 0.00 / 0.64 / 0.51)

CMYK percentages

%52.42
%0
%63.71
%51.37

Codes

Color #3B7C2D in popluar color models

3B 7C 2D
RGB 59 124 45
HSL 109° 46.75% 33.14%
HSB/HSV 109° 63.71% 48.63%
CMYK 52.42% 0.00% 63.71%
51.37%

Color #3B7C2D in popluar number systems.

HEX 3B 7C 2D
Decimal 59 124 45
Binary 111011 1111100 101101
Octal 73 174 55

Shades and tints

Shades of #3B7C2D

#3B7C2D
(59,124,45)
#367129
(54,113,41)
#316625
(49,102,37)
#2C5B21
(44,91,33)
#27501D
(39,80,29)
#224519
(34,69,25)
#1D3A15
(29,58,21)
#182F11
(24,47,17)
#13240D
(19,36,13)
#0E1909
(14,25,9)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #3B7C2D

#3B7C2D
(59,124,45)
#4C8740
(76,135,64)
#5D9253
(93,146,83)
#6E9D66
(110,157,102)
#7FA879
(127,168,121)
#90B38C
(144,179,140)
#A1BE9F
(161,190,159)
#B2C9B2
(178,201,178)
#C3D4C5
(195,212,197)
#D4DFD8
(212,223,216)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7C2D color. Also use rgb(59,124,45) instead hex code.

Text Font Color

.myTextColor { color: #3B7C2D; }

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

This text font color is #3B7C2D.

Background Color

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

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

This div background color is #3B7C2D.

Border color

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

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

This div border color is #3B7C2D.

Opacity

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

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

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

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

This text has shadow with #3B7C2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B7C2D.

Preview

Color preview on black background

This text has color #3B7C2D on black background.


Color preview on white background

This text has color #3B7C2D on white background.


Black color preview on #3B7C2D background

This text has black color on #3B7C2D background.


White color preview on #3B7C2D background

This text has white color on #3B7C2D background.


Related colors

Complementary color

Complementary color for #hex is #C483D2.


I love getcolorcode.com

Triadic colors

1 #2D3B7C and #7C2D3B with #3B7C2D are triadic colors.

2 #2D7C3B and #7C3B2D with #3B7C2D are triadic colors.