COLOR #123021

HEX: #123021 RGB: (18,48,33)

Color info

#123021 contains red, green and blue colors in about the same proportion. Web safe color of #123021 is #003333 (or #033).

RGB color model

#123021 color RGB value is (18,48,33).

RGB: (18,48,33) (7%, 19%, 13%)

RGB channels and saturation

R 18 of 255 = 7%
G 48 of 255 = 19%
B 33 of 255 = 13%

18
48
33

R + G + B ~ 13%. #123021 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 48 + 33 = 99 (100%)
R 18 of 99 ~ 18.18%
G 48 of 99 ~ 48.48%
B 33 of 99 ~ 33.33'%

%18.18
%48.48
%33.33

CMYK color model

#123021 color CMYK value is (63,0,31,81).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 81.18%

CMYK: (63,0,31,81)
C63M0Y31K81 (63%, 0%, 31%, 81%)
(0.63 / 0.00 / 0.31 / 0.81)

CMYK percentages

%62.5
%0
%31.25
%81.18

Codes

Color #123021 in popluar color models

12 30 21
RGB 18 48 33
HSL 150° 45.45% 12.94%
HSB/HSV 150° 62.50% 18.82%
CMYK 62.50% 0.00% 31.25%
81.18%

Color #123021 in popluar number systems.

HEX 12 30 21
Decimal 18 48 33
Binary 10010 110000 100001
Octal 22 60 41

Shades and tints

Shades of #123021

#123021
(18,48,33)
#112C1E
(17,44,30)
#10281B
(16,40,27)
#0F2418
(15,36,24)
#0E2015
(14,32,21)
#0D1C12
(13,28,18)
#0C180F
(12,24,15)
#0B140C
(11,20,12)
#0A1009
(10,16,9)
#090C06
(9,12,6)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #123021

#123021
(18,48,33)
#274235
(39,66,53)
#3C5449
(60,84,73)
#51665D
(81,102,93)
#667871
(102,120,113)
#7B8A85
(123,138,133)
#909C99
(144,156,153)
#A5AEAD
(165,174,173)
#BAC0C1
(186,192,193)
#CFD2D5
(207,210,213)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123021 color. Also use rgb(18,48,33) instead hex code.

Text Font Color

.myTextColor { color: #123021; }

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

This text font color is #123021.

Background Color

.myBgColor { background-color: #123021; }

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

This div background color is #123021.

Border color

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

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

This div border color is #123021.

Opacity

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

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

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

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

This text has shadow with #123021 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #123021.

Preview

Color preview on black background

This text has color #123021 on black background.


Color preview on white background

This text has color #123021 on white background.


Black color preview on #123021 background

This text has black color on #123021 background.


White color preview on #123021 background

This text has white color on #123021 background.


Related colors

Complementary color

Complementary color for #hex is #EDCFDE.


I love getcolorcode.com

Triadic colors

1 #211230 and #302112 with #123021 are triadic colors.

2 #213012 and #301221 with #123021 are triadic colors.