COLOR #3B423A

HEX: #3B423A RGB: (59,66,58)

Color info

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

RGB color model

#3B423A color RGB value is (59,66,58).

RGB: (59,66,58) (23%, 26%, 23%)

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 58 of 255 = 23%

59
66
58

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

Portions of RGB colors in percentages

R + G + B = 59 + 66 + 58 = 183 (100%)
R 59 of 183 ~ 32.24%
G 66 of 183 ~ 36.07%
B 58 of 183 ~ 31.69'%

%32.24
%36.07
%31.69

CMYK color model

#3B423A color CMYK value is (11,0,12,74).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 74.12%
CMYK: (11,0,12,74) C11M0Y12K74 (11%,0%,12%,74%) (0.11/0.00/0.12/0.74) 

CMYK percentages

%10.61
%0
%12.12
%74.12

Codes

Color #3B423A in popluar color models

3B 42 3A
RGB 59 66 58
HSL 113° 6.45% 24.31%
HSB/HSV 113° 12.12% 25.88%
CMYK 10.61% 0.00% 12.12%
74.12%

Color #3B423A in popluar number systems.

HEX 3B 42 3A
Decimal 59 66 58
Binary 111011 1000010 111010
Octal 73 102 72

Shades and tints

Shades of #3B423A

#3B423A
(59,66,58)
#363C35
(54,60,53)
#313630
(49,54,48)
#2C302B
(44,48,43)
#272A26
(39,42,38)
#222421
(34,36,33)
#1D1E1C
(29,30,28)
#181817
(24,24,23)
#131212
(19,18,18)
#0E0C0D
(14,12,13)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #3B423A

#3B423A
(59,66,58)
#4C534B
(76,83,75)
#5D645C
(93,100,92)
#6E756D
(110,117,109)
#7F867E
(127,134,126)
#90978F
(144,151,143)
#A1A8A0
(161,168,160)
#B2B9B1
(178,185,177)
#C3CAC2
(195,202,194)
#D4DBD3
(212,219,211)
#E5ECE4
(229,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B423A; }

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

This text font color is #3B423A.

Background Color

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

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

This div background color is #3B423A.

Border color

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

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

This div border color is #3B423A.

Opacity

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

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

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

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

This text has shadow with #3B423A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B423A.

Preview

Color preview on black background

This text has color #3B423A on black background.


Color preview on white background

This text has color #3B423A on white background.


Black color preview on #3B423A background

This text has black color on #3B423A background.


White color preview on #3B423A background

This text has white color on #3B423A background.


Related colors

Complementary color

Complementary color for #hex is #C4BDC5.


I love getcolorcode.com

Triadic colors

1 #3A3B42 and #423A3B with #3B423A are triadic colors.

2 #3A423B and #423B3A with #3B423A are triadic colors.