COLOR #223F41

HEX: #223F41
RGB: (34,63,65)

Color info

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

RGB color model

#223F41 color RGB value is (34,63,65).

  • red value is 34;
  • green value is 63;
  • blue value is 65.
RGB:
(34,63,65)
(13%,25%,25%)

RGB channels and saturation

R 34 of 255 = 13%
G 63 of 255 = 25%
B 65 of 255 = 25%

34
63
65

R + G + B ~ 21%. #223F41 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 63 + 65 = 162 (100%)
R 34 of 162 ~ 20.99%
G 63 of 162 ~ 38.89%
B 65 of 162 ~ 40.12%

%20.99
%38.89
%40.12

CMYK color model

#223F41 color CMYK value is (48,3,0,75).

  • cyan value is 47.69%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(48,3,0,75)
C48M3Y0K75 
(48%,3%,0%,75%)
(0.48/0.03/0.00/0.75)	

CMYK percentages

%47.69
%3.08
%0
%74.51

Codes

Color #223F41 in popluar color models

223F41
RGB346365
HSL184°31.31%19.41%
HSB/HSV184°47.69%25.49%
CMYK47.69%3.08%0.00%
74.51%

Color #223F41 in popluar number systems.

HEX223F41
Decimal346365
Binary1000101111111000001
Octal4277101

Shades and tints

Shades of #223F41

#223F41
(34,63,65)
#1F3A3C
(31,58,60)
#1C3537
(28,53,55)
#193032
(25,48,50)
#162B2D
(22,43,45)
#132628
(19,38,40)
#102123
(16,33,35)
#0D1C1E
(13,28,30)
#0A1719
(10,23,25)
#071214
(7,18,20)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #223F41

#223F41
(34,63,65)
#365052
(54,80,82)
#4A6163
(74,97,99)
#5E7274
(94,114,116)
#728385
(114,131,133)
#869496
(134,148,150)
#9AA5A7
(154,165,167)
#AEB6B8
(174,182,184)
#C2C7C9
(194,199,201)
#D6D8DA
(214,216,218)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223F41 color. Also use rgb(34,63,65) instead hex code.

Text Font Color

.myTextColor { color: #223F41; }

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

This text font color is #223F41.


Background Color

.myBgColor { background-color: #223F41; }

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

This div background color is #223F41.


Border color

.myBorderColor { border: 1px solid #223F41; }

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

This div border color is #223F41.


Opacity

.myOpacity80 { color: #223F41; opacity: 0.8; }

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

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

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

This text has shadow with #223F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223F41 on black background.


Color preview on white background

This text has color #223F41 on white background.



Black color preview on #223F41 background

This text has black color on #223F41 background.


White color preview on #223F41 background

This text has white color on #223F41 background.