COLOR #2A5250

HEX: #2A5250 RGB: (42,82,80)

Color info

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

RGB color model

#2A5250 color RGB value is (42,82,80).

RGB: (42,82,80) (16%, 32%, 31%)

RGB channels and saturation

R 42 of 255 = 16%
G 82 of 255 = 32%
B 80 of 255 = 31%

42
82
80

R + G + B ~ 26%. #2A5250 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 82 + 80 = 204 (100%)
R 42 of 204 ~ 20.59%
G 82 of 204 ~ 40.2%
B 80 of 204 ~ 39.22'%

%20.59
%40.2
%39.22

CMYK color model

#2A5250 color CMYK value is (49,0,2,68).

  • cyan value is 48.78%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 67.84%

CMYK: (49,0,2,68)
C49M0Y2K68 (49%, 0%, 2%, 68%)
(0.49 / 0.00 / 0.02 / 0.68)

CMYK percentages

%48.78
%0
%2.44
%67.84

Codes

Color #2A5250 in popluar color models

2A 52 50
RGB 42 82 80
HSL 177° 32.26% 24.31%
HSB/HSV 177° 48.78% 32.16%
CMYK 48.78% 0.00% 2.44%
67.84%

Color #2A5250 in popluar number systems.

HEX 2A 52 50
Decimal 42 82 80
Binary 101010 1010010 1010000
Octal 52 122 120

Shades and tints

Shades of #2A5250

#2A5250
(42,82,80)
#274B49
(39,75,73)
#244442
(36,68,66)
#213D3B
(33,61,59)
#1E3634
(30,54,52)
#1B2F2D
(27,47,45)
#182826
(24,40,38)
#15211F
(21,33,31)
#121A18
(18,26,24)
#0F1311
(15,19,17)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #2A5250

#2A5250
(42,82,80)
#3D615F
(61,97,95)
#50706E
(80,112,110)
#637F7D
(99,127,125)
#768E8C
(118,142,140)
#899D9B
(137,157,155)
#9CACAA
(156,172,170)
#AFBBB9
(175,187,185)
#C2CAC8
(194,202,200)
#D5D9D7
(213,217,215)
#E8E8E6
(232,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5250 color. Also use rgb(42,82,80) instead hex code.

Text Font Color

.myTextColor { color: #2A5250; }

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

This text font color is #2A5250.

Background Color

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

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

This div background color is #2A5250.

Border color

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

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

This div border color is #2A5250.

Opacity

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

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

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

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

This text has shadow with #2A5250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A5250.

Preview

Color preview on black background

This text has color #2A5250 on black background.


Color preview on white background

This text has color #2A5250 on white background.


Black color preview on #2A5250 background

This text has black color on #2A5250 background.


White color preview on #2A5250 background

This text has white color on #2A5250 background.


Related colors

Complementary color

Complementary color for #hex is #D5ADAF.


I love getcolorcode.com

Triadic colors

1 #502A52 and #52502A with #2A5250 are triadic colors.

2 #50522A and #522A50 with #2A5250 are triadic colors.