COLOR #2F5A53

HEX: #2F5A53 RGB: (47,90,83)

Color info

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

RGB color model

#2F5A53 color RGB value is (47,90,83).

RGB: (47,90,83) (18%, 35%, 33%)

RGB channels and saturation

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

47
90
83

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

Portions of RGB colors in percentages

R + G + B = 47 + 90 + 83 = 220 (100%)
R 47 of 220 ~ 21.36%
G 90 of 220 ~ 40.91%
B 83 of 220 ~ 37.73'%

%21.36
%40.91
%37.73

CMYK color model

#2F5A53 color CMYK value is (48,0,8,65).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 64.71%

CMYK: (48,0,8,65)
C48M0Y8K65 (48%, 0%, 8%, 65%)
(0.48 / 0.00 / 0.08 / 0.65)

CMYK percentages

%47.78
%0
%7.78
%64.71

Codes

Color #2F5A53 in popluar color models

2F 5A 53
RGB 47 90 83
HSL 170° 31.39% 26.86%
HSB/HSV 170° 47.78% 35.29%
CMYK 47.78% 0.00% 7.78%
64.71%

Color #2F5A53 in popluar number systems.

HEX 2F 5A 53
Decimal 47 90 83
Binary 101111 1011010 1010011
Octal 57 132 123

Shades and tints

Shades of #2F5A53

#2F5A53
(47,90,83)
#2B524C
(43,82,76)
#274A45
(39,74,69)
#23423E
(35,66,62)
#1F3A37
(31,58,55)
#1B3230
(27,50,48)
#172A29
(23,42,41)
#132222
(19,34,34)
#0F1A1B
(15,26,27)
#0B1214
(11,18,20)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #2F5A53

#2F5A53
(47,90,83)
#416962
(65,105,98)
#537871
(83,120,113)
#658780
(101,135,128)
#77968F
(119,150,143)
#89A59E
(137,165,158)
#9BB4AD
(155,180,173)
#ADC3BC
(173,195,188)
#BFD2CB
(191,210,203)
#D1E1DA
(209,225,218)
#E3F0E9
(227,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2F5A53; }

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

This text font color is #2F5A53.

Background Color

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

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

This div background color is #2F5A53.

Border color

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

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

This div border color is #2F5A53.

Opacity

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

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

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

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

This text has shadow with #2F5A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F5A53.

Preview

Color preview on black background

This text has color #2F5A53 on black background.


Color preview on white background

This text has color #2F5A53 on white background.


Black color preview on #2F5A53 background

This text has black color on #2F5A53 background.


White color preview on #2F5A53 background

This text has white color on #2F5A53 background.


Related colors

Complementary color

Complementary color for #2F5A53 is #D0A5AC.


I love getcolorcode.com

Triadic colors

1 #532F5A and #5A532F with #2F5A53 are triadic colors.

2 #535A2F and #5A2F53 with #2F5A53 are triadic colors.