COLOR #2A484C

HEX: #2A484C RGB: (42,72,76)

Color info

#2A484C contains red, green and blue colors in about the same proportion. Web safe color of #2A484C is #333333 (or #333).

RGB color model

#2A484C color RGB value is (42,72,76).

RGB: (42,72,76) (16%, 28%, 30%)

RGB channels and saturation

R 42 of 255 = 16%
G 72 of 255 = 28%
B 76 of 255 = 30%

42
72
76

R + G + B ~ 25%. #2A484C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 72 + 76 = 190 (100%)
R 42 of 190 ~ 22.11%
G 72 of 190 ~ 37.89%
B 76 of 190 ~ 40'%

%22.11
%37.89
%40

CMYK color model

#2A484C color CMYK value is (45,5,0,70).

  • cyan value is 44.74%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (45,5,0,70)
C45M5Y0K70 (45%, 5%, 0%, 70%)
(0.45 / 0.05 / 0.00 / 0.70)

CMYK percentages

%44.74
%5.26
%0
%70.2

Codes

Color #2A484C in popluar color models

2A 48 4C
RGB 42 72 76
HSL 187° 28.81% 23.14%
HSB/HSV 187° 44.74% 29.80%
CMYK 44.74% 5.26% 0.00%
70.20%

Color #2A484C in popluar number systems.

HEX 2A 48 4C
Decimal 42 72 76
Binary 101010 1001000 1001100
Octal 52 110 114

Shades and tints

Shades of #2A484C

#2A484C
(42,72,76)
#274246
(39,66,70)
#243C40
(36,60,64)
#21363A
(33,54,58)
#1E3034
(30,48,52)
#1B2A2E
(27,42,46)
#182428
(24,36,40)
#151E22
(21,30,34)
#12181C
(18,24,28)
#0F1216
(15,18,22)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #2A484C

#2A484C
(42,72,76)
#3D585C
(61,88,92)
#50686C
(80,104,108)
#63787C
(99,120,124)
#76888C
(118,136,140)
#89989C
(137,152,156)
#9CA8AC
(156,168,172)
#AFB8BC
(175,184,188)
#C2C8CC
(194,200,204)
#D5D8DC
(213,216,220)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A484C color. Also use rgb(42,72,76) instead hex code.

Text Font Color

.myTextColor { color: #2A484C; }

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

This text font color is #2A484C.

Background Color

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

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

This div background color is #2A484C.

Border color

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

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

This div border color is #2A484C.

Opacity

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

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

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

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

This text has shadow with #2A484C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A484C.

Preview

Color preview on black background

This text has color #2A484C on black background.


Color preview on white background

This text has color #2A484C on white background.


Black color preview on #2A484C background

This text has black color on #2A484C background.


White color preview on #2A484C background

This text has white color on #2A484C background.


Related colors

Complementary color

Complementary color for #hex is #D5B7B3.


I love getcolorcode.com

Triadic colors

1 #4C2A48 and #484C2A with #2A484C are triadic colors.

2 #4C482A and #482A4C with #2A484C are triadic colors.