COLOR #333741

HEX: #333741
RGB: (51,55,65)

Color info

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

RGB color model

#333741 color RGB value is (51,55,65).

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

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 65 of 255 = 25%

51
55
65

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

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 65 = 171 (100%)
R 51 of 171 ~ 29.82%
G 55 of 171 ~ 32.16%
B 65 of 171 ~ 38.01%

%29.82
%32.16
%38.01

CMYK color model

#333741 color CMYK value is (22,15,0,75).

  • cyan value is 21.54%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(22,15,0,75)
C22M15Y0K75 
(22%,15%,0%,75%)
(0.22/0.15/0.00/0.75)	

CMYK percentages

%21.54
%15.38
%0
%74.51

Codes

Color #333741 in popluar color models

333741
RGB515565
HSL223°12.07%22.75%
HSB/HSV223°21.54%25.49%
CMYK21.54%15.38%0.00%
74.51%

Color #333741 in popluar number systems.

HEX333741
Decimal515565
Binary1100111101111000001
Octal6367101

Shades and tints

Shades of #333741

#333741
(51,55,65)
#2F323C
(47,50,60)
#2B2D37
(43,45,55)
#272832
(39,40,50)
#23232D
(35,35,45)
#1F1E28
(31,30,40)
#1B1923
(27,25,35)
#17141E
(23,20,30)
#130F19
(19,15,25)
#0F0A14
(15,10,20)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #333741

#333741
(51,55,65)
#454952
(69,73,82)
#575B63
(87,91,99)
#696D74
(105,109,116)
#7B7F85
(123,127,133)
#8D9196
(141,145,150)
#9FA3A7
(159,163,167)
#B1B5B8
(177,181,184)
#C3C7C9
(195,199,201)
#D5D9DA
(213,217,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333741; }

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

This text font color is #333741.


Background Color

.myBgColor { background-color: #333741; }

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

This div background color is #333741.


Border color

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

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

This div border color is #333741.


Opacity

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

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

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

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

This text has shadow with #333741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333741 on black background.


Color preview on white background

This text has color #333741 on white background.



Black color preview on #333741 background

This text has black color on #333741 background.


White color preview on #333741 background

This text has white color on #333741 background.