COLOR #3B621B

HEX: #3B621B
RGB: (59,98,27)

Color info

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

RGB color model

#3B621B color RGB value is (59,98,27).

  • red value is 59;
  • green value is 98;
  • blue value is 27.
RGB:
(59,98,27)
(23%,38%,11%)

RGB channels and saturation

R 59 of 255 = 23%
G 98 of 255 = 38%
B 27 of 255 = 11%

59
98
27

R + G + B ~ 24%. #3B621B is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 98 + 27 = 184 (100%)
R 59 of 184 ~ 32.07%
G 98 of 184 ~ 53.26%
B 27 of 184 ~ 14.67%

%32.07
%53.26
%14.67

CMYK color model

#3B621B color CMYK value is (40,0,72,62).

  • cyan value is 39.80%
  • magenta value is 0.00%
  • yellow value is 72.45%
  • key color value is 61.57%
CMYK:
(40,0,72,62)
C40M0Y72K62 
(40%,0%,72%,62%)
(0.40/0.00/0.72/0.62)	

CMYK percentages

%39.8
%0
%72.45
%61.57

Codes

Color #3B621B in popluar color models

3B621B
RGB599827
HSL93°56.80%24.51%
HSB/HSV93°72.45%38.43%
CMYK39.80%0.00%72.45%
61.57%

Color #3B621B in popluar number systems.

HEX3B621B
Decimal599827
Binary111011110001011011
Octal7314233

Shades and tints

Shades of #3B621B

#3B621B
(59,98,27)
#365A19
(54,90,25)
#315217
(49,82,23)
#2C4A15
(44,74,21)
#274213
(39,66,19)
#223A11
(34,58,17)
#1D320F
(29,50,15)
#182A0D
(24,42,13)
#13220B
(19,34,11)
#0E1A09
(14,26,9)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #3B621B

#3B621B
(59,98,27)
#4C702F
(76,112,47)
#5D7E43
(93,126,67)
#6E8C57
(110,140,87)
#7F9A6B
(127,154,107)
#90A87F
(144,168,127)
#A1B693
(161,182,147)
#B2C4A7
(178,196,167)
#C3D2BB
(195,210,187)
#D4E0CF
(212,224,207)
#E5EEE3
(229,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B621B color. Also use rgb(59,98,27) instead hex code.

Text Font Color

.myTextColor { color: #3B621B; }

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

This text font color is #3B621B.


Background Color

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

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

This div background color is #3B621B.


Border color

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

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

This div border color is #3B621B.


Opacity

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

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

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

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

This text has shadow with #3B621B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B621B on black background.


Color preview on white background

This text has color #3B621B on white background.



Black color preview on #3B621B background

This text has black color on #3B621B background.


White color preview on #3B621B background

This text has white color on #3B621B background.