COLOR #223F37

HEX: #223F37
RGB: (34,63,55)

Color info

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

RGB color model

#223F37 color RGB value is (34,63,55).

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

RGB channels and saturation

R 34 of 255 = 13%
G 63 of 255 = 25%
B 55 of 255 = 22%

34
63
55

R + G + B ~ 20%. #223F37 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 63 + 55 = 152 (100%)
R 34 of 152 ~ 22.37%
G 63 of 152 ~ 41.45%
B 55 of 152 ~ 36.18%

%22.37
%41.45
%36.18

CMYK color model

#223F37 color CMYK value is (46,0,13,75).

  • cyan value is 46.03%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 75.29%
CMYK:
(46,0,13,75)
C46M0Y13K75 
(46%,0%,13%,75%)
(0.46/0.00/0.13/0.75)	

CMYK percentages

%46.03
%0
%12.7
%75.29

Codes

Color #223F37 in popluar color models

223F37
RGB346355
HSL163°29.90%19.02%
HSB/HSV163°46.03%24.71%
CMYK46.03%0.00%12.70%
75.29%

Color #223F37 in popluar number systems.

HEX223F37
Decimal346355
Binary100010111111110111
Octal427767

Shades and tints

Shades of #223F37

#223F37
(34,63,55)
#1F3A32
(31,58,50)
#1C352D
(28,53,45)
#193028
(25,48,40)
#162B23
(22,43,35)
#13261E
(19,38,30)
#102119
(16,33,25)
#0D1C14
(13,28,20)
#0A170F
(10,23,15)
#07120A
(7,18,10)
#040D05
(4,13,5)
#000000
(0,0,0)

Tints of #223F37

#223F37
(34,63,55)
#365049
(54,80,73)
#4A615B
(74,97,91)
#5E726D
(94,114,109)
#72837F
(114,131,127)
#869491
(134,148,145)
#9AA5A3
(154,165,163)
#AEB6B5
(174,182,181)
#C2C7C7
(194,199,199)
#D6D8D9
(214,216,217)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223F37; }

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

This text font color is #223F37.


Background Color

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

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

This div background color is #223F37.


Border color

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

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

This div border color is #223F37.


Opacity

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

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

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

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

This text has shadow with #223F37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223F37 on black background.


Color preview on white background

This text has color #223F37 on white background.



Black color preview on #223F37 background

This text has black color on #223F37 background.


White color preview on #223F37 background

This text has white color on #223F37 background.