COLOR #3B3D18

HEX: #3B3D18
RGB: (59,61,24)

Color info

#3B3D18 contains red, green and blue colors in about the same proportion. Web safe color of #3B3D18 is #333300 (or #330).

RGB color model

#3B3D18 color RGB value is (59,61,24).

  • red value is 59;
  • green value is 61;
  • blue value is 24.
RGB:
(59,61,24)
(23%,24%,9%)

RGB channels and saturation

R 59 of 255 = 23%
G 61 of 255 = 24%
B 24 of 255 = 9%

59
61
24

R + G + B ~ 19%. #3B3D18 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 61 + 24 = 144 (100%)
R 59 of 144 ~ 40.97%
G 61 of 144 ~ 42.36%
B 24 of 144 ~ 16.67%

%40.97
%42.36
%16.67

CMYK color model

#3B3D18 color CMYK value is (3,0,61,76).

  • cyan value is 3.28%
  • magenta value is 0.00%
  • yellow value is 60.66%
  • key color value is 76.08%
CMYK:
(3,0,61,76)
C3M0Y61K76 
(3%,0%,61%,76%)
(0.03/0.00/0.61/0.76)	

CMYK percentages

%3.28
%0
%60.66
%76.08

Codes

Color #3B3D18 in popluar color models

3B3D18
RGB596124
HSL63°43.53%16.67%
HSB/HSV63°60.66%23.92%
CMYK3.28%0.00%60.66%
76.08%

Color #3B3D18 in popluar number systems.

HEX3B3D18
Decimal596124
Binary11101111110111000
Octal737530

Shades and tints

Shades of #3B3D18

#3B3D18
(59,61,24)
#363816
(54,56,22)
#313314
(49,51,20)
#2C2E12
(44,46,18)
#272910
(39,41,16)
#22240E
(34,36,14)
#1D1F0C
(29,31,12)
#181A0A
(24,26,10)
#131508
(19,21,8)
#0E1006
(14,16,6)
#090B04
(9,11,4)
#000000
(0,0,0)

Tints of #3B3D18

#3B3D18
(59,61,24)
#4C4E2D
(76,78,45)
#5D5F42
(93,95,66)
#6E7057
(110,112,87)
#7F816C
(127,129,108)
#909281
(144,146,129)
#A1A396
(161,163,150)
#B2B4AB
(178,180,171)
#C3C5C0
(195,197,192)
#D4D6D5
(212,214,213)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3D18 color. Also use rgb(59,61,24) instead hex code.

Text Font Color

.myTextColor { color: #3B3D18; }

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

This text font color is #3B3D18.


Background Color

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

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

This div background color is #3B3D18.


Border color

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

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

This div border color is #3B3D18.


Opacity

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

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

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

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

This text has shadow with #3B3D18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3D18 on black background.


Color preview on white background

This text has color #3B3D18 on white background.



Black color preview on #3B3D18 background

This text has black color on #3B3D18 background.


White color preview on #3B3D18 background

This text has white color on #3B3D18 background.