COLOR #123835

HEX: #123835
RGB: (18,56,53)

Color info

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

RGB color model

#123835 color RGB value is (18,56,53).

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

RGB channels and saturation

R 18 of 255 = 7%
G 56 of 255 = 22%
B 53 of 255 = 21%

18
56
53

R + G + B ~ 17%. #123835 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 56 + 53 = 127 (100%)
R 18 of 127 ~ 14.17%
G 56 of 127 ~ 44.09%
B 53 of 127 ~ 41.73%

%14.17
%44.09
%41.73

CMYK color model

#123835 color CMYK value is (68,0,5,78).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 78.04%
CMYK:
(68,0,5,78)
C68M0Y5K78 
(68%,0%,5%,78%)
(0.68/0.00/0.05/0.78)	

CMYK percentages

%67.86
%0
%5.36
%78.04

Codes

Color #123835 in popluar color models

123835
RGB185653
HSL175°51.35%14.51%
HSB/HSV175°67.86%21.96%
CMYK67.86%0.00%5.36%
78.04%

Color #123835 in popluar number systems.

HEX123835
Decimal185653
Binary10010111000110101
Octal227065

Shades and tints

Shades of #123835

#123835
(18,56,53)
#113331
(17,51,49)
#102E2D
(16,46,45)
#0F2929
(15,41,41)
#0E2425
(14,36,37)
#0D1F21
(13,31,33)
#0C1A1D
(12,26,29)
#0B1519
(11,21,25)
#0A1015
(10,16,21)
#090B11
(9,11,17)
#08060D
(8,6,13)
#000000
(0,0,0)

Tints of #123835

#123835
(18,56,53)
#274A47
(39,74,71)
#3C5C59
(60,92,89)
#516E6B
(81,110,107)
#66807D
(102,128,125)
#7B928F
(123,146,143)
#90A4A1
(144,164,161)
#A5B6B3
(165,182,179)
#BAC8C5
(186,200,197)
#CFDAD7
(207,218,215)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #123835; }

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

This text font color is #123835.


Background Color

.myBgColor { background-color: #123835; }

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

This div background color is #123835.


Border color

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

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

This div border color is #123835.


Opacity

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

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

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

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

This text has shadow with #123835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123835 on black background.


Color preview on white background

This text has color #123835 on white background.



Black color preview on #123835 background

This text has black color on #123835 background.


White color preview on #123835 background

This text has white color on #123835 background.