COLOR #3B4435

HEX: #3B4435
RGB: (59,68,53)

Color info

#3B4435 contains red, green and blue colors in about the same proportion. Web safe color of #3B4435 is #333333 (or #333).

RGB color model

#3B4435 color RGB value is (59,68,53).

  • red value is 59;
  • green value is 68;
  • blue value is 53.
RGB:
(59,68,53)
(23%,27%,21%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 53 of 255 = 21%

59
68
53

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

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 53 = 180 (100%)
R 59 of 180 ~ 32.78%
G 68 of 180 ~ 37.78%
B 53 of 180 ~ 29.44%

%32.78
%37.78
%29.44

CMYK color model

#3B4435 color CMYK value is (13,0,22,73).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(13,0,22,73)
C13M0Y22K73 
(13%,0%,22%,73%)
(0.13/0.00/0.22/0.73)	

CMYK percentages

%13.24
%0
%22.06
%73.33

Codes

Color #3B4435 in popluar color models

3B4435
RGB596853
HSL96°12.40%23.73%
HSB/HSV96°22.06%26.67%
CMYK13.24%0.00%22.06%
73.33%

Color #3B4435 in popluar number systems.

HEX3B4435
Decimal596853
Binary1110111000100110101
Octal7310465

Shades and tints

Shades of #3B4435

#3B4435
(59,68,53)
#363E31
(54,62,49)
#31382D
(49,56,45)
#2C3229
(44,50,41)
#272C25
(39,44,37)
#222621
(34,38,33)
#1D201D
(29,32,29)
#181A19
(24,26,25)
#131415
(19,20,21)
#0E0E11
(14,14,17)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #3B4435

#3B4435
(59,68,53)
#4C5547
(76,85,71)
#5D6659
(93,102,89)
#6E776B
(110,119,107)
#7F887D
(127,136,125)
#90998F
(144,153,143)
#A1AAA1
(161,170,161)
#B2BBB3
(178,187,179)
#C3CCC5
(195,204,197)
#D4DDD7
(212,221,215)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4435 color. Also use rgb(59,68,53) instead hex code.

Text Font Color

.myTextColor { color: #3B4435; }

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

This text font color is #3B4435.


Background Color

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

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

This div background color is #3B4435.


Border color

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

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

This div border color is #3B4435.


Opacity

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

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

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

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

This text has shadow with #3B4435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4435 on black background.


Color preview on white background

This text has color #3B4435 on white background.



Black color preview on #3B4435 background

This text has black color on #3B4435 background.


White color preview on #3B4435 background

This text has white color on #3B4435 background.