COLOR #234F51

HEX: #234F51
RGB: (35,79,81)

Color info

#234F51 contains red, green and blue colors in about the same proportion. Web safe color of #234F51 is #336666 (or #366).

RGB color model

#234F51 color RGB value is (35,79,81).

  • red value is 35;
  • green value is 79;
  • blue value is 81.
RGB:
(35,79,81)
(14%,31%,32%)

RGB channels and saturation

R 35 of 255 = 14%
G 79 of 255 = 31%
B 81 of 255 = 32%

35
79
81

R + G + B ~ 26%. #234F51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 79 + 81 = 195 (100%)
R 35 of 195 ~ 17.95%
G 79 of 195 ~ 40.51%
B 81 of 195 ~ 41.54%

%17.95
%40.51
%41.54

CMYK color model

#234F51 color CMYK value is (57,2,0,68).

  • cyan value is 56.79%
  • magenta value is 2.47%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(57,2,0,68)
C57M2Y0K68 
(57%,2%,0%,68%)
(0.57/0.02/0.00/0.68)	

CMYK percentages

%56.79
%2.47
%0
%68.24

Codes

Color #234F51 in popluar color models

234F51
RGB357981
HSL183°39.66%22.75%
HSB/HSV183°56.79%31.76%
CMYK56.79%2.47%0.00%
68.24%

Color #234F51 in popluar number systems.

HEX234F51
Decimal357981
Binary10001110011111010001
Octal43117121

Shades and tints

Shades of #234F51

#234F51
(35,79,81)
#20484A
(32,72,74)
#1D4143
(29,65,67)
#1A3A3C
(26,58,60)
#173335
(23,51,53)
#142C2E
(20,44,46)
#112527
(17,37,39)
#0E1E20
(14,30,32)
#0B1719
(11,23,25)
#081012
(8,16,18)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #234F51

#234F51
(35,79,81)
#375F60
(55,95,96)
#4B6F6F
(75,111,111)
#5F7F7E
(95,127,126)
#738F8D
(115,143,141)
#879F9C
(135,159,156)
#9BAFAB
(155,175,171)
#AFBFBA
(175,191,186)
#C3CFC9
(195,207,201)
#D7DFD8
(215,223,216)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #234F51 color. Also use rgb(35,79,81) instead hex code.

Text Font Color

.myTextColor { color: #234F51; }

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

This text font color is #234F51.


Background Color

.myBgColor { background-color: #234F51; }

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

This div background color is #234F51.


Border color

.myBorderColor { border: 1px solid #234F51; }

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

This div border color is #234F51.


Opacity

.myOpacity80 { color: #234F51; opacity: 0.8; }

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

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

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

This text has shadow with #234F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #234F51 on black background.


Color preview on white background

This text has color #234F51 on white background.



Black color preview on #234F51 background

This text has black color on #234F51 background.


White color preview on #234F51 background

This text has white color on #234F51 background.