COLOR #223B17

HEX: #223B17
RGB: (34,59,23)

Color info

#223B17 contains red, green and blue colors in about the same proportion. Web safe color of #223B17 is #333300 (or #330).

RGB color model

#223B17 color RGB value is (34,59,23).

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

RGB channels and saturation

R 34 of 255 = 13%
G 59 of 255 = 23%
B 23 of 255 = 9%

34
59
23

R + G + B ~ 15%. #223B17 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 59 + 23 = 116 (100%)
R 34 of 116 ~ 29.31%
G 59 of 116 ~ 50.86%
B 23 of 116 ~ 19.83%

%29.31
%50.86
%19.83

CMYK color model

#223B17 color CMYK value is (42,0,61,77).

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 61.02%
  • key color value is 76.86%
CMYK:
(42,0,61,77)
C42M0Y61K77 
(42%,0%,61%,77%)
(0.42/0.00/0.61/0.77)	

CMYK percentages

%42.37
%0
%61.02
%76.86

Codes

Color #223B17 in popluar color models

223B17
RGB345923
HSL102°43.90%16.08%
HSB/HSV102°61.02%23.14%
CMYK42.37%0.00%61.02%
76.86%

Color #223B17 in popluar number systems.

HEX223B17
Decimal345923
Binary10001011101110111
Octal427327

Shades and tints

Shades of #223B17

#223B17
(34,59,23)
#1F3615
(31,54,21)
#1C3113
(28,49,19)
#192C11
(25,44,17)
#16270F
(22,39,15)
#13220D
(19,34,13)
#101D0B
(16,29,11)
#0D1809
(13,24,9)
#0A1307
(10,19,7)
#070E05
(7,14,5)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #223B17

#223B17
(34,59,23)
#364C2C
(54,76,44)
#4A5D41
(74,93,65)
#5E6E56
(94,110,86)
#727F6B
(114,127,107)
#869080
(134,144,128)
#9AA195
(154,161,149)
#AEB2AA
(174,178,170)
#C2C3BF
(194,195,191)
#D6D4D4
(214,212,212)
#EAE5E9
(234,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223B17; }

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

This text font color is #223B17.


Background Color

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

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

This div background color is #223B17.


Border color

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

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

This div border color is #223B17.


Opacity

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

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

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

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

This text has shadow with #223B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223B17 on black background.


Color preview on white background

This text has color #223B17 on white background.



Black color preview on #223B17 background

This text has black color on #223B17 background.


White color preview on #223B17 background

This text has white color on #223B17 background.