COLOR #293E40

HEX: #293E40
RGB: (41,62,64)

Color info

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

RGB color model

#293E40 color RGB value is (41,62,64).

  • red value is 41;
  • green value is 62;
  • blue value is 64.
RGB:
(41,62,64)
(16%,24%,25%)

RGB channels and saturation

R 41 of 255 = 16%
G 62 of 255 = 24%
B 64 of 255 = 25%

41
62
64

R + G + B ~ 22%. #293E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 62 + 64 = 167 (100%)
R 41 of 167 ~ 24.55%
G 62 of 167 ~ 37.13%
B 64 of 167 ~ 38.32%

%24.55
%37.13
%38.32

CMYK color model

#293E40 color CMYK value is (36,3,0,75).

  • cyan value is 35.94%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(36,3,0,75)
C36M3Y0K75 
(36%,3%,0%,75%)
(0.36/0.03/0.00/0.75)	

CMYK percentages

%35.94
%3.12
%0
%74.9

Codes

Color #293E40 in popluar color models

293E40
RGB416264
HSL185°21.90%20.59%
HSB/HSV185°35.94%25.10%
CMYK35.94%3.12%0.00%
74.90%

Color #293E40 in popluar number systems.

HEX293E40
Decimal416264
Binary1010011111101000000
Octal5176100

Shades and tints

Shades of #293E40

#293E40
(41,62,64)
#26393B
(38,57,59)
#233436
(35,52,54)
#202F31
(32,47,49)
#1D2A2C
(29,42,44)
#1A2527
(26,37,39)
#172022
(23,32,34)
#141B1D
(20,27,29)
#111618
(17,22,24)
#0E1113
(14,17,19)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #293E40

#293E40
(41,62,64)
#3C4F51
(60,79,81)
#4F6062
(79,96,98)
#627173
(98,113,115)
#758284
(117,130,132)
#889395
(136,147,149)
#9BA4A6
(155,164,166)
#AEB5B7
(174,181,183)
#C1C6C8
(193,198,200)
#D4D7D9
(212,215,217)
#E7E8EA
(231,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293E40 color. Also use rgb(41,62,64) instead hex code.

Text Font Color

.myTextColor { color: #293E40; }

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

This text font color is #293E40.


Background Color

.myBgColor { background-color: #293E40; }

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

This div background color is #293E40.


Border color

.myBorderColor { border: 1px solid #293E40; }

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

This div border color is #293E40.


Opacity

.myOpacity80 { color: #293E40; opacity: 0.8; }

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

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

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

This text has shadow with #293E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293E40 on black background.


Color preview on white background

This text has color #293E40 on white background.



Black color preview on #293E40 background

This text has black color on #293E40 background.


White color preview on #293E40 background

This text has white color on #293E40 background.