COLOR #3B7A3D

HEX: #3B7A3D
RGB: (59,122,61)

Color info

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

RGB color model

#3B7A3D color RGB value is (59,122,61).

  • red value is 59;
  • green value is 122;
  • blue value is 61.
RGB:
(59,122,61)
(23%,48%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 122 of 255 = 48%
B 61 of 255 = 24%

59
122
61

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

Portions of RGB colors in percentages

R + G + B =
59 + 122 + 61 = 242 (100%)
R 59 of 242 ~ 24.38%
G 122 of 242 ~ 50.41%
B 61 of 242 ~ 25.21%

%24.38
%50.41
%25.21

CMYK color model

#3B7A3D color CMYK value is (52,0,50,52).

  • cyan value is 51.64%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 52.16%
CMYK:
(52,0,50,52)
C52M0Y50K52 
(52%,0%,50%,52%)
(0.52/0.00/0.50/0.52)	

CMYK percentages

%51.64
%0
%50
%52.16

Codes

Color #3B7A3D in popluar color models

3B7A3D
RGB5912261
HSL122°34.81%35.49%
HSB/HSV122°51.64%47.84%
CMYK51.64%0.00%50.00%
52.16%

Color #3B7A3D in popluar number systems.

HEX3B7A3D
Decimal5912261
Binary1110111111010111101
Octal7317275

Shades and tints

Shades of #3B7A3D

#3B7A3D
(59,122,61)
#366F38
(54,111,56)
#316433
(49,100,51)
#2C592E
(44,89,46)
#274E29
(39,78,41)
#224324
(34,67,36)
#1D381F
(29,56,31)
#182D1A
(24,45,26)
#132215
(19,34,21)
#0E1710
(14,23,16)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B7A3D

#3B7A3D
(59,122,61)
#4C864E
(76,134,78)
#5D925F
(93,146,95)
#6E9E70
(110,158,112)
#7FAA81
(127,170,129)
#90B692
(144,182,146)
#A1C2A3
(161,194,163)
#B2CEB4
(178,206,180)
#C3DAC5
(195,218,197)
#D4E6D6
(212,230,214)
#E5F2E7
(229,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7A3D color. Also use rgb(59,122,61) instead hex code.

Text Font Color

.myTextColor { color: #3B7A3D; }

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

This text font color is #3B7A3D.


Background Color

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

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

This div background color is #3B7A3D.


Border color

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

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

This div border color is #3B7A3D.


Opacity

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

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

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

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

This text has shadow with #3B7A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7A3D on black background.


Color preview on white background

This text has color #3B7A3D on white background.



Black color preview on #3B7A3D background

This text has black color on #3B7A3D background.


White color preview on #3B7A3D background

This text has white color on #3B7A3D background.