COLOR #333641

HEX: #333641
RGB: (51,54,65)

Color info

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

RGB color model

#333641 color RGB value is (51,54,65).

  • red value is 51;
  • green value is 54;
  • blue value is 65.
RGB:
(51,54,65)
(20%,21%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 65 of 255 = 25%

51
54
65

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

Portions of RGB colors in percentages

R + G + B =
51 + 54 + 65 = 170 (100%)
R 51 of 170 ~ 30%
G 54 of 170 ~ 31.76%
B 65 of 170 ~ 38.24%

%30
%31.76
%38.24

CMYK color model

#333641 color CMYK value is (22,17,0,75).

  • cyan value is 21.54%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,17,0,75)
C22M17Y0K75 
(22%,17%,0%,75%)
(0.22/0.17/0.00/0.75)	

CMYK percentages

%21.54
%16.92
%0
%74.51

Codes

Color #333641 in popluar color models

333641
RGB515465
HSL227°12.07%22.75%
HSB/HSV227°21.54%25.49%
CMYK21.54%16.92%0.00%
74.51%

Color #333641 in popluar number systems.

HEX333641
Decimal515465
Binary1100111101101000001
Octal6366101

Shades and tints

Shades of #333641

#333641
(51,54,65)
#2F323C
(47,50,60)
#2B2E37
(43,46,55)
#272A32
(39,42,50)
#23262D
(35,38,45)
#1F2228
(31,34,40)
#1B1E23
(27,30,35)
#171A1E
(23,26,30)
#131619
(19,22,25)
#0F1214
(15,18,20)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #333641

#333641
(51,54,65)
#454852
(69,72,82)
#575A63
(87,90,99)
#696C74
(105,108,116)
#7B7E85
(123,126,133)
#8D9096
(141,144,150)
#9FA2A7
(159,162,167)
#B1B4B8
(177,180,184)
#C3C6C9
(195,198,201)
#D5D8DA
(213,216,218)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333641 color. Also use rgb(51,54,65) instead hex code.

Text Font Color

.myTextColor { color: #333641; }

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

This text font color is #333641.


Background Color

.myBgColor { background-color: #333641; }

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

This div background color is #333641.


Border color

.myBorderColor { border: 1px solid #333641; }

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

This div border color is #333641.


Opacity

.myOpacity80 { color: #333641; opacity: 0.8; }

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

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

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

This text has shadow with #333641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333641 on black background.


Color preview on white background

This text has color #333641 on white background.



Black color preview on #333641 background

This text has black color on #333641 background.


White color preview on #333641 background

This text has white color on #333641 background.