COLOR #3B403D

HEX: #3B403D
RGB: (59,64,61)

Color info

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

RGB color model

#3B403D color RGB value is (59,64,61).

  • red value is 59;
  • green value is 64;
  • blue value is 61.
RGB:
(59,64,61)
(23%,25%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 64 of 255 = 25%
B 61 of 255 = 24%

59
64
61

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

Portions of RGB colors in percentages

R + G + B =
59 + 64 + 61 = 184 (100%)
R 59 of 184 ~ 32.07%
G 64 of 184 ~ 34.78%
B 61 of 184 ~ 33.15%

%32.07
%34.78
%33.15

CMYK color model

#3B403D color CMYK value is (8,0,5,75).

  • cyan value is 7.81%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 74.90%
CMYK:
(8,0,5,75)
C8M0Y5K75 
(8%,0%,5%,75%)
(0.08/0.00/0.05/0.75)	

CMYK percentages

%7.81
%0
%4.69
%74.9

Codes

Color #3B403D in popluar color models

3B403D
RGB596461
HSL144°4.07%24.12%
HSB/HSV144°7.81%25.10%
CMYK7.81%0.00%4.69%
74.90%

Color #3B403D in popluar number systems.

HEX3B403D
Decimal596461
Binary1110111000000111101
Octal7310075

Shades and tints

Shades of #3B403D

#3B403D
(59,64,61)
#363B38
(54,59,56)
#313633
(49,54,51)
#2C312E
(44,49,46)
#272C29
(39,44,41)
#222724
(34,39,36)
#1D221F
(29,34,31)
#181D1A
(24,29,26)
#131815
(19,24,21)
#0E1310
(14,19,16)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #3B403D

#3B403D
(59,64,61)
#4C514E
(76,81,78)
#5D625F
(93,98,95)
#6E7370
(110,115,112)
#7F8481
(127,132,129)
#909592
(144,149,146)
#A1A6A3
(161,166,163)
#B2B7B4
(178,183,180)
#C3C8C5
(195,200,197)
#D4D9D6
(212,217,214)
#E5EAE7
(229,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B403D color. Also use rgb(59,64,61) instead hex code.

Text Font Color

.myTextColor { color: #3B403D; }

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

This text font color is #3B403D.


Background Color

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

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

This div background color is #3B403D.


Border color

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

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

This div border color is #3B403D.


Opacity

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

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

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

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

This text has shadow with #3B403D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B403D on black background.


Color preview on white background

This text has color #3B403D on white background.



Black color preview on #3B403D background

This text has black color on #3B403D background.


White color preview on #3B403D background

This text has white color on #3B403D background.