COLOR #223512

HEX: #223512
RGB: (34,53,18)

Color info

#223512 contains red, green and blue colors in about the same proportion. Web safe color of #223512 is #333300 (or #330).

RGB color model

#223512 color RGB value is (34,53,18).

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

RGB channels and saturation

R 34 of 255 = 13%
G 53 of 255 = 21%
B 18 of 255 = 7%

34
53
18

R + G + B ~ 14%. #223512 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 53 + 18 = 105 (100%)
R 34 of 105 ~ 32.38%
G 53 of 105 ~ 50.48%
B 18 of 105 ~ 17.14%

%32.38
%50.48
%17.14

CMYK color model

#223512 color CMYK value is (36,0,66,79).

  • cyan value is 35.85%
  • magenta value is 0.00%
  • yellow value is 66.04%
  • key color value is 79.22%
CMYK:
(36,0,66,79)
C36M0Y66K79 
(36%,0%,66%,79%)
(0.36/0.00/0.66/0.79)	

CMYK percentages

%35.85
%0
%66.04
%79.22

Codes

Color #223512 in popluar color models

223512
RGB345318
HSL93°49.30%13.92%
HSB/HSV93°66.04%20.78%
CMYK35.85%0.00%66.04%
79.22%

Color #223512 in popluar number systems.

HEX223512
Decimal345318
Binary10001011010110010
Octal426522

Shades and tints

Shades of #223512

#223512
(34,53,18)
#1F3111
(31,49,17)
#1C2D10
(28,45,16)
#19290F
(25,41,15)
#16250E
(22,37,14)
#13210D
(19,33,13)
#101D0C
(16,29,12)
#0D190B
(13,25,11)
#0A150A
(10,21,10)
#071109
(7,17,9)
#040D08
(4,13,8)
#000000
(0,0,0)

Tints of #223512

#223512
(34,53,18)
#364727
(54,71,39)
#4A593C
(74,89,60)
#5E6B51
(94,107,81)
#727D66
(114,125,102)
#868F7B
(134,143,123)
#9AA190
(154,161,144)
#AEB3A5
(174,179,165)
#C2C5BA
(194,197,186)
#D6D7CF
(214,215,207)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #223512; }

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

This text font color is #223512.


Background Color

.myBgColor { background-color: #223512; }

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

This div background color is #223512.


Border color

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

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

This div border color is #223512.


Opacity

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

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

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

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

This text has shadow with #223512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #223512 on black background.


Color preview on white background

This text has color #223512 on white background.



Black color preview on #223512 background

This text has black color on #223512 background.


White color preview on #223512 background

This text has white color on #223512 background.