COLOR #123B2A

HEX: #123B2A
RGB: (18,59,42)

Color info

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

RGB color model

#123B2A color RGB value is (18,59,42).

  • red value is 18;
  • green value is 59;
  • blue value is 42.
RGB:
(18,59,42)
(7%,23%,16%)

RGB channels and saturation

R 18 of 255 = 7%
G 59 of 255 = 23%
B 42 of 255 = 16%

18
59
42

R + G + B ~ 15%. #123B2A is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 59 + 42 = 119 (100%)
R 18 of 119 ~ 15.13%
G 59 of 119 ~ 49.58%
B 42 of 119 ~ 35.29%

%15.13
%49.58
%35.29

CMYK color model

#123B2A color CMYK value is (69,0,29,77).

  • cyan value is 69.49%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 76.86%
CMYK:
(69,0,29,77)
C69M0Y29K77 
(69%,0%,29%,77%)
(0.69/0.00/0.29/0.77)	

CMYK percentages

%69.49
%0
%28.81
%76.86

Codes

Color #123B2A in popluar color models

123B2A
RGB185942
HSL155°53.25%15.10%
HSB/HSV155°69.49%23.14%
CMYK69.49%0.00%28.81%
76.86%

Color #123B2A in popluar number systems.

HEX123B2A
Decimal185942
Binary10010111011101010
Octal227352

Shades and tints

Shades of #123B2A

#123B2A
(18,59,42)
#113627
(17,54,39)
#103124
(16,49,36)
#0F2C21
(15,44,33)
#0E271E
(14,39,30)
#0D221B
(13,34,27)
#0C1D18
(12,29,24)
#0B1815
(11,24,21)
#0A1312
(10,19,18)
#090E0F
(9,14,15)
#08090C
(8,9,12)
#000000
(0,0,0)

Tints of #123B2A

#123B2A
(18,59,42)
#274C3D
(39,76,61)
#3C5D50
(60,93,80)
#516E63
(81,110,99)
#667F76
(102,127,118)
#7B9089
(123,144,137)
#90A19C
(144,161,156)
#A5B2AF
(165,178,175)
#BAC3C2
(186,195,194)
#CFD4D5
(207,212,213)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123B2A color. Also use rgb(18,59,42) instead hex code.

Text Font Color

.myTextColor { color: #123B2A; }

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

This text font color is #123B2A.


Background Color

.myBgColor { background-color: #123B2A; }

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

This div background color is #123B2A.


Border color

.myBorderColor { border: 1px solid #123B2A; }

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

This div border color is #123B2A.


Opacity

.myOpacity80 { color: #123B2A; opacity: 0.8; }

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

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

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

This text has shadow with #123B2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123B2A on black background.


Color preview on white background

This text has color #123B2A on white background.



Black color preview on #123B2A background

This text has black color on #123B2A background.


White color preview on #123B2A background

This text has white color on #123B2A background.