COLOR #223530

HEX: #223530
RGB: (34,53,48)

Color info

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

RGB color model

#223530 color RGB value is (34,53,48).

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

RGB channels and saturation

R 34 of 255 = 13%
G 53 of 255 = 21%
B 48 of 255 = 19%

34
53
48

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

Portions of RGB colors in percentages

R + G + B =
34 + 53 + 48 = 135 (100%)
R 34 of 135 ~ 25.19%
G 53 of 135 ~ 39.26%
B 48 of 135 ~ 35.56%

%25.19
%39.26
%35.56

CMYK color model

#223530 color CMYK value is (36,0,9,79).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 79.22%
CMYK:
(36,0,9,79)
C36M0Y9K79 
(36%,0%,9%,79%)
(0.36/0.00/0.09/0.79)	

CMYK percentages

%35.85
%0
%9.43
%79.22

Codes

Color #223530 in popluar color models

223530
RGB345348
HSL164°21.84%17.06%
HSB/HSV164°35.85%20.78%
CMYK35.85%0.00%9.43%
79.22%

Color #223530 in popluar number systems.

HEX223530
Decimal345348
Binary100010110101110000
Octal426560

Shades and tints

Shades of #223530

#223530
(34,53,48)
#1F312C
(31,49,44)
#1C2D28
(28,45,40)
#192924
(25,41,36)
#162520
(22,37,32)
#13211C
(19,33,28)
#101D18
(16,29,24)
#0D1914
(13,25,20)
#0A1510
(10,21,16)
#07110C
(7,17,12)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #223530

#223530
(34,53,48)
#364742
(54,71,66)
#4A5954
(74,89,84)
#5E6B66
(94,107,102)
#727D78
(114,125,120)
#868F8A
(134,143,138)
#9AA19C
(154,161,156)
#AEB3AE
(174,179,174)
#C2C5C0
(194,197,192)
#D6D7D2
(214,215,210)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223530; }

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

This text font color is #223530.


Background Color

.myBgColor { background-color: #223530; }

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

This div background color is #223530.


Border color

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

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

This div border color is #223530.


Opacity

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

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

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

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

This text has shadow with #223530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223530 on black background.


Color preview on white background

This text has color #223530 on white background.



Black color preview on #223530 background

This text has black color on #223530 background.


White color preview on #223530 background

This text has white color on #223530 background.