COLOR #3A433F

HEX: #3A433F
RGB: (58,67,63)

Color info

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

RGB color model

#3A433F color RGB value is (58,67,63).

  • red value is 58;
  • green value is 67;
  • blue value is 63.
RGB:
(58,67,63)
(23%,26%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 67 of 255 = 26%
B 63 of 255 = 25%

58
67
63

R + G + B ~ 25%. #3A433F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 67 + 63 = 188 (100%)
R 58 of 188 ~ 30.85%
G 67 of 188 ~ 35.64%
B 63 of 188 ~ 33.51%

%30.85
%35.64
%33.51

CMYK color model

#3A433F color CMYK value is (13,0,6,74).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 73.73%
CMYK:
(13,0,6,74)
C13M0Y6K74 
(13%,0%,6%,74%)
(0.13/0.00/0.06/0.74)	

CMYK percentages

%13.43
%0
%5.97
%73.73

Codes

Color #3A433F in popluar color models

3A433F
RGB586763
HSL153°7.20%24.51%
HSB/HSV153°13.43%26.27%
CMYK13.43%0.00%5.97%
73.73%

Color #3A433F in popluar number systems.

HEX3A433F
Decimal586763
Binary1110101000011111111
Octal7210377

Shades and tints

Shades of #3A433F

#3A433F
(58,67,63)
#353D3A
(53,61,58)
#303735
(48,55,53)
#2B3130
(43,49,48)
#262B2B
(38,43,43)
#212526
(33,37,38)
#1C1F21
(28,31,33)
#17191C
(23,25,28)
#121317
(18,19,23)
#0D0D12
(13,13,18)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #3A433F

#3A433F
(58,67,63)
#4B5450
(75,84,80)
#5C6561
(92,101,97)
#6D7672
(109,118,114)
#7E8783
(126,135,131)
#8F9894
(143,152,148)
#A0A9A5
(160,169,165)
#B1BAB6
(177,186,182)
#C2CBC7
(194,203,199)
#D3DCD8
(211,220,216)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A433F color. Also use rgb(58,67,63) instead hex code.

Text Font Color

.myTextColor { color: #3A433F; }

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

This text font color is #3A433F.


Background Color

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

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

This div background color is #3A433F.


Border color

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

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

This div border color is #3A433F.


Opacity

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

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

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

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

This text has shadow with #3A433F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A433F on black background.


Color preview on white background

This text has color #3A433F on white background.



Black color preview on #3A433F background

This text has black color on #3A433F background.


White color preview on #3A433F background

This text has white color on #3A433F background.