COLOR #223B29

HEX: #223B29
RGB: (34,59,41)

Color info

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

RGB color model

#223B29 color RGB value is (34,59,41).

  • red value is 34;
  • green value is 59;
  • blue value is 41.
RGB:
(34,59,41)
(13%,23%,16%)

RGB channels and saturation

R 34 of 255 = 13%
G 59 of 255 = 23%
B 41 of 255 = 16%

34
59
41

R + G + B ~ 17%. #223B29 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 59 + 41 = 134 (100%)
R 34 of 134 ~ 25.37%
G 59 of 134 ~ 44.03%
B 41 of 134 ~ 30.6%

%25.37
%44.03
%30.6

CMYK color model

#223B29 color CMYK value is (42,0,31,77).

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 30.51%
  • key color value is 76.86%
CMYK:
(42,0,31,77)
C42M0Y31K77 
(42%,0%,31%,77%)
(0.42/0.00/0.31/0.77)	

CMYK percentages

%42.37
%0
%30.51
%76.86

Codes

Color #223B29 in popluar color models

223B29
RGB345941
HSL137°26.88%18.24%
HSB/HSV137°42.37%23.14%
CMYK42.37%0.00%30.51%
76.86%

Color #223B29 in popluar number systems.

HEX223B29
Decimal345941
Binary100010111011101001
Octal427351

Shades and tints

Shades of #223B29

#223B29
(34,59,41)
#1F3626
(31,54,38)
#1C3123
(28,49,35)
#192C20
(25,44,32)
#16271D
(22,39,29)
#13221A
(19,34,26)
#101D17
(16,29,23)
#0D1814
(13,24,20)
#0A1311
(10,19,17)
#070E0E
(7,14,14)
#04090B
(4,9,11)
#000000
(0,0,0)

Tints of #223B29

#223B29
(34,59,41)
#364C3C
(54,76,60)
#4A5D4F
(74,93,79)
#5E6E62
(94,110,98)
#727F75
(114,127,117)
#869088
(134,144,136)
#9AA19B
(154,161,155)
#AEB2AE
(174,178,174)
#C2C3C1
(194,195,193)
#D6D4D4
(214,212,212)
#EAE5E7
(234,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223B29 color. Also use rgb(34,59,41) instead hex code.

Text Font Color

.myTextColor { color: #223B29; }

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

This text font color is #223B29.


Background Color

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

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

This div background color is #223B29.


Border color

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

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

This div border color is #223B29.


Opacity

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

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

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

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

This text has shadow with #223B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223B29 on black background.


Color preview on white background

This text has color #223B29 on white background.



Black color preview on #223B29 background

This text has black color on #223B29 background.


White color preview on #223B29 background

This text has white color on #223B29 background.