COLOR #2A2F29

HEX: #2A2F29
RGB: (42,47,41)

Color info

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

RGB color model

#2A2F29 color RGB value is (42,47,41).

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

RGB channels and saturation

R 42 of 255 = 16%
G 47 of 255 = 18%
B 41 of 255 = 16%

42
47
41

R + G + B ~ 17%. #2A2F29 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 47 + 41 = 130 (100%)
R 42 of 130 ~ 32.31%
G 47 of 130 ~ 36.15%
B 41 of 130 ~ 31.54%

%32.31
%36.15
%31.54

CMYK color model

#2A2F29 color CMYK value is (11,0,13,82).

  • cyan value is 10.64%
  • magenta value is 0.00%
  • yellow value is 12.77%
  • key color value is 81.57%
CMYK:
(11,0,13,82)
C11M0Y13K82 
(11%,0%,13%,82%)
(0.11/0.00/0.13/0.82)	

CMYK percentages

%10.64
%0
%12.77
%81.57

Codes

Color #2A2F29 in popluar color models

2A2F29
RGB424741
HSL110°6.82%17.25%
HSB/HSV110°12.77%18.43%
CMYK10.64%0.00%12.77%
81.57%

Color #2A2F29 in popluar number systems.

HEX2A2F29
Decimal424741
Binary101010101111101001
Octal525751

Shades and tints

Shades of #2A2F29

#2A2F29
(42,47,41)
#272B26
(39,43,38)
#242723
(36,39,35)
#212320
(33,35,32)
#1E1F1D
(30,31,29)
#1B1B1A
(27,27,26)
#181717
(24,23,23)
#151314
(21,19,20)
#120F11
(18,15,17)
#0F0B0E
(15,11,14)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #2A2F29

#2A2F29
(42,47,41)
#3D413C
(61,65,60)
#50534F
(80,83,79)
#636562
(99,101,98)
#767775
(118,119,117)
#898988
(137,137,136)
#9C9B9B
(156,155,155)
#AFADAE
(175,173,174)
#C2BFC1
(194,191,193)
#D5D1D4
(213,209,212)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A2F29 color. Also use rgb(42,47,41) instead hex code.

Text Font Color

.myTextColor { color: #2A2F29; }

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

This text font color is #2A2F29.


Background Color

.myBgColor { background-color: #2A2F29; }

<div style="background-color:#2A2F29">Inner text</div>

This div background color is #2A2F29.


Border color

.myBorderColor { border: 1px solid #2A2F29; }

<div style="border:3px solid #2A2F29">Div</div>

This div border color is #2A2F29.


Opacity

.myOpacity80 { color: #2A2F29; opacity: 0.8; }

<p style="color:#2A2F29;opacity:0.8;">80%</p>

Text with #2A2F29 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 #2A2F29;}

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

This text has shadow with #2A2F29 color.

.textShadow {text-shadow: 3px 3px 1px #2A2F29, 3px 3px 1px red;}

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

This text has shadow with #2A2F29 primary color and red secondary color.


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

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

This text has shadow with #2A2F29 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A2F29 on black background.


Color preview on white background

This text has color #2A2F29 on white background.



Black color preview on #2A2F29 background

This text has black color on #2A2F29 background.


White color preview on #2A2F29 background

This text has white color on #2A2F29 background.