COLOR #2F005D

HEX: #2F005D
RGB: (47,0,93)

Color info

#2F005D contains only red and blue colors. Web safe color of #2F005D is #330066 (or #306).

RGB color model

#2F005D color RGB value is (47,0,93).

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

RGB channels and saturation

R 47 of 255 = 18%
G 0 of 255 = 0%
B 93 of 255 = 36%

47
0
93

R + G + B ~ 18%. #2F005D is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 0 + 93 = 140 (100%)
R 47 of 140 ~ 33.57%
G 0 of 140 ~ 0%
B 93 of 140 ~ 66.43%

%33.57
%66.43

CMYK color model

#2F005D color CMYK value is (49,100,0,64).

  • cyan value is 49.46%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(49,100,0,64)
C49M100Y0K64 
(49%,100%,0%,64%)
(0.49/1.00/0.00/0.64)	

CMYK percentages

%49.46
%100
%0
%63.53

Codes

Color #2F005D in popluar color models

2F005D
RGB47093
HSL270°100.00%18.24%
HSB/HSV270°100.00%36.47%
CMYK49.46%100.00%0.00%
63.53%

Color #2F005D in popluar number systems.

HEX2F005D
Decimal47093
Binary10111101011101
Octal570135

Shades and tints

Shades of #2F005D

#2F005D
(47,0,93)
#2B0055
(43,0,85)
#27004D
(39,0,77)
#230045
(35,0,69)
#1F003D
(31,0,61)
#1B0035
(27,0,53)
#17002D
(23,0,45)
#130025
(19,0,37)
#0F001D
(15,0,29)
#0B0015
(11,0,21)
#07000D
(7,0,13)
#000000
(0,0,0)

Tints of #2F005D

#2F005D
(47,0,93)
#41176B
(65,23,107)
#532E79
(83,46,121)
#654587
(101,69,135)
#775C95
(119,92,149)
#8973A3
(137,115,163)
#9B8AB1
(155,138,177)
#ADA1BF
(173,161,191)
#BFB8CD
(191,184,205)
#D1CFDB
(209,207,219)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F005D; }

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

This text font color is #2F005D.


Background Color

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

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

This div background color is #2F005D.


Border color

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

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

This div border color is #2F005D.


Opacity

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

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

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

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

This text has shadow with #2F005D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F005D on black background.


Color preview on white background

This text has color #2F005D on white background.



Black color preview on #2F005D background

This text has black color on #2F005D background.


White color preview on #2F005D background

This text has white color on #2F005D background.