COLOR #3B473A

HEX: #3B473A
RGB: (59,71,58)

Color info

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

RGB color model

#3B473A color RGB value is (59,71,58).

  • red value is 59;
  • green value is 71;
  • blue value is 58.
RGB: (59,71,58) (23%,28%,23%)

RGB channels and saturation

R 59 of 255 = 23%
G 71 of 255 = 28%
B 58 of 255 = 23%

59
71
58

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

Portions of RGB colors in percentages

R + G + B =
59 + 71 + 58 = 188 (100%)
R 59 of 188 ~ 31.38%
G 71 of 188 ~ 37.77%
B 58 of 188 ~ 30.85%

%31.38
%37.77
%30.85

CMYK color model

#3B473A color CMYK value is (17,0,18,72).

  • cyan value is 16.90%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK: (17,0,18,72) C17M0Y18K72 (17%,0%,18%,72%) (0.17/0.00/0.18/0.72)

CMYK percentages

%16.9
%0
%18.31
%72.16

Codes

Color #3B473A in popluar color models

3B473A
RGB597158
HSL115°10.08%25.29%
HSB/HSV115°18.31%27.84%
CMYK16.90%0.00%18.31%
72.16%

Color #3B473A in popluar number systems.

HEX3B473A
Decimal597158
Binary1110111000111111010
Octal7310772

Shades and tints

Shades of #3B473A

#3B473A
(59,71,58)
#364135
(54,65,53)
#313B30
(49,59,48)
#2C352B
(44,53,43)
#272F26
(39,47,38)
#222921
(34,41,33)
#1D231C
(29,35,28)
#181D17
(24,29,23)
#131712
(19,23,18)
#0E110D
(14,17,13)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #3B473A

#3B473A
(59,71,58)
#4C574B
(76,87,75)
#5D675C
(93,103,92)
#6E776D
(110,119,109)
#7F877E
(127,135,126)
#90978F
(144,151,143)
#A1A7A0
(161,167,160)
#B2B7B1
(178,183,177)
#C3C7C2
(195,199,194)
#D4D7D3
(212,215,211)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B473A color. Also use rgb(59,71,58) instead hex code.

Text Font Color

.myTextColor { color: #3B473A; }

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

This text font color is #3B473A.


Background Color

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

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

This div background color is #3B473A.


Border color

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

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

This div border color is #3B473A.


Opacity

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

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

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

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

This text has shadow with #3B473A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3B473A on black background.


Color preview on white background

This text has color #3B473A on white background.



Black color preview on #3B473A background

This text has black color on #3B473A background.


White color preview on #3B473A background

This text has white color on #3B473A background.