COLOR #2F453B

HEX: #2F453B
RGB: (47,69,59)

Color info

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

RGB color model

#2F453B color RGB value is (47,69,59).

  • red value is 47;
  • green value is 69;
  • blue value is 59.
RGB:
(47,69,59)
(18%,27%,23%)

RGB channels and saturation

R 47 of 255 = 18%
G 69 of 255 = 27%
B 59 of 255 = 23%

47
69
59

R + G + B ~ 23%. #2F453B is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 69 + 59 = 175 (100%)
R 47 of 175 ~ 26.86%
G 69 of 175 ~ 39.43%
B 59 of 175 ~ 33.71%

%26.86
%39.43
%33.71

CMYK color model

#2F453B color CMYK value is (32,0,14,73).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 72.94%
CMYK:
(32,0,14,73)
C32M0Y14K73 
(32%,0%,14%,73%)
(0.32/0.00/0.14/0.73)	

CMYK percentages

%31.88
%0
%14.49
%72.94

Codes

Color #2F453B in popluar color models

2F453B
RGB476959
HSL153°18.97%22.75%
HSB/HSV153°31.88%27.06%
CMYK31.88%0.00%14.49%
72.94%

Color #2F453B in popluar number systems.

HEX2F453B
Decimal476959
Binary1011111000101111011
Octal5710573

Shades and tints

Shades of #2F453B

#2F453B
(47,69,59)
#2B3F36
(43,63,54)
#273931
(39,57,49)
#23332C
(35,51,44)
#1F2D27
(31,45,39)
#1B2722
(27,39,34)
#17211D
(23,33,29)
#131B18
(19,27,24)
#0F1513
(15,21,19)
#0B0F0E
(11,15,14)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #2F453B

#2F453B
(47,69,59)
#41554C
(65,85,76)
#53655D
(83,101,93)
#65756E
(101,117,110)
#77857F
(119,133,127)
#899590
(137,149,144)
#9BA5A1
(155,165,161)
#ADB5B2
(173,181,178)
#BFC5C3
(191,197,195)
#D1D5D4
(209,213,212)
#E3E5E5
(227,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F453B color. Also use rgb(47,69,59) instead hex code.

Text Font Color

.myTextColor { color: #2F453B; }

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

This text font color is #2F453B.


Background Color

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

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

This div background color is #2F453B.


Border color

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

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

This div border color is #2F453B.


Opacity

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

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

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

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

This text has shadow with #2F453B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F453B on black background.


Color preview on white background

This text has color #2F453B on white background.



Black color preview on #2F453B background

This text has black color on #2F453B background.


White color preview on #2F453B background

This text has white color on #2F453B background.