COLOR #3A483E

HEX: #3A483E
RGB: (58,72,62)

Color info

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

RGB color model

#3A483E color RGB value is (58,72,62).

  • red value is 58;
  • green value is 72;
  • blue value is 62.
RGB:
(58,72,62)
(23%,28%,24%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 62 of 255 = 24%

58
72
62

R + G + B ~ 25%. #3A483E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 72 + 62 = 192 (100%)
R 58 of 192 ~ 30.21%
G 72 of 192 ~ 37.5%
B 62 of 192 ~ 32.29%

%30.21
%37.5
%32.29

CMYK color model

#3A483E color CMYK value is (19,0,14,72).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 71.76%
CMYK:
(19,0,14,72)
C19M0Y14K72 
(19%,0%,14%,72%)
(0.19/0.00/0.14/0.72)	

CMYK percentages

%19.44
%0
%13.89
%71.76

Codes

Color #3A483E in popluar color models

3A483E
RGB587262
HSL137°10.77%25.49%
HSB/HSV137°19.44%28.24%
CMYK19.44%0.00%13.89%
71.76%

Color #3A483E in popluar number systems.

HEX3A483E
Decimal587262
Binary1110101001000111110
Octal7211076

Shades and tints

Shades of #3A483E

#3A483E
(58,72,62)
#354239
(53,66,57)
#303C34
(48,60,52)
#2B362F
(43,54,47)
#26302A
(38,48,42)
#212A25
(33,42,37)
#1C2420
(28,36,32)
#171E1B
(23,30,27)
#121816
(18,24,22)
#0D1211
(13,18,17)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #3A483E

#3A483E
(58,72,62)
#4B584F
(75,88,79)
#5C6860
(92,104,96)
#6D7871
(109,120,113)
#7E8882
(126,136,130)
#8F9893
(143,152,147)
#A0A8A4
(160,168,164)
#B1B8B5
(177,184,181)
#C2C8C6
(194,200,198)
#D3D8D7
(211,216,215)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A483E color. Also use rgb(58,72,62) instead hex code.

Text Font Color

.myTextColor { color: #3A483E; }

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

This text font color is #3A483E.


Background Color

.myBgColor { background-color: #3A483E; }

<div style="background-color:#3A483E">Inner text</div>

This div background color is #3A483E.


Border color

.myBorderColor { border: 1px solid #3A483E; }

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

This div border color is #3A483E.


Opacity

.myOpacity80 { color: #3A483E; opacity: 0.8; }

<p style="color:#3A483E;opacity:0.8;">80%</p>

Text with #3A483E 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 #3A483E;}

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

This text has shadow with #3A483E color.

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

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

This text has shadow with #3A483E primary color and red secondary color.


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

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

This text has shadow with #3A483E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A483E on black background.


Color preview on white background

This text has color #3A483E on white background.



Black color preview on #3A483E background

This text has black color on #3A483E background.


White color preview on #3A483E background

This text has white color on #3A483E background.