COLOR #223B2A

HEX: #223B2A
RGB: (34,59,42)

Color info

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

RGB color model

#223B2A color RGB value is (34,59,42).

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

RGB channels and saturation

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

34
59
42

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

Portions of RGB colors in percentages

R + G + B =
34 + 59 + 42 = 135 (100%)
R 34 of 135 ~ 25.19%
G 59 of 135 ~ 43.7%
B 42 of 135 ~ 31.11%

%25.19
%43.7
%31.11

CMYK color model

#223B2A color CMYK value is (42,0,29,77).

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 76.86%
CMYK:
(42,0,29,77)
C42M0Y29K77 
(42%,0%,29%,77%)
(0.42/0.00/0.29/0.77)	

CMYK percentages

%42.37
%0
%28.81
%76.86

Codes

Color #223B2A in popluar color models

223B2A
RGB345942
HSL139°26.88%18.24%
HSB/HSV139°42.37%23.14%
CMYK42.37%0.00%28.81%
76.86%

Color #223B2A in popluar number systems.

HEX223B2A
Decimal345942
Binary100010111011101010
Octal427352

Shades and tints

Shades of #223B2A

#223B2A
(34,59,42)
#1F3627
(31,54,39)
#1C3124
(28,49,36)
#192C21
(25,44,33)
#16271E
(22,39,30)
#13221B
(19,34,27)
#101D18
(16,29,24)
#0D1815
(13,24,21)
#0A1312
(10,19,18)
#070E0F
(7,14,15)
#04090C
(4,9,12)
#000000
(0,0,0)

Tints of #223B2A

#223B2A
(34,59,42)
#364C3D
(54,76,61)
#4A5D50
(74,93,80)
#5E6E63
(94,110,99)
#727F76
(114,127,118)
#869089
(134,144,137)
#9AA19C
(154,161,156)
#AEB2AF
(174,178,175)
#C2C3C2
(194,195,194)
#D6D4D5
(214,212,213)
#EAE5E8
(234,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223B2A; }

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

This text font color is #223B2A.


Background Color

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

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

This div background color is #223B2A.


Border color

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

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

This div border color is #223B2A.


Opacity

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

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

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

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

This text has shadow with #223B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223B2A on black background.


Color preview on white background

This text has color #223B2A on white background.



Black color preview on #223B2A background

This text has black color on #223B2A background.


White color preview on #223B2A background

This text has white color on #223B2A background.