COLOR #2A4F61

HEX: #2A4F61
RGB: (42,79,97)

Color info

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

RGB color model

#2A4F61 color RGB value is (42,79,97).

  • red value is 42;
  • green value is 79;
  • blue value is 97.
RGB:
(42,79,97)
(16%,31%,38%)

RGB channels and saturation

R 42 of 255 = 16%
G 79 of 255 = 31%
B 97 of 255 = 38%

42
79
97

R + G + B ~ 28%. #2A4F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 79 + 97 = 218 (100%)
R 42 of 218 ~ 19.27%
G 79 of 218 ~ 36.24%
B 97 of 218 ~ 44.5%

%19.27
%36.24
%44.5

CMYK color model

#2A4F61 color CMYK value is (57,19,0,62).

  • cyan value is 56.70%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(57,19,0,62)
C57M19Y0K62 
(57%,19%,0%,62%)
(0.57/0.19/0.00/0.62)	

CMYK percentages

%56.7
%18.56
%0
%61.96

Codes

Color #2A4F61 in popluar color models

2A4F61
RGB427997
HSL200°39.57%27.25%
HSB/HSV200°56.70%38.04%
CMYK56.70%18.56%0.00%
61.96%

Color #2A4F61 in popluar number systems.

HEX2A4F61
Decimal427997
Binary10101010011111100001
Octal52117141

Shades and tints

Shades of #2A4F61

#2A4F61
(42,79,97)
#274859
(39,72,89)
#244151
(36,65,81)
#213A49
(33,58,73)
#1E3341
(30,51,65)
#1B2C39
(27,44,57)
#182531
(24,37,49)
#151E29
(21,30,41)
#121721
(18,23,33)
#0F1019
(15,16,25)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #2A4F61

#2A4F61
(42,79,97)
#3D5F6F
(61,95,111)
#506F7D
(80,111,125)
#637F8B
(99,127,139)
#768F99
(118,143,153)
#899FA7
(137,159,167)
#9CAFB5
(156,175,181)
#AFBFC3
(175,191,195)
#C2CFD1
(194,207,209)
#D5DFDF
(213,223,223)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4F61 color. Also use rgb(42,79,97) instead hex code.

Text Font Color

.myTextColor { color: #2A4F61; }

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

This text font color is #2A4F61.


Background Color

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

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

This div background color is #2A4F61.


Border color

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

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

This div border color is #2A4F61.


Opacity

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

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

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

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

This text has shadow with #2A4F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4F61 on black background.


Color preview on white background

This text has color #2A4F61 on white background.



Black color preview on #2A4F61 background

This text has black color on #2A4F61 background.


White color preview on #2A4F61 background

This text has white color on #2A4F61 background.