COLOR #293752

HEX: #293752
RGB: (41,55,82)

Color info

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

RGB color model

#293752 color RGB value is (41,55,82).

  • red value is 41;
  • green value is 55;
  • blue value is 82.
RGB:
(41,55,82)
(16%,22%,32%)

RGB channels and saturation

R 41 of 255 = 16%
G 55 of 255 = 22%
B 82 of 255 = 32%

41
55
82

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

Portions of RGB colors in percentages

R + G + B =
41 + 55 + 82 = 178 (100%)
R 41 of 178 ~ 23.03%
G 55 of 178 ~ 30.9%
B 82 of 178 ~ 46.07%

%23.03
%30.9
%46.07

CMYK color model

#293752 color CMYK value is (50,33,0,68).

  • cyan value is 50.00%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(50,33,0,68)
C50M33Y0K68 
(50%,33%,0%,68%)
(0.50/0.33/0.00/0.68)	

CMYK percentages

%50
%32.93
%0
%67.84

Codes

Color #293752 in popluar color models

293752
RGB415582
HSL220°33.33%24.12%
HSB/HSV220°50.00%32.16%
CMYK50.00%32.93%0.00%
67.84%

Color #293752 in popluar number systems.

HEX293752
Decimal415582
Binary1010011101111010010
Octal5167122

Shades and tints

Shades of #293752

#293752
(41,55,82)
#26324B
(38,50,75)
#232D44
(35,45,68)
#20283D
(32,40,61)
#1D2336
(29,35,54)
#1A1E2F
(26,30,47)
#171928
(23,25,40)
#141421
(20,20,33)
#110F1A
(17,15,26)
#0E0A13
(14,10,19)
#0B050C
(11,5,12)
#000000
(0,0,0)

Tints of #293752

#293752
(41,55,82)
#3C4961
(60,73,97)
#4F5B70
(79,91,112)
#626D7F
(98,109,127)
#757F8E
(117,127,142)
#88919D
(136,145,157)
#9BA3AC
(155,163,172)
#AEB5BB
(174,181,187)
#C1C7CA
(193,199,202)
#D4D9D9
(212,217,217)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293752 color. Also use rgb(41,55,82) instead hex code.

Text Font Color

.myTextColor { color: #293752; }

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

This text font color is #293752.


Background Color

.myBgColor { background-color: #293752; }

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

This div background color is #293752.


Border color

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

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

This div border color is #293752.


Opacity

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

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

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

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

This text has shadow with #293752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293752 on black background.


Color preview on white background

This text has color #293752 on white background.



Black color preview on #293752 background

This text has black color on #293752 background.


White color preview on #293752 background

This text has white color on #293752 background.