COLOR #292F61

HEX: #292F61
RGB: (41,47,97)

Color info

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

RGB color model

#292F61 color RGB value is (41,47,97).

  • red value is 41;
  • green value is 47;
  • blue value is 97.
RGB:
(41,47,97)
(16%,18%,38%)

RGB channels and saturation

R 41 of 255 = 16%
G 47 of 255 = 18%
B 97 of 255 = 38%

41
47
97

R + G + B ~ 24%. #292F61 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 47 + 97 = 185 (100%)
R 41 of 185 ~ 22.16%
G 47 of 185 ~ 25.41%
B 97 of 185 ~ 52.43%

%22.16
%25.41
%52.43

CMYK color model

#292F61 color CMYK value is (58,52,0,62).

  • cyan value is 57.73%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(58,52,0,62)
C58M52Y0K62 
(58%,52%,0%,62%)
(0.58/0.52/0.00/0.62)	

CMYK percentages

%57.73
%51.55
%0
%61.96

Codes

Color #292F61 in popluar color models

292F61
RGB414797
HSL234°40.58%27.06%
HSB/HSV234°57.73%38.04%
CMYK57.73%51.55%0.00%
61.96%

Color #292F61 in popluar number systems.

HEX292F61
Decimal414797
Binary1010011011111100001
Octal5157141

Shades and tints

Shades of #292F61

#292F61
(41,47,97)
#262B59
(38,43,89)
#232751
(35,39,81)
#202349
(32,35,73)
#1D1F41
(29,31,65)
#1A1B39
(26,27,57)
#171731
(23,23,49)
#141329
(20,19,41)
#110F21
(17,15,33)
#0E0B19
(14,11,25)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #292F61

#292F61
(41,47,97)
#3C416F
(60,65,111)
#4F537D
(79,83,125)
#62658B
(98,101,139)
#757799
(117,119,153)
#8889A7
(136,137,167)
#9B9BB5
(155,155,181)
#AEADC3
(174,173,195)
#C1BFD1
(193,191,209)
#D4D1DF
(212,209,223)
#E7E3ED
(231,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292F61; }

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

This text font color is #292F61.


Background Color

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

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

This div background color is #292F61.


Border color

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

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

This div border color is #292F61.


Opacity

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

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

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

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

This text has shadow with #292F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292F61 on black background.


Color preview on white background

This text has color #292F61 on white background.



Black color preview on #292F61 background

This text has black color on #292F61 background.


White color preview on #292F61 background

This text has white color on #292F61 background.