COLOR #2A655D

HEX: #2A655D
RGB: (42,101,93)

Color info

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

RGB color model

#2A655D color RGB value is (42,101,93).

  • red value is 42;
  • green value is 101;
  • blue value is 93.
RGB:
(42,101,93)
(16%,40%,36%)

RGB channels and saturation

R 42 of 255 = 16%
G 101 of 255 = 40%
B 93 of 255 = 36%

42
101
93

R + G + B ~ 31%. #2A655D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 101 + 93 = 236 (100%)
R 42 of 236 ~ 17.8%
G 101 of 236 ~ 42.8%
B 93 of 236 ~ 39.41%

%17.8
%42.8
%39.41

CMYK color model

#2A655D color CMYK value is (58,0,8,60).

  • cyan value is 58.42%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 60.39%
CMYK:
(58,0,8,60)
C58M0Y8K60 
(58%,0%,8%,60%)
(0.58/0.00/0.08/0.60)	

CMYK percentages

%58.42
%0
%7.92
%60.39

Codes

Color #2A655D in popluar color models

2A655D
RGB4210193
HSL172°41.26%28.04%
HSB/HSV172°58.42%39.61%
CMYK58.42%0.00%7.92%
60.39%

Color #2A655D in popluar number systems.

HEX2A655D
Decimal4210193
Binary10101011001011011101
Octal52145135

Shades and tints

Shades of #2A655D

#2A655D
(42,101,93)
#275C55
(39,92,85)
#24534D
(36,83,77)
#214A45
(33,74,69)
#1E413D
(30,65,61)
#1B3835
(27,56,53)
#182F2D
(24,47,45)
#152625
(21,38,37)
#121D1D
(18,29,29)
#0F1415
(15,20,21)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #2A655D

#2A655D
(42,101,93)
#3D736B
(61,115,107)
#508179
(80,129,121)
#638F87
(99,143,135)
#769D95
(118,157,149)
#89ABA3
(137,171,163)
#9CB9B1
(156,185,177)
#AFC7BF
(175,199,191)
#C2D5CD
(194,213,205)
#D5E3DB
(213,227,219)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A655D color. Also use rgb(42,101,93) instead hex code.

Text Font Color

.myTextColor { color: #2A655D; }

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

This text font color is #2A655D.


Background Color

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

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

This div background color is #2A655D.


Border color

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

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

This div border color is #2A655D.


Opacity

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

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

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

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

This text has shadow with #2A655D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A655D on black background.


Color preview on white background

This text has color #2A655D on white background.



Black color preview on #2A655D background

This text has black color on #2A655D background.


White color preview on #2A655D background

This text has white color on #2A655D background.