COLOR #223126

HEX: #223126
RGB: (34,49,38)

Color info

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

RGB color model

#223126 color RGB value is (34,49,38).

  • red value is 34;
  • green value is 49;
  • blue value is 38.
RGB:
(34,49,38)
(13%,19%,15%)

RGB channels and saturation

R 34 of 255 = 13%
G 49 of 255 = 19%
B 38 of 255 = 15%

34
49
38

R + G + B ~ 16%. #223126 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 49 + 38 = 121 (100%)
R 34 of 121 ~ 28.1%
G 49 of 121 ~ 40.5%
B 38 of 121 ~ 31.4%

%28.1
%40.5
%31.4

CMYK color model

#223126 color CMYK value is (31,0,22,81).

  • cyan value is 30.61%
  • magenta value is 0.00%
  • yellow value is 22.45%
  • key color value is 80.78%
CMYK:
(31,0,22,81)
C31M0Y22K81 
(31%,0%,22%,81%)
(0.31/0.00/0.22/0.81)	

CMYK percentages

%30.61
%0
%22.45
%80.78

Codes

Color #223126 in popluar color models

223126
RGB344938
HSL136°18.07%16.27%
HSB/HSV136°30.61%19.22%
CMYK30.61%0.00%22.45%
80.78%

Color #223126 in popluar number systems.

HEX223126
Decimal344938
Binary100010110001100110
Octal426146

Shades and tints

Shades of #223126

#223126
(34,49,38)
#1F2D23
(31,45,35)
#1C2920
(28,41,32)
#19251D
(25,37,29)
#16211A
(22,33,26)
#131D17
(19,29,23)
#101914
(16,25,20)
#0D1511
(13,21,17)
#0A110E
(10,17,14)
#070D0B
(7,13,11)
#040908
(4,9,8)
#000000
(0,0,0)

Tints of #223126

#223126
(34,49,38)
#364339
(54,67,57)
#4A554C
(74,85,76)
#5E675F
(94,103,95)
#727972
(114,121,114)
#868B85
(134,139,133)
#9A9D98
(154,157,152)
#AEAFAB
(174,175,171)
#C2C1BE
(194,193,190)
#D6D3D1
(214,211,209)
#EAE5E4
(234,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223126 color. Also use rgb(34,49,38) instead hex code.

Text Font Color

.myTextColor { color: #223126; }

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

This text font color is #223126.


Background Color

.myBgColor { background-color: #223126; }

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

This div background color is #223126.


Border color

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

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

This div border color is #223126.


Opacity

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

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

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

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

This text has shadow with #223126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223126 on black background.


Color preview on white background

This text has color #223126 on white background.



Black color preview on #223126 background

This text has black color on #223126 background.


White color preview on #223126 background

This text has white color on #223126 background.