COLOR #3B3734

HEX: #3B3734
RGB: (59,55,52)

Color info

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

RGB color model

#3B3734 color RGB value is (59,55,52).

  • red value is 59;
  • green value is 55;
  • blue value is 52.
RGB:
(59,55,52)
(23%,22%,20%)

RGB channels and saturation

R 59 of 255 = 23%
G 55 of 255 = 22%
B 52 of 255 = 20%

59
55
52

R + G + B ~ 22%. #3B3734 is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 55 + 52 = 166 (100%)
R 59 of 166 ~ 35.54%
G 55 of 166 ~ 33.13%
B 52 of 166 ~ 31.33%

%35.54
%33.13
%31.33

CMYK color model

#3B3734 color CMYK value is (0,7,12,77).

  • cyan value is 0.00%
  • magenta value is 6.78%
  • yellow value is 11.86%
  • key color value is 76.86%
CMYK:
(0,7,12,77)
C0M7Y12K77 
(0%,7%,12%,77%)
(0.00/0.07/0.12/0.77)	

CMYK percentages

%0
%6.78
%11.86
%76.86

Codes

Color #3B3734 in popluar color models

3B3734
RGB595552
HSL26°6.31%21.76%
HSB/HSV26°11.86%23.14%
CMYK0.00%6.78%11.86%
76.86%

Color #3B3734 in popluar number systems.

HEX3B3734
Decimal595552
Binary111011110111110100
Octal736764

Shades and tints

Shades of #3B3734

#3B3734
(59,55,52)
#363230
(54,50,48)
#312D2C
(49,45,44)
#2C2828
(44,40,40)
#272324
(39,35,36)
#221E20
(34,30,32)
#1D191C
(29,25,28)
#181418
(24,20,24)
#130F14
(19,15,20)
#0E0A10
(14,10,16)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #3B3734

#3B3734
(59,55,52)
#4C4946
(76,73,70)
#5D5B58
(93,91,88)
#6E6D6A
(110,109,106)
#7F7F7C
(127,127,124)
#90918E
(144,145,142)
#A1A3A0
(161,163,160)
#B2B5B2
(178,181,178)
#C3C7C4
(195,199,196)
#D4D9D6
(212,217,214)
#E5EBE8
(229,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3734 color. Also use rgb(59,55,52) instead hex code.

Text Font Color

.myTextColor { color: #3B3734; }

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

This text font color is #3B3734.


Background Color

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

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

This div background color is #3B3734.


Border color

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

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

This div border color is #3B3734.


Opacity

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

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

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

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

This text has shadow with #3B3734 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3734 on black background.


Color preview on white background

This text has color #3B3734 on white background.



Black color preview on #3B3734 background

This text has black color on #3B3734 background.


White color preview on #3B3734 background

This text has white color on #3B3734 background.