COLOR #2F2353

HEX: #2F2353
RGB: (47,35,83)

Color info

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

RGB color model

#2F2353 color RGB value is (47,35,83).

  • red value is 47;
  • green value is 35;
  • blue value is 83.
RGB:
(47,35,83)
(18%,14%,33%)

RGB channels and saturation

R 47 of 255 = 18%
G 35 of 255 = 14%
B 83 of 255 = 33%

47
35
83

R + G + B ~ 22%. #2F2353 is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 35 + 83 = 165 (100%)
R 47 of 165 ~ 28.48%
G 35 of 165 ~ 21.21%
B 83 of 165 ~ 50.3%

%28.48
%21.21
%50.3

CMYK color model

#2F2353 color CMYK value is (43,58,0,67).

  • cyan value is 43.37%
  • magenta value is 57.83%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(43,58,0,67)
C43M58Y0K67 
(43%,58%,0%,67%)
(0.43/0.58/0.00/0.67)	

CMYK percentages

%43.37
%57.83
%0
%67.45

Codes

Color #2F2353 in popluar color models

2F2353
RGB473583
HSL255°40.68%23.14%
HSB/HSV255°57.83%32.55%
CMYK43.37%57.83%0.00%
67.45%

Color #2F2353 in popluar number systems.

HEX2F2353
Decimal473583
Binary1011111000111010011
Octal5743123

Shades and tints

Shades of #2F2353

#2F2353
(47,35,83)
#2B204C
(43,32,76)
#271D45
(39,29,69)
#231A3E
(35,26,62)
#1F1737
(31,23,55)
#1B1430
(27,20,48)
#171129
(23,17,41)
#130E22
(19,14,34)
#0F0B1B
(15,11,27)
#0B0814
(11,8,20)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #2F2353

#2F2353
(47,35,83)
#413762
(65,55,98)
#534B71
(83,75,113)
#655F80
(101,95,128)
#77738F
(119,115,143)
#89879E
(137,135,158)
#9B9BAD
(155,155,173)
#ADAFBC
(173,175,188)
#BFC3CB
(191,195,203)
#D1D7DA
(209,215,218)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F2353 color. Also use rgb(47,35,83) instead hex code.

Text Font Color

.myTextColor { color: #2F2353; }

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

This text font color is #2F2353.


Background Color

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

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

This div background color is #2F2353.


Border color

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

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

This div border color is #2F2353.


Opacity

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

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

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

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

This text has shadow with #2F2353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F2353 on black background.


Color preview on white background

This text has color #2F2353 on white background.



Black color preview on #2F2353 background

This text has black color on #2F2353 background.


White color preview on #2F2353 background

This text has white color on #2F2353 background.