COLOR #2D2F57

HEX: #2D2F57
RGB: (45,47,87)

Color info

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

RGB color model

#2D2F57 color RGB value is (45,47,87).

  • red value is 45;
  • green value is 47;
  • blue value is 87.
RGB:
(45,47,87)
(18%,18%,34%)

RGB channels and saturation

R 45 of 255 = 18%
G 47 of 255 = 18%
B 87 of 255 = 34%

45
47
87

R + G + B ~ 23%. #2D2F57 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 47 + 87 = 179 (100%)
R 45 of 179 ~ 25.14%
G 47 of 179 ~ 26.26%
B 87 of 179 ~ 48.6%

%25.14
%26.26
%48.6

CMYK color model

#2D2F57 color CMYK value is (48,46,0,66).

  • cyan value is 48.28%
  • magenta value is 45.98%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(48,46,0,66)
C48M46Y0K66 
(48%,46%,0%,66%)
(0.48/0.46/0.00/0.66)	

CMYK percentages

%48.28
%45.98
%0
%65.88

Codes

Color #2D2F57 in popluar color models

2D2F57
RGB454787
HSL237°31.82%25.88%
HSB/HSV237°48.28%34.12%
CMYK48.28%45.98%0.00%
65.88%

Color #2D2F57 in popluar number systems.

HEX2D2F57
Decimal454787
Binary1011011011111010111
Octal5557127

Shades and tints

Shades of #2D2F57

#2D2F57
(45,47,87)
#292B50
(41,43,80)
#252749
(37,39,73)
#212342
(33,35,66)
#1D1F3B
(29,31,59)
#191B34
(25,27,52)
#15172D
(21,23,45)
#111326
(17,19,38)
#0D0F1F
(13,15,31)
#090B18
(9,11,24)
#050711
(5,7,17)
#000000
(0,0,0)

Tints of #2D2F57

#2D2F57
(45,47,87)
#404166
(64,65,102)
#535375
(83,83,117)
#666584
(102,101,132)
#797793
(121,119,147)
#8C89A2
(140,137,162)
#9F9BB1
(159,155,177)
#B2ADC0
(178,173,192)
#C5BFCF
(197,191,207)
#D8D1DE
(216,209,222)
#EBE3ED
(235,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D2F57 color. Also use rgb(45,47,87) instead hex code.

Text Font Color

.myTextColor { color: #2D2F57; }

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

This text font color is #2D2F57.


Background Color

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

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

This div background color is #2D2F57.


Border color

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

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

This div border color is #2D2F57.


Opacity

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

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

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

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

This text has shadow with #2D2F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D2F57 on black background.


Color preview on white background

This text has color #2D2F57 on white background.



Black color preview on #2D2F57 background

This text has black color on #2D2F57 background.


White color preview on #2D2F57 background

This text has white color on #2D2F57 background.