COLOR #223830

HEX: #223830
RGB: (34,56,48)

Color info

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

RGB color model

#223830 color RGB value is (34,56,48).

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

RGB channels and saturation

R 34 of 255 = 13%
G 56 of 255 = 22%
B 48 of 255 = 19%

34
56
48

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

Portions of RGB colors in percentages

R + G + B =
34 + 56 + 48 = 138 (100%)
R 34 of 138 ~ 24.64%
G 56 of 138 ~ 40.58%
B 48 of 138 ~ 34.78%

%24.64
%40.58
%34.78

CMYK color model

#223830 color CMYK value is (39,0,14,78).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(39,0,14,78)
C39M0Y14K78 
(39%,0%,14%,78%)
(0.39/0.00/0.14/0.78)	

CMYK percentages

%39.29
%0
%14.29
%78.04

Codes

Color #223830 in popluar color models

223830
RGB345648
HSL158°24.44%17.65%
HSB/HSV158°39.29%21.96%
CMYK39.29%0.00%14.29%
78.04%

Color #223830 in popluar number systems.

HEX223830
Decimal345648
Binary100010111000110000
Octal427060

Shades and tints

Shades of #223830

#223830
(34,56,48)
#1F332C
(31,51,44)
#1C2E28
(28,46,40)
#192924
(25,41,36)
#162420
(22,36,32)
#131F1C
(19,31,28)
#101A18
(16,26,24)
#0D1514
(13,21,20)
#0A1010
(10,16,16)
#070B0C
(7,11,12)
#040608
(4,6,8)
#000000
(0,0,0)

Tints of #223830

#223830
(34,56,48)
#364A42
(54,74,66)
#4A5C54
(74,92,84)
#5E6E66
(94,110,102)
#728078
(114,128,120)
#86928A
(134,146,138)
#9AA49C
(154,164,156)
#AEB6AE
(174,182,174)
#C2C8C0
(194,200,192)
#D6DAD2
(214,218,210)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223830; }

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

This text font color is #223830.


Background Color

.myBgColor { background-color: #223830; }

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

This div background color is #223830.


Border color

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

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

This div border color is #223830.


Opacity

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

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

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

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

This text has shadow with #223830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223830 on black background.


Color preview on white background

This text has color #223830 on white background.



Black color preview on #223830 background

This text has black color on #223830 background.


White color preview on #223830 background

This text has white color on #223830 background.