COLOR #2F555D

HEX: #2F555D RGB: (47,85,93)

Color info

#2F555D contains red, green and blue colors in about the same proportion. Web safe color of #2F555D is #336666 (or #366).

RGB color model

#2F555D color RGB value is (47,85,93).

RGB: (47,85,93) (18%, 33%, 36%)

RGB channels and saturation

R 47 of 255 = 18%
G 85 of 255 = 33%
B 93 of 255 = 36%

47
85
93

R + G + B ~ 29%. #2F555D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 47 + 85 + 93 = 225 (100%)
R 47 of 225 ~ 20.89%
G 85 of 225 ~ 37.78%
B 93 of 225 ~ 41.33'%

%20.89
%37.78
%41.33

CMYK color model

#2F555D color CMYK value is (49,9,0,64).

  • cyan value is 49.46%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (49,9,0,64) C49M9Y0K64 (49%,9%,0%,64%) (0.49/0.09/0.00/0.64) 

CMYK percentages

%49.46
%8.6
%0
%63.53

Codes

Color #2F555D in popluar color models

2F 55 5D
RGB 47 85 93
HSL 190° 32.86% 27.45%
HSB/HSV 190° 49.46% 36.47%
CMYK 49.46% 8.60% 0.00%
63.53%

Color #2F555D in popluar number systems.

HEX 2F 55 5D
Decimal 47 85 93
Binary 101111 1010101 1011101
Octal 57 125 135

Shades and tints

Shades of #2F555D

#2F555D
(47,85,93)
#2B4E55
(43,78,85)
#27474D
(39,71,77)
#234045
(35,64,69)
#1F393D
(31,57,61)
#1B3235
(27,50,53)
#172B2D
(23,43,45)
#132425
(19,36,37)
#0F1D1D
(15,29,29)
#0B1615
(11,22,21)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #2F555D

#2F555D
(47,85,93)
#41646B
(65,100,107)
#537379
(83,115,121)
#658287
(101,130,135)
#779195
(119,145,149)
#89A0A3
(137,160,163)
#9BAFB1
(155,175,177)
#ADBEBF
(173,190,191)
#BFCDCD
(191,205,205)
#D1DCDB
(209,220,219)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F555D; }

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

This text font color is #2F555D.

Background Color

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

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

This div background color is #2F555D.

Border color

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

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

This div border color is #2F555D.

Opacity

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

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

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

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

This text has shadow with #2F555D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F555D.

Preview

Color preview on black background

This text has color #2F555D on black background.


Color preview on white background

This text has color #2F555D on white background.


Black color preview on #2F555D background

This text has black color on #2F555D background.


White color preview on #2F555D background

This text has white color on #2F555D background.


Related colors

Complementary color

Complementary color for #hex is #D0AAA2.


I love getcolorcode.com

Triadic colors

1 #5D2F55 and #555D2F with #2F555D are triadic colors.

2 #5D552F and #552F5D with #2F555D are triadic colors.