COLOR #223738

HEX: #223738
RGB: (34,55,56)

Color info

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

RGB color model

#223738 color RGB value is (34,55,56).

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

RGB channels and saturation

R 34 of 255 = 13%
G 55 of 255 = 22%
B 56 of 255 = 22%

34
55
56

R + G + B ~ 19%. #223738 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 55 + 56 = 145 (100%)
R 34 of 145 ~ 23.45%
G 55 of 145 ~ 37.93%
B 56 of 145 ~ 38.62%

%23.45
%37.93
%38.62

CMYK color model

#223738 color CMYK value is (39,2,0,78).

  • cyan value is 39.29%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(39,2,0,78)
C39M2Y0K78 
(39%,2%,0%,78%)
(0.39/0.02/0.00/0.78)	

CMYK percentages

%39.29
%1.79
%0
%78.04

Codes

Color #223738 in popluar color models

223738
RGB345556
HSL183°24.44%17.65%
HSB/HSV183°39.29%21.96%
CMYK39.29%1.79%0.00%
78.04%

Color #223738 in popluar number systems.

HEX223738
Decimal345556
Binary100010110111111000
Octal426770

Shades and tints

Shades of #223738

#223738
(34,55,56)
#1F3233
(31,50,51)
#1C2D2E
(28,45,46)
#192829
(25,40,41)
#162324
(22,35,36)
#131E1F
(19,30,31)
#10191A
(16,25,26)
#0D1415
(13,20,21)
#0A0F10
(10,15,16)
#070A0B
(7,10,11)
#040506
(4,5,6)
#000000
(0,0,0)

Tints of #223738

#223738
(34,55,56)
#36494A
(54,73,74)
#4A5B5C
(74,91,92)
#5E6D6E
(94,109,110)
#727F80
(114,127,128)
#869192
(134,145,146)
#9AA3A4
(154,163,164)
#AEB5B6
(174,181,182)
#C2C7C8
(194,199,200)
#D6D9DA
(214,217,218)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223738; }

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

This text font color is #223738.


Background Color

.myBgColor { background-color: #223738; }

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

This div background color is #223738.


Border color

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

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

This div border color is #223738.


Opacity

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

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

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

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

This text has shadow with #223738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223738 on black background.


Color preview on white background

This text has color #223738 on white background.



Black color preview on #223738 background

This text has black color on #223738 background.


White color preview on #223738 background

This text has white color on #223738 background.