COLOR #292F51

HEX: #292F51 RGB: (41,47,81)

Color info

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

RGB color model

#292F51 color RGB value is (41,47,81).

RGB: (41,47,81) (16%, 18%, 32%)

RGB channels and saturation

R 41 of 255 = 16%
G 47 of 255 = 18%
B 81 of 255 = 32%

41
47
81

R + G + B ~ 22%. #292F51 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 47 + 81 = 169 (100%)
R 41 of 169 ~ 24.26%
G 47 of 169 ~ 27.81%
B 81 of 169 ~ 47.93'%

%24.26
%27.81
%47.93

CMYK color model

#292F51 color CMYK value is (49,42,0,68).

  • cyan value is 49.38%
  • magenta value is 41.98%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (49,42,0,68)
C49M42Y0K68 (49%, 42%, 0%, 68%)
(0.49 / 0.42 / 0.00 / 0.68)

CMYK percentages

%49.38
%41.98
%0
%68.24

Codes

Color #292F51 in popluar color models

29 2F 51
RGB 41 47 81
HSL 231° 32.79% 23.92%
HSB/HSV 231° 49.38% 31.76%
CMYK 49.38% 41.98% 0.00%
68.24%

Color #292F51 in popluar number systems.

HEX 29 2F 51
Decimal 41 47 81
Binary 101001 101111 1010001
Octal 51 57 121

Shades and tints

Shades of #292F51

#292F51
(41,47,81)
#262B4A
(38,43,74)
#232743
(35,39,67)
#20233C
(32,35,60)
#1D1F35
(29,31,53)
#1A1B2E
(26,27,46)
#171727
(23,23,39)
#141320
(20,19,32)
#110F19
(17,15,25)
#0E0B12
(14,11,18)
#0B070B
(11,7,11)
#000000
(0,0,0)

Tints of #292F51

#292F51
(41,47,81)
#3C4160
(60,65,96)
#4F536F
(79,83,111)
#62657E
(98,101,126)
#75778D
(117,119,141)
#88899C
(136,137,156)
#9B9BAB
(155,155,171)
#AEADBA
(174,173,186)
#C1BFC9
(193,191,201)
#D4D1D8
(212,209,216)
#E7E3E7
(231,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292F51; }

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

This text font color is #292F51.

Background Color

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

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

This div background color is #292F51.

Border color

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

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

This div border color is #292F51.

Opacity

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

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

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

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

This text has shadow with #292F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #292F51.

Preview

Color preview on black background

This text has color #292F51 on black background.


Color preview on white background

This text has color #292F51 on white background.


Black color preview on #292F51 background

This text has black color on #292F51 background.


White color preview on #292F51 background

This text has white color on #292F51 background.


Related colors

Complementary color

Complementary color for #hex is #D6D0AE.


I love getcolorcode.com

Triadic colors

1 #51292F and #2F5129 with #292F51 are triadic colors.

2 #512F29 and #2F2951 with #292F51 are triadic colors.