COLOR #3B610D

HEX: #3B610D
RGB: (59,97,13)

Color info

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

RGB color model

#3B610D color RGB value is (59,97,13).

  • red value is 59;
  • green value is 97;
  • blue value is 13.
RGB:
(59,97,13)
(23%,38%,5%)

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 13 of 255 = 5%

59
97
13

R + G + B ~ 22%. #3B610D is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 97 + 13 = 169 (100%)
R 59 of 169 ~ 34.91%
G 97 of 169 ~ 57.4%
B 13 of 169 ~ 7.69%

%34.91
%57.4

CMYK color model

#3B610D color CMYK value is (39,0,87,62).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 86.60%
  • key color value is 61.96%
CMYK:
(39,0,87,62)
C39M0Y87K62 
(39%,0%,87%,62%)
(0.39/0.00/0.87/0.62)	

CMYK percentages

%39.18
%0
%86.6
%61.96

Codes

Color #3B610D in popluar color models

3B610D
RGB599713
HSL87°76.36%21.57%
HSB/HSV87°86.60%38.04%
CMYK39.18%0.00%86.60%
61.96%

Color #3B610D in popluar number systems.

HEX3B610D
Decimal599713
Binary11101111000011101
Octal7314115

Shades and tints

Shades of #3B610D

#3B610D
(59,97,13)
#36590C
(54,89,12)
#31510B
(49,81,11)
#2C490A
(44,73,10)
#274109
(39,65,9)
#223908
(34,57,8)
#1D3107
(29,49,7)
#182906
(24,41,6)
#132105
(19,33,5)
#0E1904
(14,25,4)
#091103
(9,17,3)
#000000
(0,0,0)

Tints of #3B610D

#3B610D
(59,97,13)
#4C6F23
(76,111,35)
#5D7D39
(93,125,57)
#6E8B4F
(110,139,79)
#7F9965
(127,153,101)
#90A77B
(144,167,123)
#A1B591
(161,181,145)
#B2C3A7
(178,195,167)
#C3D1BD
(195,209,189)
#D4DFD3
(212,223,211)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B610D color. Also use rgb(59,97,13) instead hex code.

Text Font Color

.myTextColor { color: #3B610D; }

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

This text font color is #3B610D.


Background Color

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

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

This div background color is #3B610D.


Border color

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

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

This div border color is #3B610D.


Opacity

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

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

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

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

This text has shadow with #3B610D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B610D on black background.


Color preview on white background

This text has color #3B610D on white background.



Black color preview on #3B610D background

This text has black color on #3B610D background.


White color preview on #3B610D background

This text has white color on #3B610D background.