COLOR #3B531A

HEX: #3B531A
RGB: (59,83,26)

Color info

#3B531A contains red, green and blue colors in about the same proportion. Web safe color of #3B531A is #336600 (or #360).

RGB color model

#3B531A color RGB value is (59,83,26).

  • red value is 59;
  • green value is 83;
  • blue value is 26.
RGB:
(59,83,26)
(23%,33%,10%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 26 of 255 = 10%

59
83
26

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

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 26 = 168 (100%)
R 59 of 168 ~ 35.12%
G 83 of 168 ~ 49.4%
B 26 of 168 ~ 15.48%

%35.12
%49.4
%15.48

CMYK color model

#3B531A color CMYK value is (29,0,69,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 68.67%
  • key color value is 67.45%
CMYK:
(29,0,69,67)
C29M0Y69K67 
(29%,0%,69%,67%)
(0.29/0.00/0.69/0.67)	

CMYK percentages

%28.92
%0
%68.67
%67.45

Codes

Color #3B531A in popluar color models

3B531A
RGB598326
HSL85°52.29%21.37%
HSB/HSV85°68.67%32.55%
CMYK28.92%0.00%68.67%
67.45%

Color #3B531A in popluar number systems.

HEX3B531A
Decimal598326
Binary111011101001111010
Octal7312332

Shades and tints

Shades of #3B531A

#3B531A
(59,83,26)
#364C18
(54,76,24)
#314516
(49,69,22)
#2C3E14
(44,62,20)
#273712
(39,55,18)
#223010
(34,48,16)
#1D290E
(29,41,14)
#18220C
(24,34,12)
#131B0A
(19,27,10)
#0E1408
(14,20,8)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #3B531A

#3B531A
(59,83,26)
#4C622E
(76,98,46)
#5D7142
(93,113,66)
#6E8056
(110,128,86)
#7F8F6A
(127,143,106)
#909E7E
(144,158,126)
#A1AD92
(161,173,146)
#B2BCA6
(178,188,166)
#C3CBBA
(195,203,186)
#D4DACE
(212,218,206)
#E5E9E2
(229,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B531A color. Also use rgb(59,83,26) instead hex code.

Text Font Color

.myTextColor { color: #3B531A; }

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

This text font color is #3B531A.


Background Color

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

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

This div background color is #3B531A.


Border color

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

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

This div border color is #3B531A.


Opacity

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

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

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

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

This text has shadow with #3B531A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B531A on black background.


Color preview on white background

This text has color #3B531A on white background.



Black color preview on #3B531A background

This text has black color on #3B531A background.


White color preview on #3B531A background

This text has white color on #3B531A background.