COLOR #292E3C

HEX: #292E3C RGB: (41,46,60)

Color info

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

RGB color model

#292E3C color RGB value is (41,46,60).

RGB: (41,46,60) (16%, 18%, 24%)

RGB channels and saturation

R 41 of 255 = 16%
G 46 of 255 = 18%
B 60 of 255 = 24%

41
46
60

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

Portions of RGB colors in percentages

R + G + B = 41 + 46 + 60 = 147 (100%)
R 41 of 147 ~ 27.89%
G 46 of 147 ~ 31.29%
B 60 of 147 ~ 40.82'%

%27.89
%31.29
%40.82

CMYK color model

#292E3C color CMYK value is (32,23,0,76).

  • cyan value is 31.67%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (32,23,0,76)
C32M23Y0K76 (32%, 23%, 0%, 76%)
(0.32 / 0.23 / 0.00 / 0.76)

CMYK percentages

%31.67
%23.33
%0
%76.47

Codes

Color #292E3C in popluar color models

29 2E 3C
RGB 41 46 60
HSL 224° 18.81% 19.80%
HSB/HSV 224° 31.67% 23.53%
CMYK 31.67% 23.33% 0.00%
76.47%

Color #292E3C in popluar number systems.

HEX 29 2E 3C
Decimal 41 46 60
Binary 101001 101110 111100
Octal 51 56 74

Shades and tints

Shades of #292E3C

#292E3C
(41,46,60)
#262A37
(38,42,55)
#232632
(35,38,50)
#20222D
(32,34,45)
#1D1E28
(29,30,40)
#1A1A23
(26,26,35)
#17161E
(23,22,30)
#141219
(20,18,25)
#110E14
(17,14,20)
#0E0A0F
(14,10,15)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #292E3C

#292E3C
(41,46,60)
#3C414D
(60,65,77)
#4F545E
(79,84,94)
#62676F
(98,103,111)
#757A80
(117,122,128)
#888D91
(136,141,145)
#9BA0A2
(155,160,162)
#AEB3B3
(174,179,179)
#C1C6C4
(193,198,196)
#D4D9D5
(212,217,213)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #292E3C color. Also use rgb(41,46,60) instead hex code.

Text Font Color

.myTextColor { color: #292E3C; }

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

This text font color is #292E3C.

Background Color

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

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

This div background color is #292E3C.

Border color

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

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

This div border color is #292E3C.

Opacity

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

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

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

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

This text has shadow with #292E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #292E3C.

Preview

Color preview on black background

This text has color #292E3C on black background.


Color preview on white background

This text has color #292E3C on white background.


Black color preview on #292E3C background

This text has black color on #292E3C background.


White color preview on #292E3C background

This text has white color on #292E3C background.


Related colors

Complementary color

Complementary color for #hex is #D6D1C3.


I love getcolorcode.com

Triadic colors

1 #3C292E and #2E3C29 with #292E3C are triadic colors.

2 #3C2E29 and #2E293C with #292E3C are triadic colors.