COLOR #123B29

HEX: #123B29
RGB: (18,59,41)

Color info

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

RGB color model

#123B29 color RGB value is (18,59,41).

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

RGB channels and saturation

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

18
59
41

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

Portions of RGB colors in percentages

R + G + B =
18 + 59 + 41 = 118 (100%)
R 18 of 118 ~ 15.25%
G 59 of 118 ~ 50%
B 41 of 118 ~ 34.75%

%15.25
%50
%34.75

CMYK color model

#123B29 color CMYK value is (69,0,31,77).

  • cyan value is 69.49%
  • magenta value is 0.00%
  • yellow value is 30.51%
  • key color value is 76.86%
CMYK:
(69,0,31,77)
C69M0Y31K77 
(69%,0%,31%,77%)
(0.69/0.00/0.31/0.77)	

CMYK percentages

%69.49
%0
%30.51
%76.86

Codes

Color #123B29 in popluar color models

123B29
RGB185941
HSL154°53.25%15.10%
HSB/HSV154°69.49%23.14%
CMYK69.49%0.00%30.51%
76.86%

Color #123B29 in popluar number systems.

HEX123B29
Decimal185941
Binary10010111011101001
Octal227351

Shades and tints

Shades of #123B29

#123B29
(18,59,41)
#113626
(17,54,38)
#103123
(16,49,35)
#0F2C20
(15,44,32)
#0E271D
(14,39,29)
#0D221A
(13,34,26)
#0C1D17
(12,29,23)
#0B1814
(11,24,20)
#0A1311
(10,19,17)
#090E0E
(9,14,14)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #123B29

#123B29
(18,59,41)
#274C3C
(39,76,60)
#3C5D4F
(60,93,79)
#516E62
(81,110,98)
#667F75
(102,127,117)
#7B9088
(123,144,136)
#90A19B
(144,161,155)
#A5B2AE
(165,178,174)
#BAC3C1
(186,195,193)
#CFD4D4
(207,212,212)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123B29; }

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

This text font color is #123B29.


Background Color

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

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

This div background color is #123B29.


Border color

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

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

This div border color is #123B29.


Opacity

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

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

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

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

This text has shadow with #123B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123B29 on black background.


Color preview on white background

This text has color #123B29 on white background.



Black color preview on #123B29 background

This text has black color on #123B29 background.


White color preview on #123B29 background

This text has white color on #123B29 background.