COLOR #3A2741

HEX: #3A2741
RGB: (58,39,65)

Color info

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

RGB color model

#3A2741 color RGB value is (58,39,65).

  • red value is 58;
  • green value is 39;
  • blue value is 65.
RGB:
(58,39,65)
(23%,15%,25%)

RGB channels and saturation

R 58 of 255 = 23%
G 39 of 255 = 15%
B 65 of 255 = 25%

58
39
65

R + G + B ~ 21%. #3A2741 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 39 + 65 = 162 (100%)
R 58 of 162 ~ 35.8%
G 39 of 162 ~ 24.07%
B 65 of 162 ~ 40.12%

%35.8
%24.07
%40.12

CMYK color model

#3A2741 color CMYK value is (11,40,0,75).

  • cyan value is 10.77%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(11,40,0,75)
C11M40Y0K75 
(11%,40%,0%,75%)
(0.11/0.40/0.00/0.75)	

CMYK percentages

%10.77
%40
%0
%74.51

Codes

Color #3A2741 in popluar color models

3A2741
RGB583965
HSL284°25.00%20.39%
HSB/HSV284°40.00%25.49%
CMYK10.77%40.00%0.00%
74.51%

Color #3A2741 in popluar number systems.

HEX3A2741
Decimal583965
Binary1110101001111000001
Octal7247101

Shades and tints

Shades of #3A2741

#3A2741
(58,39,65)
#35243C
(53,36,60)
#302137
(48,33,55)
#2B1E32
(43,30,50)
#261B2D
(38,27,45)
#211828
(33,24,40)
#1C1523
(28,21,35)
#17121E
(23,18,30)
#120F19
(18,15,25)
#0D0C14
(13,12,20)
#08090F
(8,9,15)
#000000
(0,0,0)

Tints of #3A2741

#3A2741
(58,39,65)
#4B3A52
(75,58,82)
#5C4D63
(92,77,99)
#6D6074
(109,96,116)
#7E7385
(126,115,133)
#8F8696
(143,134,150)
#A099A7
(160,153,167)
#B1ACB8
(177,172,184)
#C2BFC9
(194,191,201)
#D3D2DA
(211,210,218)
#E4E5EB
(228,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A2741 color. Also use rgb(58,39,65) instead hex code.

Text Font Color

.myTextColor { color: #3A2741; }

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

This text font color is #3A2741.


Background Color

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

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

This div background color is #3A2741.


Border color

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

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

This div border color is #3A2741.


Opacity

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

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

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

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

This text has shadow with #3A2741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A2741 on black background.


Color preview on white background

This text has color #3A2741 on white background.



Black color preview on #3A2741 background

This text has black color on #3A2741 background.


White color preview on #3A2741 background

This text has white color on #3A2741 background.