COLOR #223E2E

HEX: #223E2E
RGB: (34,62,46)

Color info

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

RGB color model

#223E2E color RGB value is (34,62,46).

  • red value is 34;
  • green value is 62;
  • blue value is 46.
RGB:
(34,62,46)
(13%,24%,18%)

RGB channels and saturation

R 34 of 255 = 13%
G 62 of 255 = 24%
B 46 of 255 = 18%

34
62
46

R + G + B ~ 18%. #223E2E is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 62 + 46 = 142 (100%)
R 34 of 142 ~ 23.94%
G 62 of 142 ~ 43.66%
B 46 of 142 ~ 32.39%

%23.94
%43.66
%32.39

CMYK color model

#223E2E color CMYK value is (45,0,26,76).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 25.81%
  • key color value is 75.69%
CMYK:
(45,0,26,76)
C45M0Y26K76 
(45%,0%,26%,76%)
(0.45/0.00/0.26/0.76)	

CMYK percentages

%45.16
%0
%25.81
%75.69

Codes

Color #223E2E in popluar color models

223E2E
RGB346246
HSL146°29.17%18.82%
HSB/HSV146°45.16%24.31%
CMYK45.16%0.00%25.81%
75.69%

Color #223E2E in popluar number systems.

HEX223E2E
Decimal346246
Binary100010111110101110
Octal427656

Shades and tints

Shades of #223E2E

#223E2E
(34,62,46)
#1F392A
(31,57,42)
#1C3426
(28,52,38)
#192F22
(25,47,34)
#162A1E
(22,42,30)
#13251A
(19,37,26)
#102016
(16,32,22)
#0D1B12
(13,27,18)
#0A160E
(10,22,14)
#07110A
(7,17,10)
#040C06
(4,12,6)
#000000
(0,0,0)

Tints of #223E2E

#223E2E
(34,62,46)
#364F41
(54,79,65)
#4A6054
(74,96,84)
#5E7167
(94,113,103)
#72827A
(114,130,122)
#86938D
(134,147,141)
#9AA4A0
(154,164,160)
#AEB5B3
(174,181,179)
#C2C6C6
(194,198,198)
#D6D7D9
(214,215,217)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223E2E color. Also use rgb(34,62,46) instead hex code.

Text Font Color

.myTextColor { color: #223E2E; }

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

This text font color is #223E2E.


Background Color

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

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

This div background color is #223E2E.


Border color

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

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

This div border color is #223E2E.


Opacity

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

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

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

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

This text has shadow with #223E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223E2E on black background.


Color preview on white background

This text has color #223E2E on white background.



Black color preview on #223E2E background

This text has black color on #223E2E background.


White color preview on #223E2E background

This text has white color on #223E2E background.