COLOR #3B5345

HEX: #3B5345
RGB: (59,83,69)

Color info

#3B5345 contains red, green and blue colors in about the same proportion. Web safe color of #3B5345 is #336633 (or #363).

RGB color model

#3B5345 color RGB value is (59,83,69).

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

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 69 of 255 = 27%

59
83
69

R + G + B ~ 28%. #3B5345 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 69 = 211 (100%)
R 59 of 211 ~ 27.96%
G 83 of 211 ~ 39.34%
B 69 of 211 ~ 32.7%

%27.96
%39.34
%32.7

CMYK color model

#3B5345 color CMYK value is (29,0,17,67).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 67.45%
CMYK:
(29,0,17,67)
C29M0Y17K67 
(29%,0%,17%,67%)
(0.29/0.00/0.17/0.67)	

CMYK percentages

%28.92
%0
%16.87
%67.45

Codes

Color #3B5345 in popluar color models

3B5345
RGB598369
HSL145°16.90%27.84%
HSB/HSV145°28.92%32.55%
CMYK28.92%0.00%16.87%
67.45%

Color #3B5345 in popluar number systems.

HEX3B5345
Decimal598369
Binary11101110100111000101
Octal73123105

Shades and tints

Shades of #3B5345

#3B5345
(59,83,69)
#364C3F
(54,76,63)
#314539
(49,69,57)
#2C3E33
(44,62,51)
#27372D
(39,55,45)
#223027
(34,48,39)
#1D2921
(29,41,33)
#18221B
(24,34,27)
#131B15
(19,27,21)
#0E140F
(14,20,15)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #3B5345

#3B5345
(59,83,69)
#4C6255
(76,98,85)
#5D7165
(93,113,101)
#6E8075
(110,128,117)
#7F8F85
(127,143,133)
#909E95
(144,158,149)
#A1ADA5
(161,173,165)
#B2BCB5
(178,188,181)
#C3CBC5
(195,203,197)
#D4DAD5
(212,218,213)
#E5E9E5
(229,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5345; }

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

This text font color is #3B5345.


Background Color

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

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

This div background color is #3B5345.


Border color

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

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

This div border color is #3B5345.


Opacity

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

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

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

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

This text has shadow with #3B5345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5345 on black background.


Color preview on white background

This text has color #3B5345 on white background.



Black color preview on #3B5345 background

This text has black color on #3B5345 background.


White color preview on #3B5345 background

This text has white color on #3B5345 background.