COLOR #3B7B41

HEX: #3B7B41
RGB: (59,123,65)

Color info

#3B7B41 contains mainly green and blue colors. Web safe color of #3B7B41 is #336633 (or #363).

RGB color model

#3B7B41 color RGB value is (59,123,65).

  • red value is 59;
  • green value is 123;
  • blue value is 65.
RGB:
(59,123,65)
(23%,48%,25%)

RGB channels and saturation

R 59 of 255 = 23%
G 123 of 255 = 48%
B 65 of 255 = 25%

59
123
65

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

Portions of RGB colors in percentages

R + G + B =
59 + 123 + 65 = 247 (100%)
R 59 of 247 ~ 23.89%
G 123 of 247 ~ 49.8%
B 65 of 247 ~ 26.32%

%23.89
%49.8
%26.32

CMYK color model

#3B7B41 color CMYK value is (52,0,47,52).

  • cyan value is 52.03%
  • magenta value is 0.00%
  • yellow value is 47.15%
  • key color value is 51.76%
CMYK:
(52,0,47,52)
C52M0Y47K52 
(52%,0%,47%,52%)
(0.52/0.00/0.47/0.52)	

CMYK percentages

%52.03
%0
%47.15
%51.76

Codes

Color #3B7B41 in popluar color models

3B7B41
RGB5912365
HSL126°35.16%35.69%
HSB/HSV126°52.03%48.24%
CMYK52.03%0.00%47.15%
51.76%

Color #3B7B41 in popluar number systems.

HEX3B7B41
Decimal5912365
Binary11101111110111000001
Octal73173101

Shades and tints

Shades of #3B7B41

#3B7B41
(59,123,65)
#36703C
(54,112,60)
#316537
(49,101,55)
#2C5A32
(44,90,50)
#274F2D
(39,79,45)
#224428
(34,68,40)
#1D3923
(29,57,35)
#182E1E
(24,46,30)
#132319
(19,35,25)
#0E1814
(14,24,20)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #3B7B41

#3B7B41
(59,123,65)
#4C8752
(76,135,82)
#5D9363
(93,147,99)
#6E9F74
(110,159,116)
#7FAB85
(127,171,133)
#90B796
(144,183,150)
#A1C3A7
(161,195,167)
#B2CFB8
(178,207,184)
#C3DBC9
(195,219,201)
#D4E7DA
(212,231,218)
#E5F3EB
(229,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7B41 color. Also use rgb(59,123,65) instead hex code.

Text Font Color

.myTextColor { color: #3B7B41; }

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

This text font color is #3B7B41.


Background Color

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

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

This div background color is #3B7B41.


Border color

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

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

This div border color is #3B7B41.


Opacity

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

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

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

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

This text has shadow with #3B7B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7B41 on black background.


Color preview on white background

This text has color #3B7B41 on white background.



Black color preview on #3B7B41 background

This text has black color on #3B7B41 background.


White color preview on #3B7B41 background

This text has white color on #3B7B41 background.