COLOR #2F483F

HEX: #2F483F
RGB: (47,72,63)

Color info

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

RGB color model

#2F483F color RGB value is (47,72,63).

  • red value is 47;
  • green value is 72;
  • blue value is 63.
RGB:
(47,72,63)
(18%,28%,25%)

RGB channels and saturation

R 47 of 255 = 18%
G 72 of 255 = 28%
B 63 of 255 = 25%

47
72
63

R + G + B ~ 24%. #2F483F is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 72 + 63 = 182 (100%)
R 47 of 182 ~ 25.82%
G 72 of 182 ~ 39.56%
B 63 of 182 ~ 34.62%

%25.82
%39.56
%34.62

CMYK color model

#2F483F color CMYK value is (35,0,13,72).

  • cyan value is 34.72%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(35,0,13,72)
C35M0Y13K72 
(35%,0%,13%,72%)
(0.35/0.00/0.13/0.72)	

CMYK percentages

%34.72
%0
%12.5
%71.76

Codes

Color #2F483F in popluar color models

2F483F
RGB477263
HSL158°21.01%23.33%
HSB/HSV158°34.72%28.24%
CMYK34.72%0.00%12.50%
71.76%

Color #2F483F in popluar number systems.

HEX2F483F
Decimal477263
Binary1011111001000111111
Octal5711077

Shades and tints

Shades of #2F483F

#2F483F
(47,72,63)
#2B423A
(43,66,58)
#273C35
(39,60,53)
#233630
(35,54,48)
#1F302B
(31,48,43)
#1B2A26
(27,42,38)
#172421
(23,36,33)
#131E1C
(19,30,28)
#0F1817
(15,24,23)
#0B1212
(11,18,18)
#070C0D
(7,12,13)
#000000
(0,0,0)

Tints of #2F483F

#2F483F
(47,72,63)
#415850
(65,88,80)
#536861
(83,104,97)
#657872
(101,120,114)
#778883
(119,136,131)
#899894
(137,152,148)
#9BA8A5
(155,168,165)
#ADB8B6
(173,184,182)
#BFC8C7
(191,200,199)
#D1D8D8
(209,216,216)
#E3E8E9
(227,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F483F color. Also use rgb(47,72,63) instead hex code.

Text Font Color

.myTextColor { color: #2F483F; }

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

This text font color is #2F483F.


Background Color

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

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

This div background color is #2F483F.


Border color

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

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

This div border color is #2F483F.


Opacity

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

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

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

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

This text has shadow with #2F483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F483F on black background.


Color preview on white background

This text has color #2F483F on white background.



Black color preview on #2F483F background

This text has black color on #2F483F background.


White color preview on #2F483F background

This text has white color on #2F483F background.