COLOR #292C41

HEX: #292C41
RGB: (41,44,65)

Color info

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

RGB color model

#292C41 color RGB value is (41,44,65).

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

RGB channels and saturation

R 41 of 255 = 16%
G 44 of 255 = 17%
B 65 of 255 = 25%

41
44
65

R + G + B ~ 19%. #292C41 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 44 + 65 = 150 (100%)
R 41 of 150 ~ 27.33%
G 44 of 150 ~ 29.33%
B 65 of 150 ~ 43.33%

%27.33
%29.33
%43.33

CMYK color model

#292C41 color CMYK value is (37,32,0,75).

  • cyan value is 36.92%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(37,32,0,75)
C37M32Y0K75 
(37%,32%,0%,75%)
(0.37/0.32/0.00/0.75)	

CMYK percentages

%36.92
%32.31
%0
%74.51

Codes

Color #292C41 in popluar color models

292C41
RGB414465
HSL233°22.64%20.78%
HSB/HSV233°36.92%25.49%
CMYK36.92%32.31%0.00%
74.51%

Color #292C41 in popluar number systems.

HEX292C41
Decimal414465
Binary1010011011001000001
Octal5154101

Shades and tints

Shades of #292C41

#292C41
(41,44,65)
#26283C
(38,40,60)
#232437
(35,36,55)
#202032
(32,32,50)
#1D1C2D
(29,28,45)
#1A1828
(26,24,40)
#171423
(23,20,35)
#14101E
(20,16,30)
#110C19
(17,12,25)
#0E0814
(14,8,20)
#0B040F
(11,4,15)
#000000
(0,0,0)

Tints of #292C41

#292C41
(41,44,65)
#3C3F52
(60,63,82)
#4F5263
(79,82,99)
#626574
(98,101,116)
#757885
(117,120,133)
#888B96
(136,139,150)
#9B9EA7
(155,158,167)
#AEB1B8
(174,177,184)
#C1C4C9
(193,196,201)
#D4D7DA
(212,215,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292C41; }

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

This text font color is #292C41.


Background Color

.myBgColor { background-color: #292C41; }

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

This div background color is #292C41.


Border color

.myBorderColor { border: 1px solid #292C41; }

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

This div border color is #292C41.


Opacity

.myOpacity80 { color: #292C41; opacity: 0.8; }

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

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

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

This text has shadow with #292C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292C41 on black background.


Color preview on white background

This text has color #292C41 on white background.



Black color preview on #292C41 background

This text has black color on #292C41 background.


White color preview on #292C41 background

This text has white color on #292C41 background.