COLOR #3B4230

HEX: #3B4230
RGB: (59,66,48)

Color info

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

RGB color model

#3B4230 color RGB value is (59,66,48).

  • red value is 59;
  • green value is 66;
  • blue value is 48.
RGB:
(59,66,48)
(23%,26%,19%)

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 48 of 255 = 19%

59
66
48

R + G + B ~ 23%. #3B4230 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 66 + 48 = 173 (100%)
R 59 of 173 ~ 34.1%
G 66 of 173 ~ 38.15%
B 48 of 173 ~ 27.75%

%34.1
%38.15
%27.75

CMYK color model

#3B4230 color CMYK value is (11,0,27,74).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 74.12%
CMYK:
(11,0,27,74)
C11M0Y27K74 
(11%,0%,27%,74%)
(0.11/0.00/0.27/0.74)	

CMYK percentages

%10.61
%0
%27.27
%74.12

Codes

Color #3B4230 in popluar color models

3B4230
RGB596648
HSL83°15.79%22.35%
HSB/HSV83°27.27%25.88%
CMYK10.61%0.00%27.27%
74.12%

Color #3B4230 in popluar number systems.

HEX3B4230
Decimal596648
Binary1110111000010110000
Octal7310260

Shades and tints

Shades of #3B4230

#3B4230
(59,66,48)
#363C2C
(54,60,44)
#313628
(49,54,40)
#2C3024
(44,48,36)
#272A20
(39,42,32)
#22241C
(34,36,28)
#1D1E18
(29,30,24)
#181814
(24,24,20)
#131210
(19,18,16)
#0E0C0C
(14,12,12)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #3B4230

#3B4230
(59,66,48)
#4C5342
(76,83,66)
#5D6454
(93,100,84)
#6E7566
(110,117,102)
#7F8678
(127,134,120)
#90978A
(144,151,138)
#A1A89C
(161,168,156)
#B2B9AE
(178,185,174)
#C3CAC0
(195,202,192)
#D4DBD2
(212,219,210)
#E5ECE4
(229,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4230 color. Also use rgb(59,66,48) instead hex code.

Text Font Color

.myTextColor { color: #3B4230; }

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

This text font color is #3B4230.


Background Color

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

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

This div background color is #3B4230.


Border color

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

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

This div border color is #3B4230.


Opacity

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

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

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

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

This text has shadow with #3B4230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4230 on black background.


Color preview on white background

This text has color #3B4230 on white background.



Black color preview on #3B4230 background

This text has black color on #3B4230 background.


White color preview on #3B4230 background

This text has white color on #3B4230 background.