COLOR #274041

HEX: #274041
RGB: (39,64,65)

Color info

#274041 contains red, green and blue colors in about the same proportion. Web safe color of #274041 is #333333 (or #333).

RGB color model

#274041 color RGB value is (39,64,65).

  • red value is 39;
  • green value is 64;
  • blue value is 65.
RGB:
(39,64,65)
(15%,25%,25%)

RGB channels and saturation

R 39 of 255 = 15%
G 64 of 255 = 25%
B 65 of 255 = 25%

39
64
65

R + G + B ~ 22%. #274041 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 64 + 65 = 168 (100%)
R 39 of 168 ~ 23.21%
G 64 of 168 ~ 38.1%
B 65 of 168 ~ 38.69%

%23.21
%38.1
%38.69

CMYK color model

#274041 color CMYK value is (40,2,0,75).

  • cyan value is 40.00%
  • magenta value is 1.54%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(40,2,0,75)
C40M2Y0K75 
(40%,2%,0%,75%)
(0.40/0.02/0.00/0.75)	

CMYK percentages

%40
%1.54
%0
%74.51

Codes

Color #274041 in popluar color models

274041
RGB396465
HSL182°25.00%20.39%
HSB/HSV182°40.00%25.49%
CMYK40.00%1.54%0.00%
74.51%

Color #274041 in popluar number systems.

HEX274041
Decimal396465
Binary10011110000001000001
Octal47100101

Shades and tints

Shades of #274041

#274041
(39,64,65)
#243B3C
(36,59,60)
#213637
(33,54,55)
#1E3132
(30,49,50)
#1B2C2D
(27,44,45)
#182728
(24,39,40)
#152223
(21,34,35)
#121D1E
(18,29,30)
#0F1819
(15,24,25)
#0C1314
(12,19,20)
#090E0F
(9,14,15)
#000000
(0,0,0)

Tints of #274041

#274041
(39,64,65)
#3A5152
(58,81,82)
#4D6263
(77,98,99)
#607374
(96,115,116)
#738485
(115,132,133)
#869596
(134,149,150)
#99A6A7
(153,166,167)
#ACB7B8
(172,183,184)
#BFC8C9
(191,200,201)
#D2D9DA
(210,217,218)
#E5EAEB
(229,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274041 color. Also use rgb(39,64,65) instead hex code.

Text Font Color

.myTextColor { color: #274041; }

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

This text font color is #274041.


Background Color

.myBgColor { background-color: #274041; }

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

This div background color is #274041.


Border color

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

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

This div border color is #274041.


Opacity

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

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

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

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

This text has shadow with #274041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274041 on black background.


Color preview on white background

This text has color #274041 on white background.



Black color preview on #274041 background

This text has black color on #274041 background.


White color preview on #274041 background

This text has white color on #274041 background.