COLOR #2F425D

HEX: #2F425D
RGB: (47,66,93)

Color info

#2F425D contains red, green and blue colors in about the same proportion. Web safe color of #2F425D is #333366 (or #336).

RGB color model

#2F425D color RGB value is (47,66,93).

  • red value is 47;
  • green value is 66;
  • blue value is 93.
RGB:
(47,66,93)
(18%,26%,36%)

RGB channels and saturation

R 47 of 255 = 18%
G 66 of 255 = 26%
B 93 of 255 = 36%

47
66
93

R + G + B ~ 27%. #2F425D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 66 + 93 = 206 (100%)
R 47 of 206 ~ 22.82%
G 66 of 206 ~ 32.04%
B 93 of 206 ~ 45.15%

%22.82
%32.04
%45.15

CMYK color model

#2F425D color CMYK value is (49,29,0,64).

  • cyan value is 49.46%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(49,29,0,64)
C49M29Y0K64 
(49%,29%,0%,64%)
(0.49/0.29/0.00/0.64)	

CMYK percentages

%49.46
%29.03
%0
%63.53

Codes

Color #2F425D in popluar color models

2F425D
RGB476693
HSL215°32.86%27.45%
HSB/HSV215°49.46%36.47%
CMYK49.46%29.03%0.00%
63.53%

Color #2F425D in popluar number systems.

HEX2F425D
Decimal476693
Binary10111110000101011101
Octal57102135

Shades and tints

Shades of #2F425D

#2F425D
(47,66,93)
#2B3C55
(43,60,85)
#27364D
(39,54,77)
#233045
(35,48,69)
#1F2A3D
(31,42,61)
#1B2435
(27,36,53)
#171E2D
(23,30,45)
#131825
(19,24,37)
#0F121D
(15,18,29)
#0B0C15
(11,12,21)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #2F425D

#2F425D
(47,66,93)
#41536B
(65,83,107)
#536479
(83,100,121)
#657587
(101,117,135)
#778695
(119,134,149)
#8997A3
(137,151,163)
#9BA8B1
(155,168,177)
#ADB9BF
(173,185,191)
#BFCACD
(191,202,205)
#D1DBDB
(209,219,219)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F425D color. Also use rgb(47,66,93) instead hex code.

Text Font Color

.myTextColor { color: #2F425D; }

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

This text font color is #2F425D.


Background Color

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

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

This div background color is #2F425D.


Border color

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

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

This div border color is #2F425D.


Opacity

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

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

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

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

This text has shadow with #2F425D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F425D on black background.


Color preview on white background

This text has color #2F425D on white background.



Black color preview on #2F425D background

This text has black color on #2F425D background.


White color preview on #2F425D background

This text has white color on #2F425D background.