COLOR #2F3035

HEX: #2F3035 RGB: (47,48,53)

Color info

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

RGB color model

#2F3035 color RGB value is (47,48,53).

RGB: (47,48,53) (18%, 19%, 21%)

RGB channels and saturation

R 47 of 255 = 18%
G 48 of 255 = 19%
B 53 of 255 = 21%

47
48
53

R + G + B ~ 19%. #2F3035 is dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 48 + 53 = 148 (100%)
R 47 of 148 ~ 31.76%
G 48 of 148 ~ 32.43%
B 53 of 148 ~ 35.81'%

%31.76
%32.43
%35.81

CMYK color model

#2F3035 color CMYK value is (11,9,0,79).

  • cyan value is 11.32%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK: (11,9,0,79) C11M9Y0K79 (11%,9%,0%,79%) (0.11/0.09/0.00/0.79) 

CMYK percentages

%11.32
%9.43
%0
%79.22

Codes

Color #2F3035 in popluar color models

2F 30 35
RGB 47 48 53
HSL 230° 6.00% 19.61%
HSB/HSV 230° 11.32% 20.78%
CMYK 11.32% 9.43% 0.00%
79.22%

Color #2F3035 in popluar number systems.

HEX 2F 30 35
Decimal 47 48 53
Binary 101111 110000 110101
Octal 57 60 65

Shades and tints

Shades of #2F3035

#2F3035
(47,48,53)
#2B2C31
(43,44,49)
#27282D
(39,40,45)
#232429
(35,36,41)
#1F2025
(31,32,37)
#1B1C21
(27,28,33)
#17181D
(23,24,29)
#131419
(19,20,25)
#0F1015
(15,16,21)
#0B0C11
(11,12,17)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #2F3035

#2F3035
(47,48,53)
#414247
(65,66,71)
#535459
(83,84,89)
#65666B
(101,102,107)
#77787D
(119,120,125)
#898A8F
(137,138,143)
#9B9CA1
(155,156,161)
#ADAEB3
(173,174,179)
#BFC0C5
(191,192,197)
#D1D2D7
(209,210,215)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F3035 color. Also use rgb(47,48,53) instead hex code.

Text Font Color

.myTextColor { color: #2F3035; }

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

This text font color is #2F3035.

Background Color

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

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

This div background color is #2F3035.

Border color

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

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

This div border color is #2F3035.

Opacity

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

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

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

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

This text has shadow with #2F3035 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F3035.

Preview

Color preview on black background

This text has color #2F3035 on black background.


Color preview on white background

This text has color #2F3035 on white background.


Black color preview on #2F3035 background

This text has black color on #2F3035 background.


White color preview on #2F3035 background

This text has white color on #2F3035 background.


Related colors

Complementary color

Complementary color for #hex is #D0CFCA.


I love getcolorcode.com

Triadic colors

1 #352F30 and #30352F with #2F3035 are triadic colors.

2 #35302F and #302F35 with #2F3035 are triadic colors.