COLOR #293341

HEX: #293341
RGB: (41,51,65)

Color info

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

RGB color model

#293341 color RGB value is (41,51,65).

  • red value is 41;
  • green value is 51;
  • blue value is 65.
RGB:
(41,51,65)
(16%,20%,25%)

RGB channels and saturation

R 41 of 255 = 16%
G 51 of 255 = 20%
B 65 of 255 = 25%

41
51
65

R + G + B ~ 20%. #293341 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 51 + 65 = 157 (100%)
R 41 of 157 ~ 26.11%
G 51 of 157 ~ 32.48%
B 65 of 157 ~ 41.4%

%26.11
%32.48
%41.4

CMYK color model

#293341 color CMYK value is (37,22,0,75).

  • cyan value is 36.92%
  • magenta value is 21.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(37,22,0,75)
C37M22Y0K75 
(37%,22%,0%,75%)
(0.37/0.22/0.00/0.75)	

CMYK percentages

%36.92
%21.54
%0
%74.51

Codes

Color #293341 in popluar color models

293341
RGB415165
HSL215°22.64%20.78%
HSB/HSV215°36.92%25.49%
CMYK36.92%21.54%0.00%
74.51%

Color #293341 in popluar number systems.

HEX293341
Decimal415165
Binary1010011100111000001
Octal5163101

Shades and tints

Shades of #293341

#293341
(41,51,65)
#262F3C
(38,47,60)
#232B37
(35,43,55)
#202732
(32,39,50)
#1D232D
(29,35,45)
#1A1F28
(26,31,40)
#171B23
(23,27,35)
#14171E
(20,23,30)
#111319
(17,19,25)
#0E0F14
(14,15,20)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #293341

#293341
(41,51,65)
#3C4552
(60,69,82)
#4F5763
(79,87,99)
#626974
(98,105,116)
#757B85
(117,123,133)
#888D96
(136,141,150)
#9B9FA7
(155,159,167)
#AEB1B8
(174,177,184)
#C1C3C9
(193,195,201)
#D4D5DA
(212,213,218)
#E7E7EB
(231,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293341 color. Also use rgb(41,51,65) instead hex code.

Text Font Color

.myTextColor { color: #293341; }

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

This text font color is #293341.


Background Color

.myBgColor { background-color: #293341; }

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

This div background color is #293341.


Border color

.myBorderColor { border: 1px solid #293341; }

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

This div border color is #293341.


Opacity

.myOpacity80 { color: #293341; opacity: 0.8; }

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

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

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

This text has shadow with #293341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293341 on black background.


Color preview on white background

This text has color #293341 on white background.



Black color preview on #293341 background

This text has black color on #293341 background.


White color preview on #293341 background

This text has white color on #293341 background.