COLOR #2F093C

HEX: #2F093C
RGB: (47,9,60)

Color info

#2F093C contains red, green and blue colors in about the same proportion. Web safe color of #2F093C is #330033 (or #303).

RGB color model

#2F093C color RGB value is (47,9,60).

  • red value is 47;
  • green value is 9;
  • blue value is 60.
RGB:
(47,9,60)
(18%,4%,24%)

RGB channels and saturation

R 47 of 255 = 18%
G 9 of 255 = 4%
B 60 of 255 = 24%

47
9
60

R + G + B ~ 15%. #2F093C is dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 9 + 60 = 116 (100%)
R 47 of 116 ~ 40.52%
G 9 of 116 ~ 7.76%
B 60 of 116 ~ 51.72%

%40.52
%51.72

CMYK color model

#2F093C color CMYK value is (22,85,0,76).

  • cyan value is 21.67%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(22,85,0,76)
C22M85Y0K76 
(22%,85%,0%,76%)
(0.22/0.85/0.00/0.76)	

CMYK percentages

%21.67
%85
%0
%76.47

Codes

Color #2F093C in popluar color models

2F093C
RGB47960
HSL285°73.91%13.53%
HSB/HSV285°85.00%23.53%
CMYK21.67%85.00%0.00%
76.47%

Color #2F093C in popluar number systems.

HEX2F093C
Decimal47960
Binary1011111001111100
Octal571174

Shades and tints

Shades of #2F093C

#2F093C
(47,9,60)
#2B0937
(43,9,55)
#270932
(39,9,50)
#23092D
(35,9,45)
#1F0928
(31,9,40)
#1B0923
(27,9,35)
#17091E
(23,9,30)
#130919
(19,9,25)
#0F0914
(15,9,20)
#0B090F
(11,9,15)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #2F093C

#2F093C
(47,9,60)
#411F4D
(65,31,77)
#53355E
(83,53,94)
#654B6F
(101,75,111)
#776180
(119,97,128)
#897791
(137,119,145)
#9B8DA2
(155,141,162)
#ADA3B3
(173,163,179)
#BFB9C4
(191,185,196)
#D1CFD5
(209,207,213)
#E3E5E6
(227,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F093C color. Also use rgb(47,9,60) instead hex code.

Text Font Color

.myTextColor { color: #2F093C; }

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

This text font color is #2F093C.


Background Color

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

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

This div background color is #2F093C.


Border color

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

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

This div border color is #2F093C.


Opacity

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

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

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

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

This text has shadow with #2F093C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F093C on black background.


Color preview on white background

This text has color #2F093C on white background.



Black color preview on #2F093C background

This text has black color on #2F093C background.


White color preview on #2F093C background

This text has white color on #2F093C background.