COLOR #3B533A

HEX: #3B533A
RGB: (59,83,58)

Color info

#3B533A contains red, green and blue colors in about the same proportion. Web safe color of #3B533A is #336633 (or #363).

RGB color model

#3B533A color RGB value is (59,83,58).

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

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 58 of 255 = 23%

59
83
58

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

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 58 = 200 (100%)
R 59 of 200 ~ 29.5%
G 83 of 200 ~ 41.5%
B 58 of 200 ~ 29%

%29.5
%41.5
%29

CMYK color model

#3B533A color CMYK value is (29,0,30,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(29,0,30,67)
C29M0Y30K67 
(29%,0%,30%,67%)
(0.29/0.00/0.30/0.67)	

CMYK percentages

%28.92
%0
%30.12
%67.45

Codes

Color #3B533A in popluar color models

3B533A
RGB598358
HSL118°17.73%27.65%
HSB/HSV118°30.12%32.55%
CMYK28.92%0.00%30.12%
67.45%

Color #3B533A in popluar number systems.

HEX3B533A
Decimal598358
Binary1110111010011111010
Octal7312372

Shades and tints

Shades of #3B533A

#3B533A
(59,83,58)
#364C35
(54,76,53)
#314530
(49,69,48)
#2C3E2B
(44,62,43)
#273726
(39,55,38)
#223021
(34,48,33)
#1D291C
(29,41,28)
#182217
(24,34,23)
#131B12
(19,27,18)
#0E140D
(14,20,13)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #3B533A

#3B533A
(59,83,58)
#4C624B
(76,98,75)
#5D715C
(93,113,92)
#6E806D
(110,128,109)
#7F8F7E
(127,143,126)
#909E8F
(144,158,143)
#A1ADA0
(161,173,160)
#B2BCB1
(178,188,177)
#C3CBC2
(195,203,194)
#D4DAD3
(212,218,211)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B533A; }

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

This text font color is #3B533A.


Background Color

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

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

This div background color is #3B533A.


Border color

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

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

This div border color is #3B533A.


Opacity

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

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

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

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

This text has shadow with #3B533A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B533A on black background.


Color preview on white background

This text has color #3B533A on white background.



Black color preview on #3B533A background

This text has black color on #3B533A background.


White color preview on #3B533A background

This text has white color on #3B533A background.