COLOR #3B4D45

HEX: #3B4D45
RGB: (59,77,69)

Color info

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

RGB color model

#3B4D45 color RGB value is (59,77,69).

  • red value is 59;
  • green value is 77;
  • blue value is 69.
RGB:
(59,77,69)
(23%,30%,27%)

RGB channels and saturation

R 59 of 255 = 23%
G 77 of 255 = 30%
B 69 of 255 = 27%

59
77
69

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

Portions of RGB colors in percentages

R + G + B =
59 + 77 + 69 = 205 (100%)
R 59 of 205 ~ 28.78%
G 77 of 205 ~ 37.56%
B 69 of 205 ~ 33.66%

%28.78
%37.56
%33.66

CMYK color model

#3B4D45 color CMYK value is (23,0,10,70).

  • cyan value is 23.38%
  • magenta value is 0.00%
  • yellow value is 10.39%
  • key color value is 69.80%
CMYK:
(23,0,10,70)
C23M0Y10K70 
(23%,0%,10%,70%)
(0.23/0.00/0.10/0.70)	

CMYK percentages

%23.38
%0
%10.39
%69.8

Codes

Color #3B4D45 in popluar color models

3B4D45
RGB597769
HSL153°13.24%26.67%
HSB/HSV153°23.38%30.20%
CMYK23.38%0.00%10.39%
69.80%

Color #3B4D45 in popluar number systems.

HEX3B4D45
Decimal597769
Binary11101110011011000101
Octal73115105

Shades and tints

Shades of #3B4D45

#3B4D45
(59,77,69)
#36463F
(54,70,63)
#313F39
(49,63,57)
#2C3833
(44,56,51)
#27312D
(39,49,45)
#222A27
(34,42,39)
#1D2321
(29,35,33)
#181C1B
(24,28,27)
#131515
(19,21,21)
#0E0E0F
(14,14,15)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #3B4D45

#3B4D45
(59,77,69)
#4C5D55
(76,93,85)
#5D6D65
(93,109,101)
#6E7D75
(110,125,117)
#7F8D85
(127,141,133)
#909D95
(144,157,149)
#A1ADA5
(161,173,165)
#B2BDB5
(178,189,181)
#C3CDC5
(195,205,197)
#D4DDD5
(212,221,213)
#E5EDE5
(229,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4D45 color. Also use rgb(59,77,69) instead hex code.

Text Font Color

.myTextColor { color: #3B4D45; }

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

This text font color is #3B4D45.


Background Color

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

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

This div background color is #3B4D45.


Border color

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

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

This div border color is #3B4D45.


Opacity

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

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

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

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

This text has shadow with #3B4D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4D45 on black background.


Color preview on white background

This text has color #3B4D45 on white background.



Black color preview on #3B4D45 background

This text has black color on #3B4D45 background.


White color preview on #3B4D45 background

This text has white color on #3B4D45 background.