COLOR #3A4D3D

HEX: #3A4D3D
RGB: (58,77,61)

Color info

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

RGB color model

#3A4D3D color RGB value is (58,77,61).

  • red value is 58;
  • green value is 77;
  • blue value is 61.
RGB:
(58,77,61)
(23%,30%,24%)

RGB channels and saturation

R 58 of 255 = 23%
G 77 of 255 = 30%
B 61 of 255 = 24%

58
77
61

R + G + B ~ 26%. #3A4D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 77 + 61 = 196 (100%)
R 58 of 196 ~ 29.59%
G 77 of 196 ~ 39.29%
B 61 of 196 ~ 31.12%

%29.59
%39.29
%31.12

CMYK color model

#3A4D3D color CMYK value is (25,0,21,70).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 69.80%
CMYK:
(25,0,21,70)
C25M0Y21K70 
(25%,0%,21%,70%)
(0.25/0.00/0.21/0.70)	

CMYK percentages

%24.68
%0
%20.78
%69.8

Codes

Color #3A4D3D in popluar color models

3A4D3D
RGB587761
HSL129°14.07%26.47%
HSB/HSV129°24.68%30.20%
CMYK24.68%0.00%20.78%
69.80%

Color #3A4D3D in popluar number systems.

HEX3A4D3D
Decimal587761
Binary1110101001101111101
Octal7211575

Shades and tints

Shades of #3A4D3D

#3A4D3D
(58,77,61)
#354638
(53,70,56)
#303F33
(48,63,51)
#2B382E
(43,56,46)
#263129
(38,49,41)
#212A24
(33,42,36)
#1C231F
(28,35,31)
#171C1A
(23,28,26)
#121515
(18,21,21)
#0D0E10
(13,14,16)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #3A4D3D

#3A4D3D
(58,77,61)
#4B5D4E
(75,93,78)
#5C6D5F
(92,109,95)
#6D7D70
(109,125,112)
#7E8D81
(126,141,129)
#8F9D92
(143,157,146)
#A0ADA3
(160,173,163)
#B1BDB4
(177,189,180)
#C2CDC5
(194,205,197)
#D3DDD6
(211,221,214)
#E4EDE7
(228,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4D3D color. Also use rgb(58,77,61) instead hex code.

Text Font Color

.myTextColor { color: #3A4D3D; }

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

This text font color is #3A4D3D.


Background Color

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

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

This div background color is #3A4D3D.


Border color

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

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

This div border color is #3A4D3D.


Opacity

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

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

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

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

This text has shadow with #3A4D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4D3D on black background.


Color preview on white background

This text has color #3A4D3D on white background.



Black color preview on #3A4D3D background

This text has black color on #3A4D3D background.


White color preview on #3A4D3D background

This text has white color on #3A4D3D background.