COLOR #292F35

HEX: #292F35
RGB: (41,47,53)

Color info

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

RGB color model

#292F35 color RGB value is (41,47,53).

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

RGB channels and saturation

R 41 of 255 = 16%
G 47 of 255 = 18%
B 53 of 255 = 21%

41
47
53

R + G + B ~ 18%. #292F35 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 47 + 53 = 141 (100%)
R 41 of 141 ~ 29.08%
G 47 of 141 ~ 33.33%
B 53 of 141 ~ 37.59%

%29.08
%33.33
%37.59

CMYK color model

#292F35 color CMYK value is (23,11,0,79).

  • cyan value is 22.64%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(23,11,0,79)
C23M11Y0K79 
(23%,11%,0%,79%)
(0.23/0.11/0.00/0.79)	

CMYK percentages

%22.64
%11.32
%0
%79.22

Codes

Color #292F35 in popluar color models

292F35
RGB414753
HSL210°12.77%18.43%
HSB/HSV210°22.64%20.78%
CMYK22.64%11.32%0.00%
79.22%

Color #292F35 in popluar number systems.

HEX292F35
Decimal414753
Binary101001101111110101
Octal515765

Shades and tints

Shades of #292F35

#292F35
(41,47,53)
#262B31
(38,43,49)
#23272D
(35,39,45)
#202329
(32,35,41)
#1D1F25
(29,31,37)
#1A1B21
(26,27,33)
#17171D
(23,23,29)
#141319
(20,19,25)
#110F15
(17,15,21)
#0E0B11
(14,11,17)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #292F35

#292F35
(41,47,53)
#3C4147
(60,65,71)
#4F5359
(79,83,89)
#62656B
(98,101,107)
#75777D
(117,119,125)
#88898F
(136,137,143)
#9B9BA1
(155,155,161)
#AEADB3
(174,173,179)
#C1BFC5
(193,191,197)
#D4D1D7
(212,209,215)
#E7E3E9
(231,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #292F35; }

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

This text font color is #292F35.


Background Color

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

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

This div background color is #292F35.


Border color

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

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

This div border color is #292F35.


Opacity

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

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

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

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

This text has shadow with #292F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #292F35 on black background.


Color preview on white background

This text has color #292F35 on white background.



Black color preview on #292F35 background

This text has black color on #292F35 background.


White color preview on #292F35 background

This text has white color on #292F35 background.