COLOR #3A443B

HEX: #3A443B
RGB: (58,68,59)

Color info

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

RGB color model

#3A443B color RGB value is (58,68,59).

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

RGB channels and saturation

R 58 of 255 = 23%
G 68 of 255 = 27%
B 59 of 255 = 23%

58
68
59

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

Portions of RGB colors in percentages

R + G + B =
58 + 68 + 59 = 185 (100%)
R 58 of 185 ~ 31.35%
G 68 of 185 ~ 36.76%
B 59 of 185 ~ 31.89%

%31.35
%36.76
%31.89

CMYK color model

#3A443B color CMYK value is (15,0,13,73).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 73.33%
CMYK:
(15,0,13,73)
C15M0Y13K73 
(15%,0%,13%,73%)
(0.15/0.00/0.13/0.73)	

CMYK percentages

%14.71
%0
%13.24
%73.33

Codes

Color #3A443B in popluar color models

3A443B
RGB586859
HSL126°7.94%24.71%
HSB/HSV126°14.71%26.67%
CMYK14.71%0.00%13.24%
73.33%

Color #3A443B in popluar number systems.

HEX3A443B
Decimal586859
Binary1110101000100111011
Octal7210473

Shades and tints

Shades of #3A443B

#3A443B
(58,68,59)
#353E36
(53,62,54)
#303831
(48,56,49)
#2B322C
(43,50,44)
#262C27
(38,44,39)
#212622
(33,38,34)
#1C201D
(28,32,29)
#171A18
(23,26,24)
#121413
(18,20,19)
#0D0E0E
(13,14,14)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #3A443B

#3A443B
(58,68,59)
#4B554C
(75,85,76)
#5C665D
(92,102,93)
#6D776E
(109,119,110)
#7E887F
(126,136,127)
#8F9990
(143,153,144)
#A0AAA1
(160,170,161)
#B1BBB2
(177,187,178)
#C2CCC3
(194,204,195)
#D3DDD4
(211,221,212)
#E4EEE5
(228,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A443B; }

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

This text font color is #3A443B.


Background Color

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

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

This div background color is #3A443B.


Border color

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

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

This div border color is #3A443B.


Opacity

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

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

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

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

This text has shadow with #3A443B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A443B on black background.


Color preview on white background

This text has color #3A443B on white background.



Black color preview on #3A443B background

This text has black color on #3A443B background.


White color preview on #3A443B background

This text has white color on #3A443B background.