COLOR #123002

HEX: #123002
RGB: (18,48,2)

Color info

#123002 contains red, green and blue colors in about the same proportion. Web safe color of #123002 is #003300 (or #030).

RGB color model

#123002 color RGB value is (18,48,2).

  • red value is 18;
  • green value is 48;
  • blue value is 2.
RGB:
(18,48,2)
(7%,19%,1%)

RGB channels and saturation

R 18 of 255 = 7%
G 48 of 255 = 19%
B 2 of 255 = 1%

18
48
2

R + G + B ~ 9%. #123002 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 48 + 2 = 68 (100%)
R 18 of 68 ~ 26.47%
G 48 of 68 ~ 70.59%
B 2 of 68 ~ 2.94%

%26.47
%70.59

CMYK color model

#123002 color CMYK value is (63,0,96,81).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 95.83%
  • key color value is 81.18%
CMYK:
(63,0,96,81)
C63M0Y96K81 
(63%,0%,96%,81%)
(0.63/0.00/0.96/0.81)	

CMYK percentages

%62.5
%0
%95.83
%81.18

Codes

Color #123002 in popluar color models

123002
RGB18482
HSL99°92.00%9.80%
HSB/HSV99°95.83%18.82%
CMYK62.50%0.00%95.83%
81.18%

Color #123002 in popluar number systems.

HEX123002
Decimal18482
Binary1001011000010
Octal22602

Shades and tints

Shades of #123002

#123002
(18,48,2)
#112C02
(17,44,2)
#102802
(16,40,2)
#0F2402
(15,36,2)
#0E2002
(14,32,2)
#0D1C02
(13,28,2)
#0C1802
(12,24,2)
#0B1402
(11,20,2)
#0A1002
(10,16,2)
#090C02
(9,12,2)
#080802
(8,8,2)
#000000
(0,0,0)

Tints of #123002

#123002
(18,48,2)
#274219
(39,66,25)
#3C5430
(60,84,48)
#516647
(81,102,71)
#66785E
(102,120,94)
#7B8A75
(123,138,117)
#909C8C
(144,156,140)
#A5AEA3
(165,174,163)
#BAC0BA
(186,192,186)
#CFD2D1
(207,210,209)
#E4E4E8
(228,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123002; }

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

This text font color is #123002.


Background Color

.myBgColor { background-color: #123002; }

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

This div background color is #123002.


Border color

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

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

This div border color is #123002.


Opacity

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

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

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

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

This text has shadow with #123002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123002 on black background.


Color preview on white background

This text has color #123002 on white background.



Black color preview on #123002 background

This text has black color on #123002 background.


White color preview on #123002 background

This text has white color on #123002 background.