COLOR #3B6725

HEX: #3B6725
RGB: (59,103,37)

Color info

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

RGB color model

#3B6725 color RGB value is (59,103,37).

  • red value is 59;
  • green value is 103;
  • blue value is 37.
RGB:
(59,103,37)
(23%,40%,15%)

RGB channels and saturation

R 59 of 255 = 23%
G 103 of 255 = 40%
B 37 of 255 = 15%

59
103
37

R + G + B ~ 26%. #3B6725 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 103 + 37 = 199 (100%)
R 59 of 199 ~ 29.65%
G 103 of 199 ~ 51.76%
B 37 of 199 ~ 18.59%

%29.65
%51.76
%18.59

CMYK color model

#3B6725 color CMYK value is (43,0,64,60).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 64.08%
  • key color value is 59.61%
CMYK:
(43,0,64,60)
C43M0Y64K60 
(43%,0%,64%,60%)
(0.43/0.00/0.64/0.60)	

CMYK percentages

%42.72
%0
%64.08
%59.61

Codes

Color #3B6725 in popluar color models

3B6725
RGB5910337
HSL100°47.14%27.45%
HSB/HSV100°64.08%40.39%
CMYK42.72%0.00%64.08%
59.61%

Color #3B6725 in popluar number systems.

HEX3B6725
Decimal5910337
Binary1110111100111100101
Octal7314745

Shades and tints

Shades of #3B6725

#3B6725
(59,103,37)
#365E22
(54,94,34)
#31551F
(49,85,31)
#2C4C1C
(44,76,28)
#274319
(39,67,25)
#223A16
(34,58,22)
#1D3113
(29,49,19)
#182810
(24,40,16)
#131F0D
(19,31,13)
#0E160A
(14,22,10)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #3B6725

#3B6725
(59,103,37)
#4C7438
(76,116,56)
#5D814B
(93,129,75)
#6E8E5E
(110,142,94)
#7F9B71
(127,155,113)
#90A884
(144,168,132)
#A1B597
(161,181,151)
#B2C2AA
(178,194,170)
#C3CFBD
(195,207,189)
#D4DCD0
(212,220,208)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6725 color. Also use rgb(59,103,37) instead hex code.

Text Font Color

.myTextColor { color: #3B6725; }

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

This text font color is #3B6725.


Background Color

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

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

This div background color is #3B6725.


Border color

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

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

This div border color is #3B6725.


Opacity

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

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

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

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

This text has shadow with #3B6725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6725 on black background.


Color preview on white background

This text has color #3B6725 on white background.



Black color preview on #3B6725 background

This text has black color on #3B6725 background.


White color preview on #3B6725 background

This text has white color on #3B6725 background.