COLOR #293251

HEX: #293251
RGB: (41,50,81)

Color info

#293251 contains red, green and blue colors in about the same proportion. Web safe color of #293251 is #333366 (or #336).

RGB color model

#293251 color RGB value is (41,50,81).

  • red value is 41;
  • green value is 50;
  • blue value is 81.
RGB:
(41,50,81)
(16%,20%,32%)

RGB channels and saturation

R 41 of 255 = 16%
G 50 of 255 = 20%
B 81 of 255 = 32%

41
50
81

R + G + B ~ 23%. #293251 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 50 + 81 = 172 (100%)
R 41 of 172 ~ 23.84%
G 50 of 172 ~ 29.07%
B 81 of 172 ~ 47.09%

%23.84
%29.07
%47.09

CMYK color model

#293251 color CMYK value is (49,38,0,68).

  • cyan value is 49.38%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(49,38,0,68)
C49M38Y0K68 
(49%,38%,0%,68%)
(0.49/0.38/0.00/0.68)	

CMYK percentages

%49.38
%38.27
%0
%68.24

Codes

Color #293251 in popluar color models

293251
RGB415081
HSL227°32.79%23.92%
HSB/HSV227°49.38%31.76%
CMYK49.38%38.27%0.00%
68.24%

Color #293251 in popluar number systems.

HEX293251
Decimal415081
Binary1010011100101010001
Octal5162121

Shades and tints

Shades of #293251

#293251
(41,50,81)
#262E4A
(38,46,74)
#232A43
(35,42,67)
#20263C
(32,38,60)
#1D2235
(29,34,53)
#1A1E2E
(26,30,46)
#171A27
(23,26,39)
#141620
(20,22,32)
#111219
(17,18,25)
#0E0E12
(14,14,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #293251

#293251
(41,50,81)
#3C4460
(60,68,96)
#4F566F
(79,86,111)
#62687E
(98,104,126)
#757A8D
(117,122,141)
#888C9C
(136,140,156)
#9B9EAB
(155,158,171)
#AEB0BA
(174,176,186)
#C1C2C9
(193,194,201)
#D4D4D8
(212,212,216)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293251 color. Also use rgb(41,50,81) instead hex code.

Text Font Color

.myTextColor { color: #293251; }

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

This text font color is #293251.


Background Color

.myBgColor { background-color: #293251; }

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

This div background color is #293251.


Border color

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

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

This div border color is #293251.


Opacity

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

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

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

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

This text has shadow with #293251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293251 on black background.


Color preview on white background

This text has color #293251 on white background.



Black color preview on #293251 background

This text has black color on #293251 background.


White color preview on #293251 background

This text has white color on #293251 background.