COLOR #223541

HEX: #223541
RGB: (34,53,65)

Color info

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

RGB color model

#223541 color RGB value is (34,53,65).

  • red value is 34;
  • green value is 53;
  • blue value is 65.
RGB:
(34,53,65)
(13%,21%,25%)

RGB channels and saturation

R 34 of 255 = 13%
G 53 of 255 = 21%
B 65 of 255 = 25%

34
53
65

R + G + B ~ 20%. #223541 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 53 + 65 = 152 (100%)
R 34 of 152 ~ 22.37%
G 53 of 152 ~ 34.87%
B 65 of 152 ~ 42.76%

%22.37
%34.87
%42.76

CMYK color model

#223541 color CMYK value is (48,18,0,75).

  • cyan value is 47.69%
  • magenta value is 18.46%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(48,18,0,75)
C48M18Y0K75 
(48%,18%,0%,75%)
(0.48/0.18/0.00/0.75)	

CMYK percentages

%47.69
%18.46
%0
%74.51

Codes

Color #223541 in popluar color models

223541
RGB345365
HSL203°31.31%19.41%
HSB/HSV203°47.69%25.49%
CMYK47.69%18.46%0.00%
74.51%

Color #223541 in popluar number systems.

HEX223541
Decimal345365
Binary1000101101011000001
Octal4265101

Shades and tints

Shades of #223541

#223541
(34,53,65)
#1F313C
(31,49,60)
#1C2D37
(28,45,55)
#192932
(25,41,50)
#16252D
(22,37,45)
#132128
(19,33,40)
#101D23
(16,29,35)
#0D191E
(13,25,30)
#0A1519
(10,21,25)
#071114
(7,17,20)
#040D0F
(4,13,15)
#000000
(0,0,0)

Tints of #223541

#223541
(34,53,65)
#364752
(54,71,82)
#4A5963
(74,89,99)
#5E6B74
(94,107,116)
#727D85
(114,125,133)
#868F96
(134,143,150)
#9AA1A7
(154,161,167)
#AEB3B8
(174,179,184)
#C2C5C9
(194,197,201)
#D6D7DA
(214,215,218)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #223541 color. Also use rgb(34,53,65) instead hex code.

Text Font Color

.myTextColor { color: #223541; }

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

This text font color is #223541.


Background Color

.myBgColor { background-color: #223541; }

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

This div background color is #223541.


Border color

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

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

This div border color is #223541.


Opacity

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

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

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

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

This text has shadow with #223541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223541 on black background.


Color preview on white background

This text has color #223541 on white background.



Black color preview on #223541 background

This text has black color on #223541 background.


White color preview on #223541 background

This text has white color on #223541 background.