COLOR #2A483D

HEX: #2A483D
RGB: (42,72,61)

Color info

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

RGB color model

#2A483D color RGB value is (42,72,61).

  • red value is 42;
  • green value is 72;
  • blue value is 61.
RGB:
(42,72,61)
(16%,28%,24%)

RGB channels and saturation

R 42 of 255 = 16%
G 72 of 255 = 28%
B 61 of 255 = 24%

42
72
61

R + G + B ~ 23%. #2A483D is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 72 + 61 = 175 (100%)
R 42 of 175 ~ 24%
G 72 of 175 ~ 41.14%
B 61 of 175 ~ 34.86%

%24
%41.14
%34.86

CMYK color model

#2A483D color CMYK value is (42,0,15,72).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 71.76%
CMYK:
(42,0,15,72)
C42M0Y15K72 
(42%,0%,15%,72%)
(0.42/0.00/0.15/0.72)	

CMYK percentages

%41.67
%0
%15.28
%71.76

Codes

Color #2A483D in popluar color models

2A483D
RGB427261
HSL158°26.32%22.35%
HSB/HSV158°41.67%28.24%
CMYK41.67%0.00%15.28%
71.76%

Color #2A483D in popluar number systems.

HEX2A483D
Decimal427261
Binary1010101001000111101
Octal5211075

Shades and tints

Shades of #2A483D

#2A483D
(42,72,61)
#274238
(39,66,56)
#243C33
(36,60,51)
#21362E
(33,54,46)
#1E3029
(30,48,41)
#1B2A24
(27,42,36)
#18241F
(24,36,31)
#151E1A
(21,30,26)
#121815
(18,24,21)
#0F1210
(15,18,16)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #2A483D

#2A483D
(42,72,61)
#3D584E
(61,88,78)
#50685F
(80,104,95)
#637870
(99,120,112)
#768881
(118,136,129)
#899892
(137,152,146)
#9CA8A3
(156,168,163)
#AFB8B4
(175,184,180)
#C2C8C5
(194,200,197)
#D5D8D6
(213,216,214)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A483D; }

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

This text font color is #2A483D.


Background Color

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

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

This div background color is #2A483D.


Border color

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

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

This div border color is #2A483D.


Opacity

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

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

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

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

This text has shadow with #2A483D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A483D on black background.


Color preview on white background

This text has color #2A483D on white background.



Black color preview on #2A483D background

This text has black color on #2A483D background.


White color preview on #2A483D background

This text has white color on #2A483D background.