COLOR #2F395A

HEX: #2F395A RGB: (47,57,90)

Color info

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

RGB color model

#2F395A color RGB value is (47,57,90).

RGB: (47,57,90) (18%, 22%, 35%)

RGB channels and saturation

R 47 of 255 = 18%
G 57 of 255 = 22%
B 90 of 255 = 35%

47
57
90

R + G + B ~ 25%. #2F395A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 57 + 90 = 194 (100%)
R 47 of 194 ~ 24.23%
G 57 of 194 ~ 29.38%
B 90 of 194 ~ 46.39'%

%24.23
%29.38
%46.39

CMYK color model

#2F395A color CMYK value is (48,37,0,65).

  • cyan value is 47.78%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (48,37,0,65) C48M37Y0K65 (48%,37%,0%,65%) (0.48/0.37/0.00/0.65) 

CMYK percentages

%47.78
%36.67
%0
%64.71

Codes

Color #2F395A in popluar color models

2F 39 5A
RGB 47 57 90
HSL 226° 31.39% 26.86%
HSB/HSV 226° 47.78% 35.29%
CMYK 47.78% 36.67% 0.00%
64.71%

Color #2F395A in popluar number systems.

HEX 2F 39 5A
Decimal 47 57 90
Binary 101111 111001 1011010
Octal 57 71 132

Shades and tints

Shades of #2F395A

#2F395A
(47,57,90)
#2B3452
(43,52,82)
#272F4A
(39,47,74)
#232A42
(35,42,66)
#1F253A
(31,37,58)
#1B2032
(27,32,50)
#171B2A
(23,27,42)
#131622
(19,22,34)
#0F111A
(15,17,26)
#0B0C12
(11,12,18)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #2F395A

#2F395A
(47,57,90)
#414B69
(65,75,105)
#535D78
(83,93,120)
#656F87
(101,111,135)
#778196
(119,129,150)
#8993A5
(137,147,165)
#9BA5B4
(155,165,180)
#ADB7C3
(173,183,195)
#BFC9D2
(191,201,210)
#D1DBE1
(209,219,225)
#E3EDF0
(227,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F395A color. Also use rgb(47,57,90) instead hex code.

Text Font Color

.myTextColor { color: #2F395A; }

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

This text font color is #2F395A.

Background Color

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

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

This div background color is #2F395A.

Border color

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

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

This div border color is #2F395A.

Opacity

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

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

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

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

This text has shadow with #2F395A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F395A.

Preview

Color preview on black background

This text has color #2F395A on black background.


Color preview on white background

This text has color #2F395A on white background.


Black color preview on #2F395A background

This text has black color on #2F395A background.


White color preview on #2F395A background

This text has white color on #2F395A background.


Related colors

Complementary color

Complementary color for #hex is #D0C6A5.


I love getcolorcode.com

Triadic colors

1 #5A2F39 and #395A2F with #2F395A are triadic colors.

2 #5A392F and #392F5A with #2F395A are triadic colors.