COLOR #230837

HEX: #230837 RGB: (35,8,55)

Color info

#230837 contains red, green and blue colors in about the same proportion. Web safe color of #230837 is #330033 (or #303).

RGB color model

#230837 color RGB value is (35,8,55).

RGB: (35,8,55) (14%, 3%, 22%)

RGB channels and saturation

R 35 of 255 = 14%
G 8 of 255 = 3%
B 55 of 255 = 22%

35
8
55

R + G + B ~ 13%. #230837 is dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 8 + 55 = 98 (100%)
R 35 of 98 ~ 35.71%
G 8 of 98 ~ 8.16%
B 55 of 98 ~ 56.12'%

%35.71
%56.12

CMYK color model

#230837 color CMYK value is (36,85,0,78).

  • cyan value is 36.36%
  • magenta value is 85.45%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK: (36,85,0,78) C36M85Y0K78 (36%,85%,0%,78%) (0.36/0.85/0.00/0.78) 

CMYK percentages

%36.36
%85.45
%0
%78.43

Codes

Color #230837 in popluar color models

23 08 37
RGB 35 8 55
HSL 274° 74.60% 12.35%
HSB/HSV 274° 85.45% 21.57%
CMYK 36.36% 85.45% 0.00%
78.43%

Color #230837 in popluar number systems.

HEX 23 08 37
Decimal 35 8 55
Binary 100011 1000 110111
Octal 43 10 67

Shades and tints

Shades of #230837

#230837
(35,8,55)
#200832
(32,8,50)
#1D082D
(29,8,45)
#1A0828
(26,8,40)
#170823
(23,8,35)
#14081E
(20,8,30)
#110819
(17,8,25)
#0E0814
(14,8,20)
#0B080F
(11,8,15)
#08080A
(8,8,10)
#050805
(5,8,5)
#000000
(0,0,0)

Tints of #230837

#230837
(35,8,55)
#371E49
(55,30,73)
#4B345B
(75,52,91)
#5F4A6D
(95,74,109)
#73607F
(115,96,127)
#877691
(135,118,145)
#9B8CA3
(155,140,163)
#AFA2B5
(175,162,181)
#C3B8C7
(195,184,199)
#D7CED9
(215,206,217)
#EBE4EB
(235,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #230837 color. Also use rgb(35,8,55) instead hex code.

Text Font Color

.myTextColor { color: #230837; }

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

This text font color is #230837.

Background Color

.myBgColor { background-color: #230837; }

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

This div background color is #230837.

Border color

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

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

This div border color is #230837.

Opacity

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

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

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

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

This text has shadow with #230837 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #230837.

Preview

Color preview on black background

This text has color #230837 on black background.


Color preview on white background

This text has color #230837 on white background.


Black color preview on #230837 background

This text has black color on #230837 background.


White color preview on #230837 background

This text has white color on #230837 background.


Related colors

Complementary color

Complementary color for #hex is #DCF7C8.


I love getcolorcode.com

Triadic colors

1 #372308 and #083723 with #230837 are triadic colors.

2 #370823 and #082337 with #230837 are triadic colors.