COLOR #2F6452

HEX: #2F6452
RGB: (47,100,82)

Color info

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

RGB color model

#2F6452 color RGB value is (47,100,82).

  • red value is 47;
  • green value is 100;
  • blue value is 82.
RGB:
(47,100,82)
(18%,39%,32%)

RGB channels and saturation

R 47 of 255 = 18%
G 100 of 255 = 39%
B 82 of 255 = 32%

47
100
82

R + G + B ~ 30%. #2F6452 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
47 + 100 + 82 = 229 (100%)
R 47 of 229 ~ 20.52%
G 100 of 229 ~ 43.67%
B 82 of 229 ~ 35.81%

%20.52
%43.67
%35.81

CMYK color model

#2F6452 color CMYK value is (53,0,18,61).

  • cyan value is 53.00%
  • magenta value is 0.00%
  • yellow value is 18.00%
  • key color value is 60.78%
CMYK:
(53,0,18,61)
C53M0Y18K61 
(53%,0%,18%,61%)
(0.53/0.00/0.18/0.61)	

CMYK percentages

%53
%0
%18
%60.78

Codes

Color #2F6452 in popluar color models

2F6452
RGB4710082
HSL160°36.05%28.82%
HSB/HSV160°53.00%39.22%
CMYK53.00%0.00%18.00%
60.78%

Color #2F6452 in popluar number systems.

HEX2F6452
Decimal4710082
Binary10111111001001010010
Octal57144122

Shades and tints

Shades of #2F6452

#2F6452
(47,100,82)
#2B5B4B
(43,91,75)
#275244
(39,82,68)
#23493D
(35,73,61)
#1F4036
(31,64,54)
#1B372F
(27,55,47)
#172E28
(23,46,40)
#132521
(19,37,33)
#0F1C1A
(15,28,26)
#0B1313
(11,19,19)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #2F6452

#2F6452
(47,100,82)
#417261
(65,114,97)
#538070
(83,128,112)
#658E7F
(101,142,127)
#779C8E
(119,156,142)
#89AA9D
(137,170,157)
#9BB8AC
(155,184,172)
#ADC6BB
(173,198,187)
#BFD4CA
(191,212,202)
#D1E2D9
(209,226,217)
#E3F0E8
(227,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F6452 color. Also use rgb(47,100,82) instead hex code.

Text Font Color

.myTextColor { color: #2F6452; }

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

This text font color is #2F6452.


Background Color

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

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

This div background color is #2F6452.


Border color

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

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

This div border color is #2F6452.


Opacity

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

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

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

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

This text has shadow with #2F6452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F6452 on black background.


Color preview on white background

This text has color #2F6452 on white background.



Black color preview on #2F6452 background

This text has black color on #2F6452 background.


White color preview on #2F6452 background

This text has white color on #2F6452 background.