COLOR #123725

HEX: #123725
RGB: (18,55,37)

Color info

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

RGB color model

#123725 color RGB value is (18,55,37).

  • red value is 18;
  • green value is 55;
  • blue value is 37.
RGB:
(18,55,37)
(7%,22%,15%)

RGB channels and saturation

R 18 of 255 = 7%
G 55 of 255 = 22%
B 37 of 255 = 15%

18
55
37

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

Portions of RGB colors in percentages

R + G + B =
18 + 55 + 37 = 110 (100%)
R 18 of 110 ~ 16.36%
G 55 of 110 ~ 50%
B 37 of 110 ~ 33.64%

%16.36
%50
%33.64

CMYK color model

#123725 color CMYK value is (67,0,33,78).

  • cyan value is 67.27%
  • magenta value is 0.00%
  • yellow value is 32.73%
  • key color value is 78.43%
CMYK:
(67,0,33,78)
C67M0Y33K78 
(67%,0%,33%,78%)
(0.67/0.00/0.33/0.78)	

CMYK percentages

%67.27
%0
%32.73
%78.43

Codes

Color #123725 in popluar color models

123725
RGB185537
HSL151°50.68%14.31%
HSB/HSV151°67.27%21.57%
CMYK67.27%0.00%32.73%
78.43%

Color #123725 in popluar number systems.

HEX123725
Decimal185537
Binary10010110111100101
Octal226745

Shades and tints

Shades of #123725

#123725
(18,55,37)
#113222
(17,50,34)
#102D1F
(16,45,31)
#0F281C
(15,40,28)
#0E2319
(14,35,25)
#0D1E16
(13,30,22)
#0C1913
(12,25,19)
#0B1410
(11,20,16)
#0A0F0D
(10,15,13)
#090A0A
(9,10,10)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #123725

#123725
(18,55,37)
#274938
(39,73,56)
#3C5B4B
(60,91,75)
#516D5E
(81,109,94)
#667F71
(102,127,113)
#7B9184
(123,145,132)
#90A397
(144,163,151)
#A5B5AA
(165,181,170)
#BAC7BD
(186,199,189)
#CFD9D0
(207,217,208)
#E4EBE3
(228,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #123725 color. Also use rgb(18,55,37) instead hex code.

Text Font Color

.myTextColor { color: #123725; }

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

This text font color is #123725.


Background Color

.myBgColor { background-color: #123725; }

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

This div background color is #123725.


Border color

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

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

This div border color is #123725.


Opacity

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

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

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

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

This text has shadow with #123725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #123725 on black background.


Color preview on white background

This text has color #123725 on white background.



Black color preview on #123725 background

This text has black color on #123725 background.


White color preview on #123725 background

This text has white color on #123725 background.