COLOR #3D4A4B

HEX: #3D4A4B
RGB: (61,74,75)

Color info

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

RGB color model

#3D4A4B color RGB value is (61,74,75).

  • red value is 61;
  • green value is 74;
  • blue value is 75.
RGB:
(61,74,75)
(24%,29%,29%)

RGB channels and saturation

R 61 of 255 = 24%
G 74 of 255 = 29%
B 75 of 255 = 29%

61
74
75

R + G + B ~ 27%. #3D4A4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 74 + 75 = 210 (100%)
R 61 of 210 ~ 29.05%
G 74 of 210 ~ 35.24%
B 75 of 210 ~ 35.71%

%29.05
%35.24
%35.71

CMYK color model

#3D4A4B color CMYK value is (19,1,0,71).

  • cyan value is 18.67%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(19,1,0,71)
C19M1Y0K71 
(19%,1%,0%,71%)
(0.19/0.01/0.00/0.71)	

CMYK percentages

%18.67
%1.33
%0
%70.59

Codes

Color #3D4A4B in popluar color models

3D4A4B
RGB617475
HSL184°10.29%26.67%
HSB/HSV184°18.67%29.41%
CMYK18.67%1.33%0.00%
70.59%

Color #3D4A4B in popluar number systems.

HEX3D4A4B
Decimal617475
Binary11110110010101001011
Octal75112113

Shades and tints

Shades of #3D4A4B

#3D4A4B
(61,74,75)
#384445
(56,68,69)
#333E3F
(51,62,63)
#2E3839
(46,56,57)
#293233
(41,50,51)
#242C2D
(36,44,45)
#1F2627
(31,38,39)
#1A2021
(26,32,33)
#151A1B
(21,26,27)
#101415
(16,20,21)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #3D4A4B

#3D4A4B
(61,74,75)
#4E5A5B
(78,90,91)
#5F6A6B
(95,106,107)
#707A7B
(112,122,123)
#818A8B
(129,138,139)
#929A9B
(146,154,155)
#A3AAAB
(163,170,171)
#B4BABB
(180,186,187)
#C5CACB
(197,202,203)
#D6DADB
(214,218,219)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D4A4B color. Also use rgb(61,74,75) instead hex code.

Text Font Color

.myTextColor { color: #3D4A4B; }

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

This text font color is #3D4A4B.


Background Color

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

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

This div background color is #3D4A4B.


Border color

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

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

This div border color is #3D4A4B.


Opacity

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

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

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

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

This text has shadow with #3D4A4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D4A4B on black background.


Color preview on white background

This text has color #3D4A4B on white background.



Black color preview on #3D4A4B background

This text has black color on #3D4A4B background.


White color preview on #3D4A4B background

This text has white color on #3D4A4B background.