COLOR #2F674D

HEX: #2F674D
RGB: (47,103,77)

Color info

#2F674D contains red, green and blue colors in about the same proportion. Web safe color of #2F674D is #336633 (or #363).

RGB color model

#2F674D color RGB value is (47,103,77).

  • red value is 47;
  • green value is 103;
  • blue value is 77.
RGB:
(47,103,77)
(18%,40%,30%)

RGB channels and saturation

R 47 of 255 = 18%
G 103 of 255 = 40%
B 77 of 255 = 30%

47
103
77

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

Portions of RGB colors in percentages

R + G + B =
47 + 103 + 77 = 227 (100%)
R 47 of 227 ~ 20.7%
G 103 of 227 ~ 45.37%
B 77 of 227 ~ 33.92%

%20.7
%45.37
%33.92

CMYK color model

#2F674D color CMYK value is (54,0,25,60).

  • cyan value is 54.37%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 59.61%
CMYK:
(54,0,25,60)
C54M0Y25K60 
(54%,0%,25%,60%)
(0.54/0.00/0.25/0.60)	

CMYK percentages

%54.37
%0
%25.24
%59.61

Codes

Color #2F674D in popluar color models

2F674D
RGB4710377
HSL152°37.33%29.41%
HSB/HSV152°54.37%40.39%
CMYK54.37%0.00%25.24%
59.61%

Color #2F674D in popluar number systems.

HEX2F674D
Decimal4710377
Binary10111111001111001101
Octal57147115

Shades and tints

Shades of #2F674D

#2F674D
(47,103,77)
#2B5E46
(43,94,70)
#27553F
(39,85,63)
#234C38
(35,76,56)
#1F4331
(31,67,49)
#1B3A2A
(27,58,42)
#173123
(23,49,35)
#13281C
(19,40,28)
#0F1F15
(15,31,21)
#0B160E
(11,22,14)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #2F674D

#2F674D
(47,103,77)
#41745D
(65,116,93)
#53816D
(83,129,109)
#658E7D
(101,142,125)
#779B8D
(119,155,141)
#89A89D
(137,168,157)
#9BB5AD
(155,181,173)
#ADC2BD
(173,194,189)
#BFCFCD
(191,207,205)
#D1DCDD
(209,220,221)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F674D color. Also use rgb(47,103,77) instead hex code.

Text Font Color

.myTextColor { color: #2F674D; }

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

This text font color is #2F674D.


Background Color

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

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

This div background color is #2F674D.


Border color

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

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

This div border color is #2F674D.


Opacity

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

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

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

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

This text has shadow with #2F674D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F674D on black background.


Color preview on white background

This text has color #2F674D on white background.



Black color preview on #2F674D background

This text has black color on #2F674D background.


White color preview on #2F674D background

This text has white color on #2F674D background.