COLOR #3B7310

HEX: #3B7310
RGB: (59,115,16)

Color info

#3B7310 contains mainly red and green colors. Web safe color of #3B7310 is #336600 (or #360).

RGB color model

#3B7310 color RGB value is (59,115,16).

  • red value is 59;
  • green value is 115;
  • blue value is 16.
RGB:
(59,115,16)
(23%,45%,6%)

RGB channels and saturation

R 59 of 255 = 23%
G 115 of 255 = 45%
B 16 of 255 = 6%

59
115
16

R + G + B ~ 25%. #3B7310 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 115 + 16 = 190 (100%)
R 59 of 190 ~ 31.05%
G 115 of 190 ~ 60.53%
B 16 of 190 ~ 8.42%

%31.05
%60.53

CMYK color model

#3B7310 color CMYK value is (49,0,86,55).

  • cyan value is 48.70%
  • magenta value is 0.00%
  • yellow value is 86.09%
  • key color value is 54.90%
CMYK:
(49,0,86,55)
C49M0Y86K55 
(49%,0%,86%,55%)
(0.49/0.00/0.86/0.55)	

CMYK percentages

%48.7
%0
%86.09
%54.9

Codes

Color #3B7310 in popluar color models

3B7310
RGB5911516
HSL94°75.57%25.69%
HSB/HSV94°86.09%45.10%
CMYK48.70%0.00%86.09%
54.90%

Color #3B7310 in popluar number systems.

HEX3B7310
Decimal5911516
Binary111011111001110000
Octal7316320

Shades and tints

Shades of #3B7310

#3B7310
(59,115,16)
#36690F
(54,105,15)
#315F0E
(49,95,14)
#2C550D
(44,85,13)
#274B0C
(39,75,12)
#22410B
(34,65,11)
#1D370A
(29,55,10)
#182D09
(24,45,9)
#132308
(19,35,8)
#0E1907
(14,25,7)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #3B7310

#3B7310
(59,115,16)
#4C7F25
(76,127,37)
#5D8B3A
(93,139,58)
#6E974F
(110,151,79)
#7FA364
(127,163,100)
#90AF79
(144,175,121)
#A1BB8E
(161,187,142)
#B2C7A3
(178,199,163)
#C3D3B8
(195,211,184)
#D4DFCD
(212,223,205)
#E5EBE2
(229,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7310 color. Also use rgb(59,115,16) instead hex code.

Text Font Color

.myTextColor { color: #3B7310; }

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

This text font color is #3B7310.


Background Color

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

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

This div background color is #3B7310.


Border color

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

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

This div border color is #3B7310.


Opacity

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

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

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

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

This text has shadow with #3B7310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7310 on black background.


Color preview on white background

This text has color #3B7310 on white background.



Black color preview on #3B7310 background

This text has black color on #3B7310 background.


White color preview on #3B7310 background

This text has white color on #3B7310 background.